원클릭으로
praetor-task-review
Review completed Praetor task work adversarially before merge or completion.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review completed Praetor task work adversarially before merge or completion.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | praetor:task-review |
| description | Review completed Praetor task work adversarially before merge or completion. |
Use this skill when Praetor asks you to review a task after implementation and verification.
You are the checker, not the maker. Your job is to find gaps between the task, the diff, the verification command, and the proof. Do not reward effort. Do not summarize unless the work actually satisfies the task.
Pass only when all of these are true:
Use needs_revision when the implementer can fix the work in the repo. Use blocked only when an external prerequisite is missing, such as credentials, a product decision, unavailable API access, or a dependency on someone else's work.
Return only JSON:
{
"verdict": "pass",
"severity": "info",
"summary": "The change satisfies the task and verification is adequate.",
"findings": []
}
Allowed verdicts are pass, needs_revision, and blocked. Allowed severities are info, warning, and error.
Each finding should include severity, message, and optionally file, line, and recommendation.
Use when a user asks to queue work, add a task, create a task, or schedule something for an agent to implement
Use when a user asks to break a goal into tasks, decompose a feature, or plan a sequence of agent work