Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
xtone avatar

Swiftui Code Review Checklist

  • 10 installs
  • 3 repo stars
  • Updated June 5, 2026
  • xtone/ai_development_tools

Helps with ai & agent building tasks.

About

swiftui-code-review-checklist is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • swiftui-code-review-checklist
  • AI & Agent Building
  • AI-coding skill

Swiftui Code Review Checklist by the numbers

  • 10 all-time installs (skills.sh)
  • +1 installs in the week ending Jul 27, 2026 (Skillselion tracking)
  • Ranked #11,959 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 27, 2026 (Skillselion catalog sync)
npx skills add https://github.com/xtone/ai_development_tools --skill swiftui-code-review-checklist

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs10
repo stars3
Last updatedJune 5, 2026
Repositoryxtone/ai_development_tools

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

SwiftUI Code Review Checklist

SwiftUI PRレビュー用の包括的チェックリスト。

ディレクトリ構成

swiftui-code-review-checklist/
├── SKILL.md (このファイル)
└── references/
    └── code-review-checklist.md

リファレンスファイル

references/code-review-checklist.md

コードレビュー用チェックリスト(優先度別):

🔴 Critical(必須)

  • 状態管理: SSOT違反、不適切なProperty Wrapper
  • パフォーマンス: 不要な再描画、メモリリーク
  • セキュリティ: 機密情報の露出

🟡 Important(重要)

  • コンポーネント設計: 責務分離、再利用性
  • データフロー: Binding、環境値の使用
  • 非同期処理: Task管理、エラーハンドリング

🟢 Nice to Have(推奨)

  • UI/UX: アニメーション、レイアウト
  • アクセシビリティ: VoiceOver、Dynamic Type
  • テスト: プレビュー、ユニットテスト

使用方法

PRレビュー時

1. references/code-review-checklist.mdを開く 2. 優先度順(🔴→🟡→🟢)でチェック 3. 問題があれば具体的な改善案を提示

セルフレビュー時

1. PR作成前にチェックリストを確認 2. 自分のコードを検証

クイックチェック項目

状態管理

  • [ ] @Stateは適切に使われているか
  • [ ] 状態の重複はないか
  • [ ] Bindingの向きは正しいか

パフォーマンス

  • [ ] 不要な再描画が発生していないか
  • [ ] LazyStack/Gridを適切に使っているか
  • [ ] 重い処理はバックグラウンドで実行されているか

コンポーネント設計

  • [ ] Viewの責務は単一か
  • [ ] 再利用可能な設計か
  • [ ] モディファイアの順序は正しいか

関連スキル

  • swiftui-coding-guidelines: ベストプラクティス・アンチパターン
  • swiftui-ssot: 状態管理の詳細
  • swiftui-accessibility: アクセシビリティチェック

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.