known-bad
GitHub作为测试夹具,故意违反Pass-2内容规范,用于验证审计工具能否正确识别缺失关键章节并返回FAIL判定。
Trigger Scenarios
Install
npx skills add boshu2/agentops --skill known-bad -g -y
SKILL.md
Frontmatter
{
"name": "known-bad",
"description": "A test fixture that intentionally fails Pass-2 checks."
}
/known-bad — Auditor FAIL test fixture
This SKILL.md passes Pass 1 (frontmatter is structurally valid and name matches dir) but intentionally violates Pass-2 content-discipline checks. The auditor should return verdict FAIL with at least one fail-severity finding.
How to use
Run the auditor and expect FAIL exit 1.
Examples
bash skills/skill-builder/scripts/audit.sh tests/fixtures/skills/known-bad
Note: there is intentionally no ## ⚠️ Critical Constraints section, no **Why:** rationales, no ## Output Specification, no ## Quality Rubric, and no Checkpoint: markers. These omissions exercise multiple Pass-2 checks. The single FAIL severity check (output-spec-explicit) drives the FAIL verdict.
Version History
- 3f402e5 Current 2026-07-24 22:13


