用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/sunpar/agentic_coding_tools --skill review-commits命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 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.