一键导入
code-review
{{t "code_review.description"}}
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
{{t "code_review.description"}}
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Performance and security audit for code quality. Checks memory leaks, OOM risks, startup speed, ANR, lag, and security vulnerabilities. Auto-triggered by proactive-correction agent.
Initialize AI coding assistance framework for this project. Scans source code, generates customized rules based on actual project structure, and creates comprehensive references documentation. Use when setting up a new project or re-initializing after major changes.
Bootstrap AI coding assistance into ANY project. Supports 4 AI tools — Claude Code, Qoder, Codex, OpenCode. All tools share EXACTLY the same split-file architecture (rules/skills/agents/hooks/references loaded on-demand). Only the entry file name and config directory name differ.
{{t "plan_mode.description"}}
代码生成后的自动化审查技能。对新增/修改的代码执行项目规范合规检查。
复杂开发任务的结构化拆分技能。当任务涉及多模块协作、多步骤操作时,在执行前先输出分步计划。
| name | code_review |
| description | {"[object Object]":null} |
{{t "code_review.trigger_title"}}
- {{t "code_review.trigger_1"}}
- {{t "code_review.trigger_2"}}
- {{t "code_review.trigger_3"}}
- {{t "code_review.trigger_4"}}
{{t "code_review.skip"}}
| # | Check | Method |
|---|---|---|
| 1 | {{t "code_review.fatal_row1"}} | |
| 2 | {{t "code_review.fatal_row2"}} | |
| 3 | {{t "code_review.fatal_row3"}} | |
| 4 | {{t "code_review.fatal_row4"}} | |
| 5 | {{t "code_review.fatal_row5"}} | |
| 6 | {{t "code_review.fatal_row6"}} | |
| {{PLATFORM_FATAL_CHECKS}} | ||
| {{#if HAS_NDK}} | ||
| F-NDK1 | {{t "code_review.fatal_ndk1"}} | |
| F-NDK2 | {{t "code_review.fatal_ndk2"}} | |
| F-NDK3 | {{t "code_review.fatal_ndk3"}} | |
| F-NDK4 | {{t "code_review.fatal_ndk4"}} | |
| F-NDK5 | {{t "code_review.fatal_ndk5"}} | |
| F-NDK6 | {{t "code_review.fatal_ndk6"}} | |
| {{/if}} |
| # | Check | Method |
|---|---|---|
| 7 | {{t "code_review.warning_row7"}} | |
| 8 | {{t "code_review.warning_row8"}} | |
| 9 | {{t "code_review.warning_row9"}} | |
| 10 | {{t "code_review.warning_row10"}} | |
| {{PLATFORM_WARNING_CHECKS}} | ||
| {{#if HAS_NDK}} | ||
| W-NDK1 | {{t "code_review.warning_ndk1"}} | |
| W-NDK2 | {{t "code_review.warning_ndk2"}} | |
| W-NDK3 | {{t "code_review.warning_ndk3"}} | |
| W-NDK4 | {{t "code_review.warning_ndk4"}} | |
| W-NDK5 | {{t "code_review.warning_ndk5"}} | |
| {{/if}} |
| # | Check | Method |
|---|---|---|
| 11 | {{t "code_review.suggestion_row11"}} | |
| 12 | {{t "code_review.suggestion_row12"}} | |
| 13 | {{t "code_review.suggestion_row13"}} | |
| 14 | {{t "code_review.suggestion_row14"}} | |
| {{PLATFORM_SUGGESTION_CHECKS}} | ||
| {{#if HAS_NDK}} | ||
| S-NDK1 | {{t "code_review.suggestion_ndk1"}} | |
| S-NDK2 | {{t "code_review.suggestion_ndk2"}} | |
| S-NDK3 | {{t "code_review.suggestion_ndk3"}} | |
| S-NDK4 | {{t "code_review.suggestion_ndk4"}} | |
| S-NDK5 | {{t "code_review.suggestion_ndk5"}} | |
| {{/if}} |
## 🔍 {{t "code_review.title"}}
**{{t "code_review.output_scope"}}**:[{{t "code_review.output_scope_value"}}]
**{{t "code_review.output_result"}}**:✅ {{t "code_review.output_pass"}} / ⚠️ N {{t "code_review.output_warnings"}} / ❌ N {{t "code_review.output_fatals"}}
### ❌ {{t "code_review.output_fatal_section"}}
**{{t "code_review.output_issue"}} 1**:[{{t "code_review.output_issue_title"}}]
- **{{t "code_review.output_location"}}**:`file:line`
- **{{t "code_review.output_violated_rule"}}**:[rule]
- **{{t "code_review.output_current_code"}}**:`snippet`
- **{{t "code_review.output_fix"}}**:`fix`
### ⚠️ {{t "code_review.output_warning_section"}}
### 💡 {{t "code_review.output_suggestion_section"}}
### ✅ {{t "code_review.output_passed_section"}}
{{t "code_review.flow_content"}}