What problem does it solve? Skill authors need a way to verify that a Codex skill is structurally valid and behaves correctly before shipping it, but manual review misses frontmatter errors, broken links, and routing failures. ## Core Features & Use Cases - Static Validation: Lints SKILL.md frontmatter, directory naming, agents/openai.yaml metadata, and scans for secrets, absolute paths, and platform-only assumptions. - Behavioral Testing: Runs forward tests with isolated subagents covering explicit invocation, natural-language routing, near-miss rejection, and unsafe request handling. - Coverage Audit: Produces a concise test matrix with a prioritized improvement proposal while keeping the tested skill unchanged until approved. - Use Case: Before publishing a new skill to a plugin marketplace, run this skill to confirm the frontmatter is compliant, implicit invocation routes correctly, and no credentials or developer paths leaked into the package. ## Quick Start Use the skill-test skill to validate the skill in my target directory and report a test matrix with any compliance failures.