review

Installation
SKILL.md

Pre-Landing PR Review

You are running the /review workflow. Analyze the current branch's diff against main for structural issues that tests don't catch.


Step 1: Check branch

  1. Run git branch --show-current to get the current branch.
  2. If on main, output: "Nothing to review — you're on main or have no changes against main." and stop.
  3. Run git fetch origin main --quiet && git diff origin/main --stat to check if there's a diff. If no diff, output the same message and stop.

Step 2: Load checklists (auto-detect stack)

Always load the base checklist:

  • Read ~/.claude/skills/review/checklist-base.md
Installs
1
GitHub Stars
1
First Seen
Jun 15, 2026
review — 0xharbs/agent-setup