원클릭으로
statement-audit
Audit statement, tutorial, and samples for consistency and publication readiness before packaging.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Audit statement, tutorial, and samples for consistency and publication readiness before packaging.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Validate statement samples and sample files for competitive programming problems. Ensures the expected outputs in problem statements match the actual solution output.
Verify final tests with hard quality gates: integrity, consistency, validator, limit semantics, and wrong-solution kill.
Use when creating competitive programming problems with AutoCode MCP tools. Enforces the plugin workflow for problem statements, std/brute solutions, validators, generators, stress tests, final data verification, and Polygon packaging.
SOC 직업 분류 기준
| name | statement-audit |
| description | Audit statement, tutorial, and samples for consistency and publication readiness before packaging. |
| disable-model-invocation | false |
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).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.