From ios-development
Code review checklist for SwiftUI and Swift PRs. Use when reviewing pull requests, checking code quality, verifying Swift/SwiftUI implementations, or conducting PR reviews. Provides prioritized checklist covering state management, performance, component design, data flow, async handling, UI/UX, accessibility, security, and testing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ios-development:swiftui-code-review-checklistThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
SwiftUI PRレビュー用の包括的チェックリスト。
SwiftUI PRレビュー用の包括的チェックリスト。
swiftui-code-review-checklist/
├── SKILL.md (このファイル)
└── references/
└── code-review-checklist.md
コードレビュー用チェックリスト(優先度別):
🔴 Critical(必須)
🟡 Important(重要)
🟢 Nice to Have(推奨)
references/code-review-checklist.mdを開くnpx claudepluginhub xtone/ai_development_tools --plugin ios-developmentReviews SwiftUI code for view composition, state management (@State, @Binding, @Observable), performance, and accessibility. Use for .swift files with SwiftUI views or UI code.
Reviews SwiftUI and Swift code for modern APIs, best practices, performance, accessibility, data flow, navigation, and Clean Architecture.
Reviews SwiftUI code for best practices, modern APIs, maintainability, performance, accessibility, and Swift conventions. Use when reading, writing, or reviewing SwiftUI projects.