ln-510-quality-coordinator

Coordinate sequential code quality checks, tech debt cleanup, agent reviews, and regression testing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates and coordinates a multi-stage code quality assessment process, ensuring code meets defined standards before further progression.

Core Features & Use Cases

  • Sequential Quality Checks: Orchestrates a pipeline of code quality, tech debt cleanup, agent review, and regression testing.
  • Automated Workflow: Invokes specialized skills (ln-511 to ln-514) in a defined order, reducing manual intervention.
  • Use Case: When a developer marks a story's implementation as 'Done', this Skill is invoked to automatically run static analysis, fix safe tech debt, get AI reviews, and perform regression tests, providing a comprehensive quality report.

Quick Start

Run the quality coordinator skill for story ID 'STORY-123'.

Frequently Asked Questions about ln-510-quality-coordinator

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

FAQPage Schema
How do I automate a CI/CD code quality pipeline for regression testing and tech debt cleanup?

Automating a CI/CD code quality pipeline involves orchestrating sequential stages including static analysis, tech debt cleanup, agent reviews, and regression testing to validate code standards automatically.

What is agent review in automated code quality checks?

Agent review in code quality checks is an automated pipeline stage where AI evaluates implementation against story dependencies, acceptance criteria coverage, and database creation principles.

How to coordinate regression testing and linters for a code quality gate?

Coordinate regression testing and linters by executing static analysis sequentially, aggregating the results, and validating story dependencies to enforce a comprehensive quality gate.

Can I use automated tech debt cleanup with CI/CD regression testing workflows?

Yes, you can integrate tech debt cleanup into CI/CD workflows by orchestrating it as a sequential pipeline stage before agent reviews and regression testing execute.

Does the code quality pipeline validate acceptance criteria and database creation principles?

Yes, the code quality pipeline validates story dependencies, acceptance criteria task coverage, and database creation principles during its sequential execution before aggregating quality gate results.