Remove Repo-Relative Copilot Skill Link - #853
Merged
Merged
Conversation
Contributor
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.
ptr727
added a commit
that referenced
this pull request
Aug 19, 2026
## 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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