From autocode
Audits problem statements, tutorials, and sample files for contest-readiness. Checks section ordering, sample consistency, interactive protocol completeness, and terminology alignment.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autocode:statement-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `problem_validate` to check statement and sample files, ensuring the problem documentation is contest-ready.
Use problem_validate to check statement and sample files, ensuring the problem documentation is contest-ready.
sol.tutorial.md includes approach, correctness, and complexity (not placeholder text).For interactive: true, require all items below before go:
Input format says the contestant does not receive ordinary static input, and lists the interactor's hidden input/range/randomness/adaptiveness.Output format lists every contestant command, including final answer syntax and whether the program must terminate immediately.Interaction protocol states the exact order of reads/writes for every round and the meaning of every judge response.decision: go / no_godoc_issues: documentation issue listsample_issues: sample issue listrewrite_targets: section titles that require rewritinggo: statement protocol is complete and all validated samples match expected behavior.no_go: any ambiguity, mismatch, or missing checker/interactor rule remains.sol.npx claudepluginhub sztu-acm/autocodeValidates expected outputs in competitive programming problem statements against actual solution output. Ensures sample correctness before test generation and blocks release on mismatches.
Verifies Red Hat Showroom workshop or demo content (.adoc files) against quality standards, style guidelines, technical accuracy, accessibility, and scaffolds. Handles CWD, local paths, or GitHub clones.
Verifies plans, specs, and documents using Codex as independent reviewer with Claude double-check for PASS/FAIL verdict on issues like logical gaps and feasibility risks. Use for 'verify this plan' or /codex-verify.