skills/verify-implementation/SKILL.md
Use when you need to execute all verify-* skills for an integrated validation report.
npx skillsauth add seokan-jeong/team-shinchan team-shinchan:verify-implementationInstall 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.
Run all validators at once (from plugin root):
cd "${CLAUDE_PLUGIN_ROOT}" && node tests/validate/index.js
If all pass, report success and stop. If any fail, continue to detailed execution below.
Glob skills/verify-*/SKILL.md, filter out self. Announce discovered count and list.
For each verify-* skill (alphabetical):
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🦸 [Action Kamen] Validation Complete!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
| Skill | Status | Validators |
|-------|--------|-----------|
| verify-agents | PASS/FAIL | agent-schema, shared-refs |
| verify-skills | PASS/FAIL | skill-schema, skill-format, input-validation |
| verify-consistency | PASS/FAIL | cross-refs, stage-matrix, debate-consistency |
| verify-workflow | PASS/FAIL | workflow-state-schema, error-handling, part-numbering, quick-fix-path |
| verify-memory | PASS/FAIL | memory-system |
| verify-budget | PASS/FAIL | token-budget |
Overall: {passed}/{total} passed
{Failed validator output if any}
If issues: ask user "Fix all automatically", "Review individually", or "Skip fixes". If no issues: report all passed and stop.
For each approved fix: announce, apply, report result. Then re-run only previously-failed validators and show before/after comparison.
/team-shinchan:review (Action Kamen runs as part of review)/team-shinchan:verify-implementationAll verify-* discovered and executed, consolidated report generated, user confirmation before fixes, post-fix revalidation completed.
development
Deterministic adversarial code review for high-stakes scope — independent per-dimension review, a non-skippable per-finding refutation, a completeness critic, and a schema-validated rubric judge. 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.
development
Deterministic competitive code tournament — N builders independently solve one task and return patches, an Action-Kamen judge scores them head-to-head, the winner is picked by score and applied. Opt-in main-loop Workflow tier.