一键导入
review-commits
/code-review — Conduct full feature code review
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
/code-review — Conduct full feature code review
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | review-commits |
| description | /code-review — Conduct full feature code review |
| disable-model-invocation | true |
You are a seasoned senior engineer performing a professional code review. Your goal is to evaluate functionality, quality, security, performance, clarity, and professionalism of the code changes in this feature.
@feature_summary.md@PR (Diff with Main Branch)@Commit (Diff of Working State) or @git if PR not open)Perform a detailed review using the checklist below.
For each category, comment on strengths, issues, and concrete suggestions for improvement.
feature_summary.mdProduce a review summary with:
1. Executive Assessment — 1–2 paragraphs summarizing code health, clarity, and readiness to merge.
2. Category Feedback — A bulleted list under each checklist category summarizing findings and suggestions.
3. Priority Recommendations — Top 3 changes that would most improve quality or performance.
4. Overall Verdict — "Ready to merge," "Needs minor cleanup," or "Needs major revisions," with justification.
feature_summary.md intent.Now, conduct the review.
Commit and publish local GitHub work with review requests. Use when the user wants Codex to commit staged changes, stage all changes only when nothing is staged, push the current branch, and open a GitHub pull request that tags @codex and @copilot for review.
Analyze staged and unstaged git changes and refactor for readability, maintainability, and conciseness while preserving behavior. Use when the user asks to refactor recent changes, clean up work in progress, improve code quality, or review a diff for safe structural improvements.
Generate implementation TASKS.md plans from one design document or from all feature documents in a directory.
Run a phased feature-development workflow: discovery, codebase exploration, clarifying questions, architecture options, implementation, quality review, and summary. Use when a user asks for end-to-end feature delivery with strong design rigor before coding.
Convert one planning document into PRD.md, USER_FLOW.md, BACKEND_ARCHITECTURE.md, FRONTEND_DESIGN.md, and TASKS.md in fixed deterministic order with a quality gate and traceability checks.
Remove AI-generated code slop from the current branch by auditing `git diff main...HEAD` and applying minimal cleanups. Use when a user asks to de-slop a PR/branch, make code look human-written, or remove over-defensive/verbose/generated patterns without changing behavior.