Skip to content

Custom Commands

Custom commands are user-invoked tools that perform automated scans and checks. Type /command-name in Claude Code to run them.

Available Commands

Accessibility

  • /audit-accessibility – Comprehensive accessibility audit (VoiceOver, Dynamic Type, color contrast, touch targets, WCAG compliance)

Concurrency & Async

  • /audit-concurrency – Comprehensive concurrency analysis (Swift 6 strict mode, @MainActor, Sendable, actor isolation)

Debugging

  • /prescan-memory – Quick memory leak triage (timers, observers, closures, delegates, PhotoKit)

Usage

bash
# Run a command
/audit-accessibility
/audit-concurrency
/prescan-memory

# Commands accept arguments
/prescan-memory MyViewController.swift

Commands output results with file:line references and link to relevant skills for deeper analysis.