| name | review-mr-repo |
| specializes | review-mr |
| description | Repo-specific wrapper around the core review-mr workflow for GitLab merge request reviews. |
review-mr-repo
Use this skill for reviewing merge requests in this repository.
This is a repository-local wrapper around the core review-mr skill. 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-mr/SKILL.md.
- Follow the core
review-mr workflow exactly.
- Apply the repository-specific review focus below when choosing findings.
Repository Review Focus
Prioritize findings that affect this repository's skills and MR-review automation:
- Skill files must be concise, operational, and safe for Codex to execute.
- Git helpers must avoid destructive operations, broad staging, unsafe force
pushes, and accidental edits to user work.
- GitLab CI review code must keep
mr_description.txt, mr_diff.txt,
and review.json stable and reproducible.
- Review automation must not call
glab, post comments, fetch live MR state, or
regenerate snapshots while the review skill is running.
- Repository-managed skill paths must use
.agents/skills/....
- Documentation examples must match the actual repository layout and commands.
- When multiple changed lines show the same root cause, prefer one actionable
finding at the clearest line and mention the broader scope there.
Self-Evolution Boundary
Future self-evolution should normally update this skill, not
.agents/skills/review-mr/. Treat core review-mr changes as higher risk
because they alter the shared review contract used by CI.