一键导入
ios-code-review
Review iOS code for compliance with standards, NFRs, and security policy.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review iOS code for compliance with standards, NFRs, and security policy.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Scaffold a pnpm + Turborepo MERN monorepo with Next.js, tooling, tests, CI, and optional GitHub repo creation.
Configure GitHub repository security with branch protection, Dependabot, security scanning, and CI workflows. Integrates with mern-scaffold, nean-scaffold, and iOS projects.
Harden a Vercel deployment with security headers, CSP, bot protection, and deployment configuration
Add authentication to an iOS app with Sign in with Apple, biometrics, and Keychain storage.
Scaffold a new feature with View, ViewModel, and tests following ios-std conventions.
Manage Swift Package Manager dependencies with security checks and update verification.
| name | ios-code-review |
| description | Review iOS code for compliance with standards, NFRs, and security policy. |
| argument-hint | [--paths <glob>] [--no-fix] |
| allowed-tools | Bash, Read, Glob, Grep, Write |
Review code against ios-std, ios-nfr, and ios-sec policies. Report issues, then (with approval) fix and run tests to confirm.
--paths <glob> — Limit review scope (default: whole repo)--no-fix — Report only, don't offer to fix./scripts/lint.sh # SwiftLint
./scripts/format.sh # SwiftFormat (check mode)
If scripts don't exist, note that repo doesn't match scaffold expectations.
Review against:
For each issue, note:
std | nfr | secmust-fix | should-fix | nice-to-haveSummary of automated gate results + policy findings grouped by severity.
See /shared-review-workflow for severity definitions, approval gate protocol, and fix constraints. Run /ios-unit-test to confirm no regressions after fixes.
For review checklists and common issues, see reference/ios-code-review-reference.md