AgentSkillsCN

commands

展示本项目所有可用自定义命令的列表

SKILL.md
--- frontmatter
name: commands
description: Display list of all available custom commands for this project

Available Commands

CommandDescription
/commandsDisplay this list of all available custom commands.
/tech-talk-reportcardTechnical codebase analysis with A-F grades for developers (architecture, security, performance, testing).
/plain-talk-reportcardCodebase analysis with A-F grades and plain-language summaries for non-technical stakeholders.
/implementation-planStructured implementation planning with file impact analysis, dependencies, and phased tasks.
/scan-similar-bugsAfter fixing a bug, systematically find other occurrences of the same pattern across the codebase.
/review-changesPre-commit review of staged changes for bugs, style issues, and missing tests.
/debugSystematic debugging workflow: reproduce, isolate, hypothesize, verify, and fix.
/safe-refactorPlan refactoring with blast radius analysis, dependency mapping, and rollback strategy.
/generate-testsGenerate unit and UI tests for specified code with edge cases and mocks.
/security-auditFocused security scan covering API keys, storage, network, permissions, and privacy manifest.
/performance-checkProfile-guided performance analysis for memory, CPU, energy, and launch time.
/migrate-schemaSafe SwiftData/model migration planning with data preservation and rollback strategy.
/explainDeep-dive explanation of how a specific file, feature, or data flow works.
/release-prepPre-release checklist including version bump, changelog, known issues, and store metadata.
/release-screenshotsCapture App Store screenshots across all required device sizes using XcodeBuildMCP.
/ui-scanUI test environment setup with splash/onboarding bypass and accessibility identifier scan.
/run-testsRun tests with smart strategies. Supports --unattended for hands-off execution.
/enhanced-commandsReference docs with parameters, examples, and prompt templates for all commands.

Report Card Commands

CommandAudienceOutput Style
/tech-talk-reportcardDevelopersTechnical details, code references, Swift patterns
/plain-talk-reportcardNon-technical stakeholdersPlain language, user impact focus

Notes

  • Platform support: All commands work for both iOS and macOS Swift projects.
  • Interactive questions: Report card and implementation plan commands use interactive prompts to gather context before analysis.
  • Table format: All report cards output findings in structured tables for easy scanning.
  • Swift 6.2 migrations: The /migrate-schema command will invoke /axiom for Swift concurrency guidance.
  • Axiom skills: For iOS and macOS-specific patterns beyond these commands, use /axiom directly.

Acknowledgments

These commands integrate with Axiom for iOS and macOS development patterns. Axiom provides 100+ specialized skills covering SwiftUI, SwiftData, concurrency, performance profiling, and Apple platform best practices.