solo-review

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

/review

This skill is self-contained — follow the instructions below instead of delegating to external review skills (superpowers, etc.) or spawning Task subagents. Run all checks directly.

Final quality gate before shipping. Runs tests, checks security, verifies acceptance criteria from spec.md, audits code quality, and generates a ship-ready report with go/no-go verdict.

Live Context

  • Branch: !git branch --show-current 2>/dev/null
  • Diff stats: !git diff --stat HEAD~3..HEAD 2>/dev/null | tail -5

When to use

After /deploy (or /build if deploying manually). This is the quality gate.

Pipeline: /deploy/review

Can also be used standalone: /review on any project to audit code quality.

MCP Tools (use if available)

Related skills
Installs
25
GitHub Stars
15
First Seen
Feb 20, 2026