返回 Skill 列表
extension
分类: 开发与工程无需 API Key

test-blocked-fixture

这是一个带有故意违规的回归测试装置。它包含<角括号>,这会触发B5,并且有一个意外的frontmatter属性,这会触发W2。

person作者: jakexiaohubgithub

Test Blocked Fixture

This skill exists solely for testing the skill-auditor. It should always report as BLOCKED with the following violations:

Expected Violations

  • B5: Description contains angle brackets (< or >)
  • W2: Unexpected frontmatter property: extra_property

Usage

# Should exit 1 with BLOCKED status
uv run skill-auditor skills/test-blocked-fixture

# Hybrid mode should show structured blockers
uv run skill-auditor --hybrid skills/test-blocked-fixture

Do not fix these violations - they are intentional.