team-shinchan:verify-consistency

Validate CLAUDE.md references, workflow stage matrices, and debate configurations.

8|2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/seokan-jeong/team-shinchan --skill team-shinchan-verify-consistency
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-shinchan:verify-consistency
Source: https://github.com/seokan-jeong/team-shinchan/tree/main/skills/verify-consistency
Command: npx skills add https://github.com/seokan-jeong/team-shinchan --skill team-shinchan-verify-consistency

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents broken or inconsistent agent and workflow configurations by running deterministic validators that detect mismatched references, stage definition drift, and debate configuration errors before they cause runtime failures.

Core Features & Use Cases

  • Cross-reference validation: Checks CLAUDE.md agent and skill references resolve to actual files.
  • Stage matrix validation: Ensures workflow stage definitions remain consistent across CLAUDE.md and workflow documentation.
  • Debate consistency validation: Verifies debate panelists and topics reference valid agents and topics.
  • Use Case: Integrate into CI or run after editing CLAUDE.md, agent lists, or workflow stages to block merges that introduce configuration errors.

Quick Start

Run the verify-consistency validators to check CLAUDE.md references, stage definitions, and debate panel configurations.

Frequently Asked Questions about team-shinchan:verify-consistency

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate Claude Code agent references to ensure they resolve to actual files?

Workflow stage matrix validation checks that workflow stage definitions remain consistent across CLAUDE.md and workflow documentation. Running these validators after editing stages prevents stage definition drift and blocks merges that introduce configuration errors.

Can I use consistency validation to check debate panelists reference valid agents?

Yes, you can integrate consistency validation into CI pipelines to block merges that introduce configuration errors. Running validators after editing CLAUDE.md, agent lists, or workflow stages catches mismatched references and stage definition drift before runtime failures occur.

What is workflow stage matrix validation and when do I need it?

Workflow stage matrix validation checks that workflow stage definitions remain consistent across CLAUDE.md and workflow documentation. You need it when modifying workflow stages to prevent stage definition drift and ensure configuration consistency.

How do I validate Claude Code agent references to ensure they resolve to actual files?

To validate Claude Code agent references, run cross-reference validators that check CLAUDE.md agent and skill file paths. This ensures all references resolve to actual files before runtime, preventing broken configurations during development or CI checks.