ln-500-story-quality-gate

Orchestrate multi-stage quality gates for software stories with verdicts and quality scores.

1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/bbsbot/mac-md-win --skill ln-500-story-quality-gate-bbsbot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-500-story-quality-gate
Source: https://github.com/bbsbot/mac-md-win/tree/main/.claude/skills/workflow/ln-500-story-quality-gate
Command: npx skills add https://github.com/bbsbot/mac-md-win --skill ln-500-story-quality-gate-bbsbot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of ensuring software stories meet quality standards by orchestrating automated checks and test planning, preventing the release of low-quality code.

Core Features & Use Cases

  • Automated Quality Gates: Implements a 4-level gate (PASS/CONCERNS/FAIL/WAIVED) based on code quality, test coverage, and NFR validation.
  • Orchestrated Checks: Delegates detailed quality analysis to ln-510-quality-coordinator and test planning to ln-520-test-planner.
  • Use Case: After a developer completes a story, this Skill automatically runs all necessary code quality checks, verifies test coverage, and determines if the story is ready for merging or requires further work, creating tasks as needed.

Quick Start

Use the ln-500-story-quality-gate skill to run the quality gate for story ID 'STORY-1234'.

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 code quality checks and test planning for completed software stories?

You can automate code quality checks and test planning by running a multi-stage quality gate that coordinates analysis and non-functional requirements validation, returning a PASS, CONCERNS, FAIL, or WAIVED verdict.

What is a quality gate in CI/CD and how does it determine if a story is ready to merge?

A quality gate in CI/CD is an automated checkpoint that evaluates code quality, test coverage, and NFR validation to determine a 4-level verdict and calculate a Quality Score, ensuring stories meet standards before merging.

Can I use workflow automation to create tasks automatically when code quality checks fail?

Yes, workflow automation can manage task creation automatically for failures and update story status accordingly, preventing the release of low-quality code by delegating execution to specialized skills.

Does the story quality gate calculate a numeric quality score alongside the pass or fail verdict?

Yes, the story quality gate calculates a Quality Score alongside determining a 4-level verdict (PASS, CONCERNS, FAIL, WAIVED) based on coordinated code quality checks, test planning, and NFR validation.

What's the best way to orchestrate non-functional requirements validation in a CI/CD pipeline?

The best way to orchestrate non-functional requirements validation is using a multi-stage quality gate that coordinates delegated checks, calculates a quality score, and automatically updates story status based on the results.

Why does my story receive a CONCERNS verdict instead of a PASS from the quality gate?

A story receives a CONCERNS verdict instead of a PASS when the orchestrated code quality checks, test coverage analysis, or NFR validation identify issues that do not warrant a hard failure but still require attention.