Run an explicitly requested execution, independent critique, and revision workflow for a task or artifact, with evidence-backed scoring, category floors, a brief security screen, and at most three review rounds. Use only when the user invokes $critic-loop or explicitly requests this bounded critic workflow; do not add it to ordinary reviews.
71
86%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Produce work that either clears a real acceptance gate or is reported honestly as not passing.
Before execution, read:
PASS requires every MUST gate to be independently VERIFIED; FAILED, BLOCKED, or WAIVED gates prevent PASS.PASS requires at least 85.00/100, every category floor, no hard failures, no critical unknowns, and no open or disputed defects.ACCEPTED_WITH_WAIVER, never PASS.BLOCKED: INDEPENDENCE_UNAVAILABLE; do not simulate separate agents in one context.REVISE, send the defect ledger to the same executor. The critic then verifies every prior defect and reruns the full rubric.PASS, run one bounded improvement sweep and record either NO_MATERIAL_IMPROVEMENT_FOUND or IMPROVEMENTS_IDENTIFIED with linked evidence.Create the v2.1 evidence manifest, declare every command-consumed file in inputArtifactIds, run approved checks without a shell, and create a v2.1 JSON scorecard:
node <skill-directory>/scripts/verify-evidence.mjs --actor CRITIC --allow-command <executable> --report <evidence-result.json> <evidence-manifest.json>
node <skill-directory>/scripts/validate-scorecard.mjs <scorecard.json>After the critic returns, the orchestrator must independently rerun the evidence checks and validate the complete run:
node <skill-directory>/scripts/verify-review-run.mjs --allow-command <executable> --report <verified-report.json> <review-run.json>Do not report PASS if root verification was not run successfully. V1 and v2.0 scorecards remain validator-compatible for archival inspection, but cannot complete a new run.
Return the artifact or its location, the machine-generated final status and score, requirement-gate counts, review-round count, hard failures, unresolved defects, security-screen status, evidence summary, hashes, and root-verification result.
SKILL.md
3a35912
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.