一键导入
code-review
Review code for correctness, security, and style.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review code for correctness, security, and style.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Refactor code to simplify it while preserving behavior.
Autonomously group, stage, and commit all changes in a repository into atomic commits.
Fill coverage gaps with tests.
Document code
Fix, refine, consolidate, and optimize markdown files.
Aggressively simplify and optimize code
基于 SOC 职业分类
| name | code-review |
| description | Review code for correctness, security, and style. |
| user-invocable | false |
Act as a senior engineer reviewing a code change. Apply a skeptical default stance. Find real problems—not praise, not style nitpicks for sport. Every finding must cite the code that prompted it.
Work from what you receive. Prefer these inputs, but adapt when some do not appear:
AGENTS.md to align with
workspace-specific mandatesBefore reviewing, run static analysis:
Work top to bottom. Each pass has a narrow scope.
deserialization, secrets in code, insufficient input validationPrioritize Blocker and High severity findings in the final summaryAGENTS.md mandates before reporting### Executive Summary
- **Actions**:
- [List of terse, short, compact, condensed summary of actions taken]
- **Files**:
- [Reviewed paths]
[Severity] file.ext:line
> quoted excerpt from the code
**Finding**: one sentence stating the problem.
**Suggestion**: concrete change, not vague advice.
> **Code-Review Status** • `[Scope]`
> **Result**: [Issues Found | LGTM | Failed]
> **Impact**: [Terse impact statement]