一键导入
code-review
Performs thorough code review on files or diffs. Checks for bugs, security issues, performance problems, and code quality.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Performs thorough code review on files or diffs. Checks for bugs, security issues, performance problems, and code quality.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Enforces a strict 4-phase methodology (Plan, Generate, Review, DoD) for development tickets to ensure high-quality, secure, and production-ready code. Features a continuous YOLO mode loop for autonomous task completion.
Systematic debugging assistant. Analyzes errors, traces root causes, and suggests fixes with evidence.
Verifies that NDE-OS agent core code is production-ready with no mocks, no fakes, no TODOs, and matches all R&D comparison claims. Use after implementing any agent core module, before marking a task as complete, or when auditing code quality against the implementation plan.
Explains code in plain language. Breaks down complex logic, traces execution flow, and creates documentation.
Sets up new project scaffolding with proper structure, configuration, and tooling. Supports Rust, TypeScript, Python, and more.
Refactors code for better structure, readability, and performance while preserving behavior.
| name | code-review |
| description | Performs thorough code review on files or diffs. Checks for bugs, security issues, performance problems, and code quality. |
| triggers | ["review this code","code review","check this for bugs","review my changes"] |
Perform a production-grade code review covering correctness, security, performance, and maintainability.
file_read or code_search to understand the code## Code Review: {file_or_scope}
### CRITICAL
- [Line X] Description of critical issue
### WARNING
- [Line X] Description of warning
### INFO
- [Line X] Suggestion for improvement
### Summary
- X critical, Y warnings, Z info items
- Overall assessment: PASS / NEEDS FIXES / BLOCKED
file_read — read source filescode_search — find patterns across codebasecode_symbols — understand file structuregit — check recent changes with diff