quality

Generate code quality reports from progress.md frontmatter and repository analysis.

3|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/dpaola2/pipeline-skills --skill quality-dpaola2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality
Source: https://github.com/dpaola2/pipeline-skills/tree/main/.claude/skills/quality
Command: npx skills add https://github.com/dpaola2/pipeline-skills --skill quality-dpaola2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of code quality reports, providing insights into project health and identifying areas needing attention.

Core Features & Use Cases

  • Code Quality Reporting: Generates a comprehensive report based on historical data and optionally fresh analysis.
  • Hotspot Identification: Pinpoints specific methods or files with high complexity scores.
  • Use Case: After a development sprint, run this Skill to get an immediate quality assessment, ensuring that new code adheres to project standards and highlighting any potential technical debt.

Quick Start

Run the quality skill to generate a report for the current project using the callsign 'SN-3'.

Frequently Asked Questions about quality

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

FAQPage Schema
How do I generate a code quality report for a development sprint?

Code complexity analysis identifies hotspots by calculating flog averages and deltas against the repository baseline. It pinpoints specific methods or files with high complexity scores to highlight areas needing immediate refactoring attention.

Can I perform a fresh code analysis against the repository baseline?

Code quality reporting tracks technical debt by analyzing progress.md frontmatter to calculate flog averages and deltas across milestones. It identifies potential hotspots and ensures new code adheres to project coding standards.

How do I identify code complexity hotspots in my project?

Per-milestone quality metrics are calculated by analyzing progress.md frontmatter to track flog averages and deltas across development milestones. This approach identifies potential hotspots and technical debt introduced during specific project phases.

Does code quality reporting work with historical progress data?

Code quality reporting works with historical progress data by analyzing frontmatter from progress.md. It generates a comprehensive quality assessment based on this historical data and optionally includes fresh analysis against the repository baseline.