review-local

Installation
SKILL.md

Local Review

Run the local AI review convergence loop on the current branch. This skill dispatches domain-specific reviewers against your code, produces a structured review summary, and runs a bounded fix convergence loop — all without GitHub or a PR.

Use this as a quality checkpoint anytime you have code on a feature branch: before pushing, mid-development, or as a standalone review outside /ship.


How to invoke

Do not over-prepare. When the user asks you to run /review-local, run the script. Do not create branches, stage files, or commit on behalf of the user — the script works on the current branch state (committed + staged + unstaged).

The script path is relative to the /ship skill directory (this skill shares scripts with /ship): plugins/eng/skills/ship/scripts/run-local-review.sh

Always run with run_in_background: true — the review dispatches 17 parallel reviewers and runs fix passes, routinely exceeding the 600-second Bash timeout:

Installs
10
GitHub Stars
10
First Seen
Mar 25, 2026
review-local — inkeep/team-skills