skills/team-verify/SKILL.md
Dispatch 5 parallel reviewers against the implementation. Security review is a hard gate. Trigger on "verify the implementation", "run reviews", or "/team-verify".
npx skillsauth add bostonaholic/team team-verifyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run the VERIFY phase. Requires implementation.completed in the event log.
~/.team/<topic>/events.jsonl. Scan for implementation.completed.code-reviewer, security-reviewer, technical-writer, ux-reviewer, verifierhard-gate.security-failedhard-gate.lint-failed, hard-gate.typecheck-failed,
hard-gate.build-failed, hard-gate.test-failed (one per failing check)hard-gate.review-failedhard-gate.*-failed events across all types in the logverification.passed or escalation.The verify phase is a loop, not a single pass:
IMPLEMENT → VERIFY (5 reviewers) → gate check
↓ fail ↓ pass
IMPLEMENT SHIP
(fix findings)
Maximum 5 rounds before escalation. Each round is a complete re-review with fresh context — reviewers do not remember previous rounds.
Present all review verdicts and suggest: "/team-ship to commit and create PR"
data-ai
Todo-first progress convention for multi-step procedures — loaded by every multi-step agent to track its own steps without drift
testing
Adversarially review a technical design document with fresh context before the human gate. Dispatches the built-in `general-purpose` subagent (clean context, no shared history with the design-author) against `docs/plans/<id>/design.md` and presents its verdict — APPROVE, REQUEST CHANGES, or COMMENT. Optional, not part of the QRSPI pipeline. Trigger on "review the design doc", "audit design.md", "is this design ready", or `/eng-design-doc-review`.
development
Generator-evaluator separation and review methodology — loaded by review agents to enforce fresh-context review discipline, Conventional Comments format, and gate verdicts
data-ai
Prepare one or more isolated git worktrees — one per repository the topic touches. Router action — no agent. Trigger on "set up the worktree", "isolate this work", or "/team-worktree".