원클릭으로
strict-short-desc
Perform a thing. Not for other things.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Perform a thing. Not for other things.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Perform a fallback role by existing only in the alternate search path. Tests use this to assert that discovery walks every search path, not just the first one, when resolving names that do not appear in the primary path.
Perform the same role as the primary valid-skill fixture but live in an alternate search path so tests can assert precedence rules (first search path wins). The body text here is different from the primary fixture so a test can tell which copy was loaded.
A skill with a non-kebab-case name. The validator should reject this because the name format is used as an identifier across search paths and registries.
A skill whose body is empty. The tolerant validator should reject this since the body carries the actual instructions the orchestrator needs.
this file triggers a yaml parse error
Perform strict-mode checks on a skill whose body omits the When NOT to Use section. Everything else about the body is fine, the description is long enough, opens with an action verb, and includes a Not for anti-trigger. The one failure this fixture isolates is the missing When-NOT-to-Use heading which is the single most commonly skipped authoring convention.
| name | strict-short-desc |
| description | Perform a thing. Not for other things. |
Body content sufficient in length for the body-length strict check but whose description is intentionally far below the 300-char floor. This fixture ensures the strict validator reports the length error.
Additional padding so the body is >= 200 chars for the body-length check, keeping the focus of this fixture on the description-length failure.