一键导入
evaluate-reviews
Evaluate review comments from the conversation and determine which are valid
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Evaluate review comments from the conversation and determine which are valid
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create and check out a feature branch when currently on master
Create a git commit with a short, lowercase commit message
Analyze a GitHub issue and develop an implementation plan
Review unstaged git changes for bugs, logic errors, and security problems
Clean up worktrees for branches that have been merged and deleted
Create a new worktree and branch from a GitHub issue
| name | evaluate-reviews |
| description | Evaluate review comments from the conversation and determine which are valid |
The conversation already contains one or more sets of review comments from previous review steps (e.g. /review-changes, /review-style). Your job is to evaluate all of them and determine which points are actually valid.
For each review point raised in the conversation:
Remember: we want the best and cleanest possible code long term. We do not want to introduce any technical debt. If something could be improved, it should be improved now — not deferred for later.
Present your evaluation as a list. For each original review point, state whether it is valid or not, and briefly explain why. Do not make any changes to the code.