commands
Installation
SKILL.md
Available Commands
Code Analysis & Review
| Command | Version | Description |
|---|---|---|
/tech-talk-reportcard |
3.0.0 | Technical codebase analysis with A-F grades for developers (architecture, security, performance, concurrency, accessibility, testing). |
/plain-talk-reportcard |
3.0.0 | Codebase analysis with A-F grades and plain-language summaries for non-technical stakeholders. |
/codebase-audit |
2.0.0 | Hybrid codebase audit with automated scans and parallel agent analysis. |
/review-changes |
2.1.0 | Pre-commit review of staged/unstaged changes for bugs, style issues, and missing tests. |
/dead-code-scanner |
2.1.0 | Find unused code after refactors or as ongoing hygiene. Two modes: quick and full. |
/workflow-audit |
2.1.1 | Systematic UI workflow auditing — entry points, flow tracing, dead ends, data wiring. |