Skip to main content

statement-audit

Audit statement, tutorial, and samples for consistency and publication readiness before packaging.

Aller à l'installation

Informations de source

Dépôt
SummerOneTwo/AutoCode
Dernière activité de la source
30 avril 2026 à 10:17
Langue détectée de SKILL.md
anglais
Étoiles
0
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
statement-audit
description
Audit statement, tutorial, and samples for consistency and publication readiness before packaging.
disable-model-invocation
false
# Statement Audit Skill Use `problem_validate` to check statement and sample files, ensuring the problem documentation is contest-ready. ## Checkpoints - Input/output protocol is complete and unambiguous. - Sample input/output matches actual execution of `sol`. - `tutorial.md` includes approach, correctness, and complexity (not placeholder text). - Special judging rules (checker/interactor) are explicitly documented in the statement. ## Additional Requirements - Terminology and variable naming stay consistent across statement, editorial, and code. - Samples include at least one boundary case. - For interactive problems, the statement must define interaction order, flush/termination conditions, and consequences of invalid output. ## Output Format - `decision`: `go` / `no_go` - `doc_issues`: documentation issue list - `sample_issues`: sample issue list - `rewrite_targets`: section titles that require rewriting ## Decision Rules - `go`: statement protocol is complete and all validated samples match expected behavior. - `no_go`: any ambiguity, mismatch, or missing checker/interactor rule remains. ## Forbidden Behavior - Do not approve statements with ambiguous I/O protocol. - Do not approve when sample evidence is missing or inconsistent with `sol`. - Do not approve interactive statements without complete protocol semantics.
Voir sur GitHub