cmd-chain-halt-code-reviewer
Review protocol code for chain halt risks, non-determinism, and onchain behavior bugs
cmd-clean-code
Improve code readability without altering functionality using idiomatic best practices
cmd-code-cleanup
Remove dead code and duplication pragmatically with a 5-phase systematic approach
cmd-code-review-sweep
Review changes for test gaps, simplification, naming consistency, reuse opportunities, and TODO quality
cmd-gh-issue
Create structured GitHub issues from conversation context using gh CLI
cmd-idiot-proof-docs
Simplify documentation for clarity and scannability with approval-gated edits
cmd-mermaid-diagram
Generate and edit Mermaid flowcharts and sequence diagrams with syntax validation and style guidance
cmd-pr-build-context
Build high-signal PR context for review with diff analysis, risk assessment, and discussion questions
cmd-pr-conflict-resolver
Resolve merge conflicts systematically with context-aware 3-tier classification and escalation protocol
cmd-pr-description
Generate concise PR descriptions by analyzing the diff against a base branch
cmd-pr-review-prepare
Prepare branch for code review by building context, identifying issues, and suggesting improvements
cmd-pr-test-plan
Generate manual test plans for PR changes with verified commands and pass/fail criteria
cmd-productionize
Transform applications into production-ready deployments with systematic analysis, improvement, and framework-specific optimization
cmd-python-stylizer
Analyze Python code for style improvements including naming, structure, nesting, and cognitive load reduction
cmd-rfc-review
Review RFCs for problem clarity, compliance, security, and performance using SCQA framework
cmd-rss-feed-generator
Generate Python RSS feed scrapers from blog websites, integrated with hourly GitHub Actions
cmd-scope-sweep
Final pass to identify missed items, edge cases, and risks before considering a scope done
debug-timeouts
Systematically analyze and debug timeout hierarchies across application layers to identify conflicts and root causes
makefile
Create or improve Makefiles with minimal complexity. Templates available: base, python-uv, python-fastapi, nodejs, go, chrome-extension, flutter.