ios-review
Installation
SKILL.md
/review - Code Review
Perform a thorough, severity-rated code review on changes or specified files. Produces a structured report with rule citations and actionable fix suggestions.
Instructions
Step 1 — Determine Scope
- If argument provided (file path or directory), review that target
- Otherwise, ask: staged changes, unstaged changes, or specific file?
For staged/unstaged changes:
git diff --staged # or git diff for unstaged
For directories, glob for *.swift files and read the architecturally significant ones.