Reviews code for real bugs: off-by-ones, null derefs, race conditions, swallowed errors. Skips style nitpicks.
OWASP-style review: injection, auth, data exposure, weak crypto. Severity-ranked with file:line + fix.
Finds real bottlenecks. DB N+1, memory leaks, blocking calls, re-renders.
Cross-references docs against actual source. Flags drift, missing params, dead references.
Reviews a plan or expedition steps for executable completeness, risk, and scope drift. Returns a READY | REVISE verdict so a planning loop can terminate.
Builds production-grade UI. Tokens-first, anti-AI-slop aesthetics, design tokens enforced.
Builds polished SwiftUI UI/UX for iPhone and iPad. HIG-driven, size-class adaptive, Dynamic Type and VoiceOver ready.
Designs a feature architecture implementation blueprint by analyzing existing codebase patterns. Used by /counsel-quest during architecture design.
Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, and documenting dependencies. Used by /counsel-quest during codebase exploration.
Bootstrap and customize finpack-claude in any project. Copies the full template into .claude/ if missing, then tunes every config file to match your stack.
Find and fix a bug. Default is the careful path (reproduce, investigate, test). Add `--fast` for emergency hotfix mode.
Commit, push, create PR with confirmation at every step. Blocks secrets and force-push.
Review PR or staged changes via specialist agents. Synthesizes a unified severity-ranked report.
Strict red-green-refactor TDD loop. Failing test, then minimum code, then refactor. Commits after each cycle.
Explain code with one-sentence summary, mental model, ASCII diagram, and modification guide.
Safely refactor with tests as a safety net. Writes tests first if none exist.
Write comprehensive tests covering happy/edge/error/concurrency paths. Verifies tests actually catch bugs.
Estimate per-turn token cost of your .claude/ configuration and CLAUDE.md. Always-loaded vs path-scoped vs invoked-only, with top contributors. Use --api for exact counts.
Bootstrap quest-system in any project. Copies all seven command files to .claude/commands/ in one step.