dev-code-quality

Identify and prioritize code quality issues in a repository.

15|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/jackchuka/skills --skill dev-code-quality-jackchuka
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-code-quality
Source: https://github.com/jackchuka/skills/tree/main/dev-code-quality
Command: npx skills add https://github.com/jackchuka/skills --skill dev-code-quality-jackchuka

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps development teams identify and prioritize code quality issues in a repository, guiding focused refactoring and architecture improvements.

Core Features & Use Cases

  • Codebase health assessment: detects duplication, dead code, and architectural concerns.
  • Dependency and module relationship insights: highlights high fan-in/fan-out, potential God packages, and cross-package coupling.
  • Actionable roadmap: outputs a prioritized plan with concrete remediation steps.

Quick Start

Run a full codebase health scan to surface duplication, architectural issues, and refactoring targets.

Frequently Asked Questions about dev-code-quality

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

FAQPage Schema
How do I scan a repository for dead code and duplication to guide refactoring?

To scan a repository for dead code and duplication, this skill analyzes your codebase to detect code quality issues and outputs a prioritized action plan with concrete remediation steps. It supports full-repo scans or targeted directory analyses.

What is dependency analysis and how does it identify architectural concerns in my code?

Dependency analysis identifies architectural concerns by evaluating module relationships to highlight high fan-in/fan-out, potential God packages, and cross-package coupling. This exposes structural flaws in your codebase that require focused refactoring.

Can I run a targeted code health scan on a specific directory instead of a full repository?

Yes, you can run a targeted directory analysis instead of a full repository scan. This allows you to isolate and assess code quality issues, duplication, and dependency problems within specific modules or subsystems.

What is the best way to prioritize refactoring tasks across a large codebase?

The best way to prioritize refactoring tasks is to evaluate codebase health systematically and generate a structured action plan. This skill delivers prioritized remediation steps based on detected duplication, dead code, and dependency problems.

Do I need any external dependencies or components to perform a codebase health assessment?

No external dependencies or components are required to perform a codebase health assessment. The skill operates independently to scan your repository and deliver prioritized refactoring insights without needing additional installed packages.