enhanced-commands
Installation
SKILL.md
Display the following command reference to the user:
Enhanced Commands
Commands are grouped by category. Each includes examples and output locations.
Code Analysis & Review
| Command | Description |
|---|---|
/tech-talk-reportcard |
Technical codebase analysis with A-F grades (architecture, security, performance, concurrency, accessibility, etc.) for developers. |
/plain-talk-reportcard |
Codebase analysis with A-F grades and plain-language summaries for non-technical stakeholders. |
/codebase-audit |
Hybrid codebase audit with automated scans and parallel agent analysis. |
/scan-similar-bugs |
Find similar bug patterns codebase-wide after a fix. |
/review-changes |
Pre-commit review of staged/unstaged changes for bugs, style, tests. |
/dead-code-scanner |
Find unused code after refactors or as ongoing hygiene. |
/workflow-audit |
Systematic UI workflow auditing — entry points, flow tracing, dead ends, data wiring. |