원클릭으로
enhanced-commands
Enhanced list of custom Claude commands for iOS and macOS Swift projects with examples and output locations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Enhanced list of custom Claude commands for iOS and macOS Swift projects with examples and output locations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | enhanced-commands |
| description | Enhanced list of custom Claude commands for iOS and macOS Swift projects with examples and output locations. |
| version | 2.2.0 |
| author | Terry Nyberg |
| license | MIT |
| allowed-tools | ["Read"] |
| metadata | {"tier":"reference","category":"reference"} |
Display the following command reference to the user:
Commands are grouped by category. Each includes examples and output locations.
| 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. |
/tech-talk-reportcard Details (v3.0.0)
.agents/research/YYYY-MM-DD-tech-reportcard.md/plain-talk-reportcard Details (v3.0.0)
.agents/research/YYYY-MM-DD-plain-reportcard.md/security-audit Details (v2.1.0)
.agents/research/YYYY-MM-DD-security-audit.md/performance-check Details (v2.1.0)
.agents/research/YYYY-MM-DD-performance-check.md/dead-code-scanner Details (v2.1.0)
.agents/research/YYYY-MM-DD-dead-code-*.md/workflow-audit Details (v2.1.1)
.workflow-audit/ directory in project root| Command | Description |
|---|---|
/plan | Epic decomposition into trackable tasks. Audit-aware or standalone mode. |
/implementation-plan | (Deprecated — use /plan) Structured implementation planning. |
/safe-refactor | Refactor plan with blast radius, deps, rollback. |
/plan Details (v1.2.0)
.agents/research/YYYY-MM-DD-implementation-plan.md| Command | Description |
|---|---|
/debug | Systematic debug: reproduce, isolate, hypothesize, fix. |
/generate-tests | Unit/UI tests with edges, mocks. Auto-detects Swift Testing vs XCTest. |
/run-tests | Smart test execution with split strategies (UI sequential + unit parallel). |
/ui-scan | Accessibility identifier scan and UI test environment setup. |
/scan-similar-bugs | After fixing a bug, find the same pattern across the codebase. |
/debug Details (v2.1.0)
.agents/research/YYYY-MM-DD-debug-*.md/generate-tests Details (v2.1.0)
/run-tests Details (v2.1.0)
| Command | Description |
|---|---|
/release-prep | Pre-release checklist: version, changelog, privacy, metadata, code readiness. |
/release-screenshots | Capture App Store screenshots across all required device sizes. |
/update-website | Sync website content with app codebase. |
/explain | Deep-dive on file/feature/data flow. |
/release-prep Details (v2.1.0)
.agents/research/YYYY-MM-DD-release-prep-vX.Y.Z.md/release-screenshots Details (v2.1.0)
All analysis commands include:
AskUserQuestion tool to gather context before analysis.agents/research/ for future reference.agents/research/YYYY-MM-DD-*.md.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".
Display list of all available custom commands for this project