Skip to main content

problem-validate

Validate statement samples and sample files for competitive programming problems. Ensures the expected outputs in problem statements match the actual solution output.

Ir para a instalação

Informações da origem

Repositório
SummerOneTwo/AutoCode
Última atividade na origem
30 de abril de 2026 às 10:17
Idioma detectado do SKILL.md
inglês
Estrelas
0
Forks
0

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Explorador de arquivos
2 arquivos

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
problem-validate
description
Validate statement samples and sample files for competitive programming problems. Ensures the expected outputs in problem statements match the actual solution output.
disable-model-invocation
false
# Problem Validation Skill Use this skill to enforce sample correctness before final test generation. ## Trigger Conditions Use when: - `stress_test_run` has passed and the next step is sample verification; - the user updates statement samples or sample files; - workflow is blocked by `problem_validate` or sample mismatch. ## Core Instructions 1. Run `problem_validate` against statement samples and sample files. 2. Treat any mismatch as a release blocker. 3. Classify failures by source: statement text, sample files, or solution behavior. 4. Re-run validation after fixes before allowing progression. ## Output Contract - `decision`: `go` / `no_go` - `blocking_issues`: validation blockers that must be fixed - `next_actions`: exact re-validation steps after fixes ## Forbidden Behavior - Do not proceed to `problem_generate_tests` while validation is failing. - Do not approve based on file presence without validation evidence. - Do not rewrite expected outputs unless the corrected output is justified. ## Decision Rules - `go`: all selected validation types pass without unresolved mismatches. - `no_go`: any selected validation type fails, or validation evidence is incomplete. ## Additional Resources For tool examples, detailed output schemas, error recovery playbooks, and comparison rules, see [reference.md](reference.md).
Ver no GitHub