원클릭으로
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.