.agents/skills/code-review/SKILL.md
Use Waza /check for the generic review method. This adapter adds MiaoYan-specific commands, hard stops, and target awareness.
# View PR diff
gh pr diff 123
# Build check
xcodebuild -project MiaoYan.xcodeproj -scheme MiaoYan -configuration Debug build
# Lint
swiftlint lint --strict
# Format check
swift-format lint --recursive .
!) without justificationMiaoYanMobile/ unless the task explicitly requires cross-target workswiftlint lint --strictMiaoYanMobile/ consider target membership, sync behavior, and mobile resource pathsFollow Waza /check: findings first, ordered by severity, with tight file/line references. Keep summaries brief.