review-branch

Installation
SKILL.md

review-branch — moved into gitlab-review

⚠️ Deprecated as a standalone skill. The whole-branch review workflow that used to live here now lives in one canonical place: the gitlab-review skill, under the review the whole branch trigger. Same move the commit skill made into gitlab-flow.

Keeping two copies caused real drift: this file went without a severity model entirely while gitlab-flow had carried one since commit 733261d, and a single fix later had to be applied twice, in two languages. One canonical home is the fix.

Use this instead

npx skills add nguyenvanchiens/skills_end_to_end -s gitlab-flow -y -a claude-code --copy
npx skills add nguyenvanchiens/skills_end_to_end -s gitlab-review -y -a claude-code --copy

gitlab-review depends on gitlab-flow — install both. Rather than copying them, it reads six things from gitlab-flow: the severity model, the review-lens catalogue, the base-branch rules, the output-language rules, the safety rules, and Steps 1-3 of review the last change (the grounding rubric its agent prompts are keyed to).

Then type review the whole branch. The workflow is unchanged: four specialized agents in parallel → dedup + verify → auto-fix the Blocker/Major findings that survive verification.

Not using GitLab / glab?

Installs
1
First Seen
Aug 10, 2026
review-branch — nguyenvanchiens/skills_end_to_end