ln-500-story-quality-gate

Coordinate code quality checks, test planning, and gating decisions across story lifecycle.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/0xtaoist/taogate --skill ln-500-story-quality-gate-0xtaoist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-500-story-quality-gate
Source: https://github.com/0xtaoist/taogate/tree/main/ln-500-story-quality-gate
Command: npx skills add https://github.com/0xtaoist/taogate --skill ln-500-story-quality-gate-0xtaoist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Story-level quality governance by coordinating code quality checks, test planning, and gating decisions to keep stories moving when quality meets criteria.

Core Features & Use Cases

  • 4-level gate model (PASS/CONCERNS/FAIL/WAIVED) with an overall Quality Score
  • Delegates work to ln-510 (quality) and ln-520 (tests), and marks stories Done or creates fix tasks
  • Enforces mandatory agent reviews, NFR checks, and structured gate output for audits

Quick Start

Trigger the full quality gate for a specific story ID by running ln-500-story-quality-gate and apply the resulting verdict.

Frequently Asked Questions about ln-500-story-quality-gate

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

FAQPage Schema
How do I automate story quality gating across the full development lifecycle?

Automate story quality gating by orchestrating code quality checks, test planning, and gating decisions from story discovery to final verification. This coordinates mandatory agent reviews and NFR validation to output a structured gate result for auditing.

What is a quality gate model for story management and how does it handle failures?

A story quality gate model evaluates completion using a 4-level verdict system: PASS, CONCERNS, FAIL, or WAIVED, alongside an overall Quality Score. When stories fail, the gate automatically generates fix tasks instead of marking them done.

How do I enforce mandatory code reviews and NFR checks in a workflow?

Enforce mandatory code reviews and NFR validation by integrating a phase-based quality gate that orchestrates checks across the story lifecycle. This delegates validation to specialized quality and test planning components.

Can I integrate test planning and code quality checks into a single workflow?

Yes, you can integrate test planning and code quality checks into a single workflow by orchestrating them through a central quality gate. This coordinates quality checks and test planning to produce a unified gating decision.

Does story quality governance work for Kanban workflows?

Story quality governance applies to Kanban workflows by enforcing phase-based orchestration and gating decisions. It evaluates stories against quality criteria before marking them Done, ensuring progress only when standards are met.

What's the best way to trace quality gate decisions for auditing?

Trace quality gate decisions by outputting a structured gate result that captures the final verdict, quality score, and validation outcomes. This provides traceability across the entire story lifecycle for audit purposes.