一键导入
code-review
Perform thorough code reviews. Use when reviewing PRs, auditing code quality, or checking for bugs and anti-patterns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Perform thorough code reviews. Use when reviewing PRs, auditing code quality, or checking for bugs and anti-patterns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Project and feature planning with 4 adaptive phases — Specify, Design, Tasks, Execute. The execution orchestrator. Creates atomic tasks with verification criteria, architecture decisions, and persistent memory across sessions.
Systematic debugging workflow. Use when investigating bugs, unexpected behavior, errors, or performance issues.
Write, review, and maintain automated tests. Use when a user asks to test a feature, write specs, or improve coverage.
Short, action-oriented description of when to use this skill. Keywords help the router.
| name | code-review |
| description | Perform thorough code reviews. Use when reviewing PRs, auditing code quality, or checking for bugs and anti-patterns. |
| version | 1.0.0 |
| author | {"[object Object]":null} |
Purpose: Systematically review code for correctness, security, performance, and maintainability.
Before reviewing, you MUST read/verify:
.agents/rules/engineering-laws.md — Non-negotiable standards..specs/project/ARCHITECTURE.md — Understand existing patterns..specs/project/CONVENTIONS.md — Module patterns and conventions.any in TypeScript)?## Code Review: [File/PR Name]
### Summary
[1-2 sentences: overall assessment]
### Issues Found
#### 🔴 Critical
- **[File:Line]** — [Description of issue and fix suggestion]
#### 🟡 Warning
- **[File:Line]** — [Description of concern]
#### 🟢 Suggestion
- **[File:Line]** — [Improvement idea]
#### 💡 Nitpick
- **[File:Line]** — [Style/preference note]
### What's Good
- [Positive observation 1]
- [Positive observation 2]
### Verdict
[APPROVE / REQUEST CHANGES / NEEDS DISCUSSION]