| name | code-review |
| description | MiaoYan project adapter for Waza check/code-review. Use for Swift, AppKit, iOS target, and release-safety review. |
| version | 1.1.0 |
| allowed-tools | ["Bash","Read","Grep","Glob"] |
| disable-model-invocation | true |
MiaoYan Code Review Adapter
Use Waza /check for the generic review method. This adapter adds MiaoYan-specific commands, hard stops, and target awareness.
Quick Commands
gh pr diff 123
xcodebuild -project MiaoYan.xcodeproj -scheme MiaoYan -configuration Debug build
swiftlint lint --strict
swift-format lint --recursive .
MiaoYan-Specific Checks
Review Output Format
Follow Waza /check: findings first, ordered by severity, with tight file/line references. Keep summaries brief.
Safety Rules
- NEVER post review comments without explicit user request.
- ALWAYS prepare feedback for user review first.
- Draft responses in the same language as the PR author.