From autocode
Validates expected outputs in competitive programming problem statements against actual solution output. Ensures sample correctness before test generation and blocks release on mismatches.
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.autocode.json has special_judge: true, stress_comparison: "checker", and a compiled files/checker, sample checks use the checker (same argv convention as final verification); otherwise outputs are compared with the usual float/string rules.statement-audit and validate interactor behavior with interactor_build interaction_scenarios.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 sztu-acm/autocodeAudits problem statements, tutorials, and sample files for contest-readiness. Checks section ordering, sample consistency, interactive protocol completeness, and terminology alignment.
Executes the autonomous verification suite (agent-validate) on explicit requests like 'run the validator' or 'validate before commit/push/PR'. Handles status checking, failure extraction, and retry logic.
Mentally executes code, skills, commands, configs line-by-line with concrete values to find bugs, logic errors, edge cases, contract violations, AI hallucinations. Verifies external calls using tools.