subagent-review

Installation
SKILL.md

Subagent Review Skill

HARD CONSTRAINT: Every review MUST launch exactly 10 subagents in parallel (self x 5 + external x 5). No exceptions. No lightweight mode. No partial execution. If either engine is unavailable, halt and report — do NOT silently degrade to 5-parallel.

1. Review Workflow

1.1. Pre-flight Check

BRANCH=$(git rev-parse --abbrev-ref HEAD)
if [ "$BRANCH" = "main" ] || [ "$BRANCH" = "master" ] || [ "$BRANCH" = "develop" ]; then
  echo "HALT: On protected branch (${BRANCH})."
fi
Related skills
Installs
28
Repository
i9wa4/dotfiles
GitHub Stars
9
First Seen
Feb 28, 2026