com um clique
commands
Display list of all available custom commands for this project
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Display list of all available custom commands for this project
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Systematic UI workflow auditing for SwiftUI applications. Discovers entry points, traces user flows, detects dead ends and broken promises, audits data wiring, evaluates from user perspective. Triggers: "workflow audit", "audit flows", "find dead ends", "check navigation".
Mine for hidden bugs that pattern-based auditors miss. 7 analysis lenses: assumptions, state machines, boundary conditions, data lifecycle, error paths, time-dependent behavior, and platform divergence. Triggers: "prospect for bugs", "find hidden bugs", "assumption audit", "what could go wrong", "bug prospector".
Epic decomposition into trackable, right-sized tasks. Three modes — audit-aware (codebase-audit reports), workflow-audit-aware (handoff.yaml with pre-rated findings), standalone (from scratch). Light convention scanning for projects without CLAUDE.md.
Systematic UI workflow auditing for SwiftUI applications. Discovers entry points, traces user flows, detects dead ends and broken promises, evaluates from user perspective.
Sync website content with app codebase - features, changelog, FAQ, docs. Triggers: "update website", "sync website", "website sync".
Find unused code after refactors or as ongoing hygiene. Two modes: quick (post-refactor, recent changes) and full (entire codebase). Triggers: "find dead code", "find unused code", "cleanup unused", "dead code scan", "code hygiene".
| name | commands |
| description | Display list of all available custom commands for this project |
| version | 2.1.0 |
| author | Terry Nyberg |
| license | MIT |
| allowed-tools | ["Read"] |
| metadata | {"tier":"reference","category":"reference"} |
| 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. |
| Command | Version | Description |
|---|---|---|
/run-tests | 2.1.0 | Run tests with smart strategies: parallel, sequential, or split (UI sequential + unit parallel). |
/generate-tests | 2.1.0 | Generate unit and UI tests for specified code with edge cases and mocks. |
/ui-scan | 2.1.0 | UI test environment setup with accessibility identifier scan and onboarding bypass. |
/debug | 2.1.0 | Systematic debugging workflow: reproduce, isolate, hypothesize, verify, and fix. |
/scan-similar-bugs | 2.1.0 | After fixing a bug, systematically find other occurrences of the same pattern across the codebase. |
| Command | Version | Description |
|---|---|---|
/plan | 1.2.0 | Epic decomposition into trackable tasks. Audit-aware mode ingests report card findings. |
/implementation-plan | 1.1.0 | (Deprecated — use /plan instead) Structured implementation planning. |
/safe-refactor | 2.5.0 | Plan refactoring with blast radius analysis, dependency mapping, and rollback strategy. |
/explain | 2.1.0 | Deep-dive explanation of how a specific file, feature, or data flow works. |
| Command | Version | Description |
|---|---|---|
/release-prep | 2.1.0 | Pre-release checklist with version bumps, privacy manifest, code readiness, and metadata checks. |
/release-screenshots | 2.1.0 | Capture App Store screenshots across all required device sizes using simulator automation. |
/update-website | 2.0.1 | Sync website content with app codebase — features, changelog, screenshots, docs. |
| Command | Version | Description |
|---|---|---|
/security-audit | 2.1.0 | Focused security scan covering secrets, storage, network, privacy manifests, and auth. |
/performance-check | 2.1.0 | Profile-guided performance analysis for memory, CPU, energy, SwiftUI, and launch time. |
| Command | Version | Description |
|---|---|---|
/commands | 2.0.0 | Display this list of all available custom commands. |
/enhanced-commands | 2.0.0 | Reference docs with examples and output locations for all commands. |
AskUserQuestion prompts to gather context before scanning..agents/research/YYYY-MM-DD-*.md for future reference.