team-shinchan:verify-workflow

Validate workflow schemas, error handling, part numbering, and quick-fix paths.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures workflow definitions and related agent files conform to required schemas and conventions to prevent runtime failures, misrouted quick-fix flows, and gaps in error handling.

Core Features & Use Cases

  • Schema Validation: Runs repository validators to confirm WORKFLOW_STATE.yaml files match the documented schema.
  • Error Handling Checks: Verifies agents include required error-handling patterns to reduce runtime incidents.
  • Part Numbering Enforcement: Detects gaps or duplicates in multi-part agent file numbering to maintain correct assembly order.
  • Quick-Fix Path Validation: Confirms lite-mode quick-fix workflow paths reference valid stages and agents to avoid broken shortcuts.
  • Use Case: Run as a pre-merge or CI gate when modifying hooks, workflow docs, or agent definitions to catch regressions early.

Quick Start

Run the verify-workflow validators to ensure workflow schema, error handling, part numbering, and quick-fix paths pass before merging changes.

Frequently Asked Questions about team-shinchan:verify-workflow

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

FAQPage Schema
How do I validate workflow state schemas and error handling in a CI pipeline?

Workflow path validation checks lite-mode quick-fix references against valid stages and agents to prevent broken shortcuts. It confirms that quick-fix workflow paths route correctly during CI or local verification runs before changes are merged.

Why does my CI gate fail when changing agent error patterns or hooks?

Multi-part agent file numbering validation detects gaps or duplicates in sequential part numbering. It enforces correct assembly order by checking that all multi-part agent files follow sequential numbering conventions during repository verification.

What is the best way to enforce sequential part numbering across multi-part agent files?

Multi-part agent file numbering validation detects gaps or duplicates in sequential part numbering. It enforces correct assembly order by checking that all multi-part agent files follow sequential numbering conventions during repository verification.

Do I need Node.js to run workflow schema validation and quick-fix path checks?

Workflow validation scripts check lite-mode quick-fix references against valid stages and agents to prevent broken shortcuts. They confirm quick-fix workflow paths route correctly during CI or local verification runs before changes are merged.

Can I use automated workflow checks to prevent misrouted quick-fix flows locally?

Workflow validation scripts check lite-mode quick-fix references against valid stages and agents to prevent broken shortcuts. They confirm quick-fix workflow paths route correctly during CI or local verification runs before changes are merged.

When should I not use automated workflow integrity checks for agent definitions?

Workflow validation scripts check lite-mode quick-fix references against valid stages and agents to prevent broken shortcuts. They confirm quick-fix workflow paths route correctly during CI or local verification runs before changes are merged.