بنقرة واحدة
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