com um clique
statement-audit
Audit statement, tutorial, and samples for consistency and publication readiness before packaging.
Menu
Audit statement, tutorial, and samples for consistency and publication readiness before packaging.
Define and enforce project-wide quality standards for agent and skill documents. Use when creating, reviewing, or refactoring files under agents/ and skills/ to keep structure, terminology, and output contracts consistent.
Validate statement samples and sample files for competitive programming problems. Ensures the expected outputs in problem statements match the actual solution output.
Audit std/brute assumptions with MCP evidence, including worst/average complexity risk and stress readiness.
Build multi-profile stress tests from brute complexity and constraints, then execute with traceable evidence.
Verify final tests with hard quality gates: integrity, consistency, validator, limit semantics, and wrong-solution kill.
Use before coding to decide whether a problem idea is judgeable, implementable, and verifiable.
| 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.