From autocode
Validate statement samples and sample files for competitive programming problems. Ensures the expected outputs in problem statements match the actual solution output.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autocode:problem-validateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to enforce sample correctness before final test generation.
Use this skill to enforce sample correctness before final test generation.
Use when:
stress_test_run has passed and the next step is sample verification;problem_validate or sample mismatch.problem_validate against statement samples and sample files.decision: go / no_goblocking_issues: validation blockers that must be fixednext_actions: exact re-validation steps after fixesproblem_generate_tests while validation is failing.go: all selected validation types pass without unresolved mismatches.no_go: any selected validation type fails, or validation evidence is incomplete.For tool examples, detailed output schemas, error recovery playbooks, and comparison rules, see reference.md.
npx claudepluginhub summeronetwo/autocodeCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.