analyze

Audit a codebase with four parallel agents and produce a prioritized health report.

159|41|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/atelier-fashion/adlc-toolkit --skill analyze-atelier-fashion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze
Source: https://github.com/atelier-fashion/adlc-toolkit/tree/main/analyze
Command: npx skills add https://github.com/atelier-fashion/adlc-toolkit --skill analyze-atelier-fashion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams identify and prioritize technical debt, quality issues, and improvement opportunities across a codebase, enabling focused refactoring and better maintainability.

Core Features & Use Cases

  • Automated health snapshot: scans code quality, conventions, and testing signals to surface actionable issues.
  • Prioritized health report: aggregates findings into a clear scorecard with critical issues, debt, and improvement opportunities.
  • Use Case: In a mid-project audit, run the health check to guide architectural refinements and quality improvements before a release.

Quick Start

Run the health audit by invoking the analyze Skill within the Claude Code workflow.

Frequently Asked Questions about analyze

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

FAQPage Schema
How do I audit my codebase for technical debt and quality issues?

To audit technical debt and quality issues, run a parallel codebase scan that checks code quality, conventions, security, and testing signals to produce a consolidated health report with a prioritized scorecard.

What is a codebase health report and how does it surface improvement opportunities?

A codebase health report aggregates automated audit findings into a scorecard, highlighting critical issues, technical debt, and improvement opportunities to guide architectural refinements and maintainability.

Can I scope a code quality audit to a specific focus area or module?

Yes, you can apply a specific scope or focus area when initiating the codebase audit, which narrows the parallel assessment of code quality, conventions, security, and testing to that targeted section.

Does the codebase audit check for coding convention violations and security vulnerabilities?

Yes, the audit runs dedicated convention-auditor and security-auditor agents alongside code-quality and test auditors to identify convention violations, security vulnerabilities, and testing gaps.

What's the best way to identify technical debt before a mid-project release?

The best way to identify technical debt before a release is to run an automated health snapshot that scans for quality issues and convention deviations, delivering prioritized recommendations for refactoring.

How do I prioritize refactoring tasks based on codebase audit findings?

You can prioritize refactoring tasks by using the consolidated health scorecard from the audit, which ranks critical issues, technical debt, and improvement opportunities aligned with development lifecycle requirements.