chore: repoint pr-review skill to agents-shared capability#42
Open
eskenazit wants to merge 1 commit into
Open
Conversation
AGENTS.md: replace PR Review Skill section with pointer to the agents-shared capability (drop hardcoded framework path + TODO); clarify issue-first wording to 'ensure a tracking issue exists'. .gitignore: add .agents/skills/ so synced copies are never committed. .github/instructions/: add agents-shared discovery shim so VS Code agents auto-fetch the pr-review skill from the local Skill Server. Refs naftiko/shipyard#23
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.
Related Issue
Refs naftiko/shipyard#23
What does this PR do?
Repoints the
pr-reviewskill discovery from the hardcodedframeworkrepo path to thenew
agents-sharedcapability hosted incode-standards.Three changes:
AGENTS.md— PR Review Skill section replaced: drops the oldframework/.agents/path reference and TODO; adds a four-line pointer to the capability + instruction shim.
Also clarifies issue-first wording ("ensure a tracking issue exists" rather than "open
an issue before every change").
.gitignore— adds.agents/skills/so on-demand synced skill copies are neveraccidentally committed.
.github/instructions/agents-shared.instructions.md— discovery shim (copied fromcode-standards/agents-shared/instructions/). VS Code agents load it on trigger keywords(review PR, fix PR comments, …), check for a local copy of the skill, sync it from the
Skill Server if missing, then follow
SKILL.md.Tests
No production code changed. End-to-end validated manually: VS Code agent discovered the
instruction, synced the
pr-reviewskill from the local Skill Server (port 9700), andexecuted
pr-context.ps1 -Pr 33successfully.Checklist
mainAgent Context (optional)