بنقرة واحدة
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