ln-510-quality-coordinator

Coordinate sequential code quality checks and validate project criteria.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (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 integration or release.

Core Features & Use Cases

  • Sequential Quality Checks: Invokes a series of specialized quality assessment skills (code quality, tech debt, agent review, regression testing) in a defined order.
  • Fast-Track Mode: Allows for a streamlined quality check by skipping certain intensive steps when readiness is high.
  • Criteria Validation: Enforces adherence to project-specific criteria like dependency management, task coverage, and database schema principles.
  • Use Case: When a developer marks a story task as 'Done', this Skill is invoked to run all necessary quality checks. If issues are found, it aggregates them and reports back, preventing low-quality code from progressing.

Quick Start

Run the quality coordinator 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 code quality checks for a CI/CD pipeline?

A sequential code quality pipeline automates multiple checks by running static analysis, technical debt cleanup, agent reviews, and regression testing in a defined order. It aggregates any detected issues and reports them back to prevent low-quality code from progressing.

Can I run regression testing and static analysis in a fast-track mode?

Fast-track mode enables a streamlined quality check by skipping certain intensive pipeline steps when code readiness is high. This expedited review bypasses deeper analysis to accelerate the validation process while still enforcing baseline criteria.

What is a quality gate for technical debt and acceptance criteria coverage?

A quality gate is an automated validation checkpoint that enforces adherence to project-specific criteria including dependency management, acceptance criteria coverage, and database schema principles. It prevents code from progressing until defined standards are fully met.

How do I validate database schema principles during code review?

Database schema principles are validated during the automated code review pipeline as part of project-specific criteria enforcement. The quality coordinator checks code changes against these schema rules alongside story dependencies and task coverage before allowing progression.

Does the quality coordinator support automated story dependency validation?

The quality coordinator supports automated story dependency validation by checking code changes against defined project criteria. It validates story dependencies, task coverage, and acceptance criteria to ensure complete readiness when a developer marks a story task as Done.

Why does my code quality pipeline block integration after a story task is marked Done?

The pipeline blocks integration to prevent low-quality code from progressing when aggregated issues are found during sequential checks. It runs necessary quality assessments after a story task is marked Done and reports back any failures in static analysis or regression testing.