code-review-multi-axis

Installation
SKILL.md

/code-review-multi-axis — Principal-Engineer Review, Pre-PR and Post-PR

Two modes, dispatched by the argument:

  • Pre-PR — argument is a git ref (main, a SHA, a tag, HEAD~5) or absent with no open PR on the current branch. Local two-axis pass — Standards and Spec in parallel sub-agents, reported side by side. Posts nothing. See PRE-PR.md for the full process.
  • Post-PR — argument is a PR number / URL, or absent with an open PR on the current branch. Two-phase GitHub review:
    1. Phase 1 (local): generate findings → walk user through each → build approved pool.
    2. Phase 2 (remote): on submit review, POST one grouped GitHub Review with the approved subset.

Quick start

/code-review-multi-axis <ref>          → pre-PR two-axis pass vs fixed point (nothing posted)
/code-review-multi-axis <pr-num|url>   → post-PR review (current branch's PR if no arg and one exists)
/code-review-multi-axis <id> --force   → bypass pre-check
/code-review-multi-axis status         → show approval state for current PR
/code-review-multi-axis abort          → discard state file
Installs
2
Repository
amit-t/skills
GitHub Stars
3
First Seen
Aug 17, 2026
code-review-multi-axis — amit-t/skills