Skip to main content

statement-audit

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

설치로 이동

소스 정보

저장소
SummerOneTwo/AutoCode
최근 소스 활동
2026년 4월 30일 10:17
감지된 SKILL.md 언어
영어
스타
0
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
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.
GitHub에서 보기