enhanced-commands

Enhanced list of custom Claude commands for iOS and macOS Swift projects with examples and output locations.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "enhanced-commands" with this command: npx skills add terryc21/xcode-workflow-skills/terryc21-xcode-workflow-skills-enhanced-commands

Display the following command reference to the user:

Enhanced Commands

Commands are grouped by category. Each includes examples and output locations.

Code Analysis & Review

CommandDescription
/tech-talk-reportcardTechnical codebase analysis with A-F grades (architecture, security, performance, concurrency, accessibility, etc.) for developers.
/plain-talk-reportcardCodebase analysis with A-F grades and plain-language summaries for non-technical stakeholders.
/codebase-auditHybrid codebase audit with automated scans and parallel agent analysis.
/scan-similar-bugsFind similar bug patterns codebase-wide after a fix.
/review-changesPre-commit review of staged/unstaged changes for bugs, style, tests.
/dead-code-scannerFind unused code after refactors or as ongoing hygiene.
/workflow-auditSystematic UI workflow auditing — entry points, flow tracing, dead ends, data wiring.

/tech-talk-reportcard Details (v3.0.0)

  • Output: .agents/research/YYYY-MM-DD-tech-reportcard.md
  • Features:
    • Interactive questions (CLAUDE.md inclusion, mode, timeline, focus)
    • Automated grep scans for architecture, security, performance, concurrency, accessibility, testing, energy
    • 9 grading categories: Architecture, Code Quality, Performance, Concurrency, Security, Accessibility, Testing, UI/UX, Data
    • Trend comparison to previous reports (grade changes)
    • Prioritized issues with Urgency/Risk/ROI/Blast ratings

/plain-talk-reportcard Details (v3.0.0)

  • Output: .agents/research/YYYY-MM-DD-plain-reportcard.md
  • Features:
    • 7 grading categories in plain language: User Experience, Reliability, Accessibility, Security, Performance, Code Health, Testing
    • Trend comparison to previous reports
    • Plain language glossary translates technical terms
    • Effort estimates and risk explanations for each issue

/security-audit Details (v2.1.0)

  • Output: .agents/research/YYYY-MM-DD-security-audit.md
  • Features: Automated grep patterns, severity scoring (CRITICAL/HIGH/MEDIUM/LOW), remediation code examples, Privacy Manifest validation.

/performance-check Details (v2.1.0)

  • Output: .agents/research/YYYY-MM-DD-performance-check.md
  • Features: Automated anti-pattern detection, before/after code examples, profiling recommendations.

/dead-code-scanner Details (v2.1.0)

  • Output: .agents/research/YYYY-MM-DD-dead-code-*.md
  • Features: Quick (post-refactor) or full (hygiene) scan modes, Swift-specific exclusions, confidence classification.

/workflow-audit Details (v2.1.1)

  • Output: .workflow-audit/ directory in project root
  • Features: 5-layer analysis (discovery, trace, issues, evaluation, data wiring), issue categories with severity, design principle validation.

Planning & Refactoring

CommandDescription
/planEpic decomposition into trackable tasks. Audit-aware or standalone mode.
/implementation-plan(Deprecated — use /plan) Structured implementation planning.
/safe-refactorRefactor plan with blast radius, deps, rollback.

/plan Details (v1.2.0)

  • Output: .agents/research/YYYY-MM-DD-implementation-plan.md
  • Features: Auto-detects audit reports for audit-aware mode, T-shirt sizing, Golden Rule (WHAT not HOW), phased task lists with Urgency/Risk/ROI/Blast ratings, rollback strategy.

Debugging & Testing

CommandDescription
/debugSystematic debug: reproduce, isolate, hypothesize, fix.
/generate-testsUnit/UI tests with edges, mocks. Auto-detects Swift Testing vs XCTest.
/run-testsSmart test execution with split strategies (UI sequential + unit parallel).
/ui-scanAccessibility identifier scan and UI test environment setup.
/scan-similar-bugsAfter fixing a bug, find the same pattern across the codebase.

/debug Details (v2.1.0)

  • Output: .agents/research/YYYY-MM-DD-debug-*.md
  • Features: Concrete evidence-gathering (git log, grep patterns), common iOS bug pattern checklist, hypothesis table, root cause report, similar bug scan integration.

/generate-tests Details (v2.1.0)

  • Features: Auto-detects test framework (Swift Testing or XCTest), generates mocks, covers edge cases, parameterized test support.

/run-tests Details (v2.1.0)

  • Features: Smart split strategy (UI sequential + unit parallel), all sequential, all parallel, or unit-only modes.

Release & Deployment

CommandDescription
/release-prepPre-release checklist: version, changelog, privacy, metadata, code readiness.
/release-screenshotsCapture App Store screenshots across all required device sizes.
/update-websiteSync website content with app codebase.
/explainDeep-dive on file/feature/data flow.

/release-prep Details (v2.1.0)

  • Output: .agents/research/YYYY-MM-DD-release-prep-vX.Y.Z.md
  • Features: Automated version bump, changelog generation, privacy manifest validation, deployment target check, ATS check, entitlements check, app icon validation, localization completeness.

/release-screenshots Details (v2.1.0)

  • Features: Multi-device capture (6.9", 6.5", 5.5"), status bar override, organized folder output, device frame support.

Interactive Features

All analysis commands include:

  1. Interactive Questions: Use AskUserQuestion tool to gather context before analysis
  2. Table Format Output: All findings presented in structured tables
  3. Output Files: Reports saved to .agents/research/ for future reference
  4. Follow-up Actions: Option to generate implementation plans or fixes from findings

Notes

  • Execution directives: All workflow skills include "YOU MUST EXECUTE THIS WORKFLOW" to ensure action, not just description.
  • Output standardization: Analysis skills write to .agents/research/YYYY-MM-DD-*.md.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

tech-talk-reportcard

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

explain

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

debug

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

implementation-plan

No summary provided by upstream source.

Repository SourceNeeds Review