Skip to content

Promote Copilot Skill Link Fix - #854

Merged
ptr727 merged 1 commit into
mainfrom
develop
Aug 19, 2026
Merged

Promote Copilot Skill Link Fix#854
ptr727 merged 1 commit into
mainfrom
develop

Conversation

@ptr727

@ptr727 ptr727 commented Aug 19, 2026

Copy link
Copy Markdown
Owner

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

Validation

## Summary

- Name `carried-instruction-file-guard` without a repo-relative Markdown
link.
- Regenerate the GitHub Copilot and Claude skill distributions.

This addresses #852. The issue remains open until the change reaches
`main`.

## Validation

- Complete local verification gate from `OPERATIONS.md`
- `python3 scripts/build_dist.py --check`
- 730 Python tests plus audit and safety self-tests
- ruff, mypy, repository, prose, JSON, and spec validation
- editorconfig-checker, ShellCheck, and PSScriptAnalyzer
Copilot AI lite review requested due to automatic review settings August 19, 2026 20:05

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Promotes the previously reviewed fix for #852 to main by removing a repo-relative Markdown link from the copilot-instructions-keeper skill documentation, ensuring the installed skill text remains valid when distributed outside a repository checkout.

Changes:

  • Replace the repo-relative link to carried-instruction-file-guard with an unlinked skill name reference.
  • Regenerate the carried GitHub Copilot and Claude skill distributions to preserve parity.
  • Update the Claude fleet-skills source digest to reflect the regenerated distribution.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
.github/skills/copilot-instructions-keeper/SKILL.md Removes the repo-relative Markdown link and references the sibling skill by name.
.agents/skills/copilot-instructions-keeper/SKILL.md Applies the same link removal in the canonical skill tree.
.claude-plugin/fleet-skills/skills/copilot-instructions-keeper/SKILL.md Updates the Claude distribution copy to match the canonical wording.
.claude-plugin/fleet-skills/.source-digest Updates the digest to match the regenerated Claude distribution content.

💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@ptr727
ptr727 merged commit eca5b1f into main Aug 19, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove Repo-Relative Link from Installed Copilot Skill

2 participants