Remove Repo-Relative Copilot Skill Link - #853
Conversation
There was a problem hiding this comment.
Pull request overview
Removes a repo-relative Markdown link to the sibling carried-instruction-file-guard Skill from the copilot-instructions-keeper Skill text, then regenerates the distributed Skill copies (Copilot + Claude) and updates the distribution source digest so installed Skills do not rely on in-repo relative paths.
Changes:
- Replace the repo-relative Markdown link to
carried-instruction-file-guardwith a plain inline code reference. - Regenerate the Copilot and Claude Skill distributions to carry the updated text.
- Update the Claude distribution
.source-digestto reflect the new source state.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| .github/skills/copilot-instructions-keeper/SKILL.md | Removes repo-relative sibling-skill link in the Copilot skill distribution copy. |
| .agents/skills/copilot-instructions-keeper/SKILL.md | Removes repo-relative sibling-skill link in the canonical agent skill copy. |
| .claude-plugin/fleet-skills/skills/copilot-instructions-keeper/SKILL.md | Removes repo-relative sibling-skill link in the Claude distribution copy. |
| .claude-plugin/fleet-skills/.source-digest | Updates the source digest after regenerating the distribution. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
## Summary - Promote the reviewed Copilot skill link fix from `develop` to `main`. - Preserve the generated GitHub Copilot and Claude distributions. Fixes#852. ## Included Pull Request - #853 ## Validation - PR #853 completed 7/7 required checks. - Copilot reviewed the full current-head diff with no open findings. - The complete local verification gate passed on the final feature commit.
Summary
carried-instruction-file-guardwithout a repo-relative Markdown link.This addresses #852. The issue remains open until the change reaches
main.Validation
OPERATIONS.mdpython3 scripts/build_dist.py --check