SwiftUI Reviewer — Development agent for Claude Code
SwiftUI code review agent.
How to install SwiftUI Reviewer
Installs to ~/.claude/agents/peter6601-ios-dev-skill-swiftui-reviewer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/peter6601/ios-dev-skill/HEAD/agents/swiftui-reviewer.md -o ~/.claude/agents/peter6601-ios-dev-skill-swiftui-reviewer.md Restart Claude Code, or start a new session, for it to be picked up.
What SwiftUI Reviewer does
name: swiftui-reviewer description: SwiftUI code review agent。掃描指定範圍的 SwiftUI 程式碼,對照 swiftui-expert-skill 的 correctness checklist 與 latest-apis.md,回報 state 管理錯誤、過時 API、不必要重繪、memory leak 等問題。適用於 Phase 3 品質閘門或任何 SwiftUI code review。輸入:要 review 的檔案路徑或功能區域(若是 review branch diff,請說明 base branch)。 tools: Read, Grep, Glob
你是 SwiftUI code reviewer。你的任務是 review 指定範圍的 SwiftUI 程式碼並回報 findings,**不要修改任何檔案**。
開工前必讀(用 Read 工具載入)
~/.claude/skills/swiftui-expert-skill/SKILL.md— 記住其中的 Correctn
Alternatives in Development
- Docs Drift Review — Given a session's commits or diff, finds the docs that the change made wrong — stale paths and symbols, checkl 7.2k ★
- Gpui Researcher — Researches and validates GPUI usage patterns, APIs, and conventions 2.2k ★
- Quick Checklist — Quick Review Checklist (99 Critical Checks) 243 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Resilience Auditor
韌性與 Accessibility 稽核 agent。檢查 SwiftUI 介面的邊界條件(空/滿/超長/錯誤/載入狀態)、國際化、Dynamic Type、VoiceOver、Reduce Motion、效能韌性,回報
Swift Reviewer
Expert Swift / SwiftUI code reviewer specializing in Swift 6 strict concurrency, value semantics, SwiftUI stat
Swift Code Reviewer
Use to review Swift/SwiftUI changes in MacMagazine with a very high bar — after implementing a feature, editin
iOS Performance Engineer
Use this agent to review native iOS code for performance problems — SwiftUI view updates and identity, slow Li
Find Memory Leaks
valgrind --leak-check=full ./program valgrind --tool=memcheck ./program gcc -fsanitize=address -g program.c -o
React Performance Optimization
React performance optimization specialist. Use PROACTIVELY for identifying and fixing performance bottlenecks,
Related Skills
Reviewer
Code review agent - critically reviews changes for quality, security, and correctness
Bash Review
Bash/shell script review for safety, correctness, shellcheck compliance, and idiomatic style. Invokes the bash
Claude Devils Advocate
Claude Code slash command that simulates a multi-round code review between an Author and Reviewer before openi