Skip to main content

testdata-quality

Verify final tests with hard quality gates: integrity, consistency, validator, limit semantics, and wrong-solution kill.

설치로 이동

소스 정보

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

설치 방법

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

소스 파일 검토

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

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
testdata-quality
description
Verify final tests with hard quality gates: integrity, consistency, validator, limit semantics, and wrong-solution kill.
disable-model-invocation
false
# Test Data Quality Skill Final test data must pass: 1. `problem_verify_tests` checks: `file_count` / `answer_consistency` / `validator` / `no_empty`. 2. `limit_ratio` and `limit_semantics` (type=3 and type=4 must not be semantically overlapping). 3. `wrong_solution_kill`: every wrong solution must be killed by at least one test. ## Additional Required Checks - Whether test points contain obvious duplicates (low information gain). - Whether type=3 and type=4 are semantically distinct rather than simple parameter scaling. - Whether pass/fail behavior of reference/wrong solutions matches expected roles. ## Output Template - `decision`: `go` / `no_go` - `failed_checks`: list of failed checks (with reasons) - `coverage_report`: scale distribution, limit-case ratio, and wrong-solution kill statistics - `repair_priority`: fix priority (`P0` / `P1` / `P2`) - `reverify_plan`: re-validation order after fixes ## Decision Rules - `go`: all required checks pass, limit semantics are valid, and wrong-solution kill is effective. - `no_go`: any required check fails or coverage quality is insufficient. ## Forbidden Behavior - Do not approve final tests if any required check fails. - Do not accept type=3 and type=4 when semantics are effectively identical. - Do not skip wrong-solution-kill validation when wrong solutions are available.
GitHub에서 보기