| name | review-spec-repo |
| specializes | review-spec |
| description | Repo-specific wrapper around the core review-spec workflow for spec-only merge request reviews. |
review-spec-repo
Use this skill for reviewing MRs whose changed files are all under specs/.
This is a repository-local wrapper around the core review-spec skill for
spec-only merge requests. The core skill remains authoritative for the CI job,
snapshot contract, output schema, severity labels, validation rules, and safety
rules.
Required Wrapper Flow
- Read
.agents/skills/review-spec/SKILL.md.
- Follow the core
review-spec workflow exactly.
- Apply the spec review focus below when choosing findings.
Review Focus
- Check whether the spec is actionable enough for implementation work.
- Flag contradictions between requirements, examples, and acceptance criteria.
- Prefer top-level summary notes for broad product or process concerns that do
not map cleanly to a changed line.
Self-Evolution Boundary
update-mr-review may update this file from repeated human feedback on spec
reviews. Keep additions concise and evidence-backed.