Goal
Introduce the new pr-review Progressive Disclosure skill to standardize Pull Request feedback generated by human and agent reviewers.
Context
As part of the shift to a PR-Driven Feedback Loop, the Swarm architecture requires standardized reviews that can be mathematically extracted by the Native Edge Graph. This skill provides the explicit templates, instructions, and parsing tags ([KB_GAP], [TOOLING_GAP], [RETROSPECTIVE]) necessary to execute this operation securely and autonomously.
Implementation Requirements
- Define
SKILL.md to index the skill and route agents to the reference payload.
- Create
references/pr-review-guide.md specifying evaluation metrics (Quality, Productivity, Impact, Complexity, Architectural Alignment, Contextual Completeness).
- Create
assets/pr-review-template.md establishing the required PR comment format, including "Related Graph Nodes" explicitly bridging to internal schemas.
Verification
- Evaluate the created file sequence to ensure alignment with
.agent/skills/create-skill protocols.
- Dogfood the protocol by conducting autonomous peer reviews using the skill against its own Pull Request prior to merge.
Goal
Introduce the new
pr-reviewProgressive Disclosure skill to standardize Pull Request feedback generated by human and agent reviewers.Context
As part of the shift to a PR-Driven Feedback Loop, the Swarm architecture requires standardized reviews that can be mathematically extracted by the Native Edge Graph. This skill provides the explicit templates, instructions, and parsing tags (
[KB_GAP],[TOOLING_GAP],[RETROSPECTIVE]) necessary to execute this operation securely and autonomously.Implementation Requirements
SKILL.mdto index the skill and route agents to the reference payload.references/pr-review-guide.mdspecifying evaluation metrics (Quality, Productivity, Impact, Complexity, Architectural Alignment, Contextual Completeness).assets/pr-review-template.mdestablishing the required PR comment format, including "Related Graph Nodes" explicitly bridging to internal schemas.Verification
.agent/skills/create-skillprotocols.