ワンクリックで
code-review
MiaoYan project adapter for Waza check/code-review. Use for Swift, AppKit, iOS target, and release-safety review.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
MiaoYan project adapter for Waza check/code-review. Use for Swift, AppKit, iOS target, and release-safety review.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| 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 |
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.
Prepare, validate, and publish a MiaoYan direct-download GitHub Release. Not for App Store builds.
Run SwiftLint and swift-format checks on MiaoYan. There is no auto-fix hook; run `swiftlint --fix` or `swift-format format --in-place` manually when fixes are needed.
Prepare and validate a MiaoYan Mac App Store build. Not for GitHub Releases.
GitHub issues, PRs, releases, and workflow inspection for MiaoYan via gh CLI.