skills/verify-skills/SKILL.md
Use when you need to validate skill schema, format, or input validation rules.
npx skillsauth add seokan-jeong/team-shinchan team-shinchan:verify-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When this skill is invoked, execute immediately. Do not explain.
| Validator | Command | What it checks |
|-----------|---------|---------------|
| skill-schema | cd "${CLAUDE_PLUGIN_ROOT}" && node tests/validate/skill-schema.js | Skill files follow required schema (frontmatter, sections) |
| skill-format | cd "${CLAUDE_PLUGIN_ROOT}" && node tests/validate/skill-format.js | Skill naming conventions and structural format |
| input-validation | cd "${CLAUDE_PLUGIN_ROOT}" && node tests/validate/input-validation.js | Input validation rules are properly defined |
skills/cd "${CLAUDE_PLUGIN_ROOT}" && node tests/validate/skill-schema.js
Success criteria:
On failure:
cd "${CLAUDE_PLUGIN_ROOT}" && node tests/validate/skill-format.js
Success criteria:
On failure:
cd "${CLAUDE_PLUGIN_ROOT}" && node tests/validate/input-validation.js
Success criteria:
On failure:
testing
Default-on interview option-quality panel — N diverse generators produce structure-free options, a SelfCheckGPT majority-vote consensus filters hallucinations, a SteerConf cautious-confidence judge scores survivors, and a deterministic top-K is returned. Workflow tier; the single fierce-* skill that is ON by default.
development
Deterministic adversarial code review for high-stakes scope — independent per-dimension review, a non-skippable per-finding refutation, completeness + interaction critics, and a deterministic 3-lens rubric judge panel. Opt-in main-loop Workflow tier.
data-ai
Deterministic loop-until-done for high-stakes long-running tasks — a worker/verifier loop the script bounds by iteration cap, token budget, and stagnation, closed by an Action-Kamen gate. Opt-in main-loop Workflow tier.
testing
Deterministic adversarial debate for high-stakes or irreversible decisions — mandatory refutation plus a scored judge panel. Opt-in main-loop Workflow tier.