validate-document-to-in_review

Validate the document to in_review FSM transition under gating rules.

6|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/open-hax/opencode-skills --skill validate-document-to-in-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-document-to-in_review
Source: https://github.com/open-hax/opencode-skills/tree/main/.opencode/skills/validate-document-to-in_review
Command: npx skills add https://github.com/open-hax/opencode-skills --skill validate-document-to-in-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures FSM transitions from document to in_review are valid, preventing incorrect workflow progress and surfacing gating issues before work proceeds.

Core Features & Use Cases

  • Enforces transition gates for multiple states: breakdown→ready, in_progress→in_review, testing→document, document→done, breakdown→blocked.
  • Validates preconditions such as current status and next-state feasibility, and checks in_review capacity when WIP limits apply.
  • Produces structured outputs (valid, blockers, warnings, recommended_action) to guide remediation and traceability.

Quick Start

Run this skill to validate the document→in_review transition and surface gating issues for remediation.

Frequently Asked Questions about validate-document-to-in_review

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

FAQPage Schema
How do I validate a kanban workflow transition before moving a document to in_review?

To validate a kanban workflow transition, this skill checks the document to in_review FSM progression against gating rules and capacity constraints, returning a structured validity report with blockers and recommended actions.

What gating rules are enforced during an FSM transition to in_review?

The FSM transition to in_review enforces gating rules such as storyPoints <= 5 and the presence of acceptance criteria, while also checking in_review capacity when WIP limits apply to prevent workflow bottlenecks.

How do I troubleshoot a blocked document to in_review workflow transition?

To troubleshoot a blocked document to in_review workflow transition, run this validation skill to surface specific blockers, warnings, and recommended remediation actions based on the current status and next-state feasibility.

Can I use this validation skill for other kanban state transitions besides document to in_review?

Yes, this validation skill supports multiple kanban FSM state transitions including breakdown to ready, in_progress to in_review, testing to document, document to done, and breakdown to blocked.

What outputs does the workflow validation provide for traceability and remediation?

The workflow validation provides structured outputs containing valid status, blockers, warnings, and recommended_action fields to guide remediation efforts and ensure process traceability across project management workflows.