code-health

Scan codebases for dead code, outdated dependencies, and quality issues.

3|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/ArtemioPadilla/agent-triforce --skill code-health-artemiopadilla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-health
Source: https://github.com/ArtemioPadilla/agent-triforce/tree/main/.claude/skills/code-health
Command: npx skills add https://github.com/ArtemioPadilla/agent-triforce --skill code-health-artemiopadilla

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scans the codebase for dead code, tech debt, outdated dependencies, and code quality issues. Use periodically or before releases to maintain code hygiene.

Core Features & Use Cases

  • Dead-code detection
  • Dependency auditing and modernization guidance
  • Code-quality assessment across the repository (linting signals, complexity, and best practices)
  • Architecture and maintainability insights to reduce risk in releases

Quick Start

Initiate a comprehensive code health scan on the repository to identify dead code, tech debt, outdated dependencies, and quality issues.

Frequently Asked Questions about code-health

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

FAQPage Schema
How do I detect dead code and reduce tech debt across a large repository?

To detect dead code and reduce tech debt, initiate a comprehensive code health scan across your repository to identify unused code segments and receive structured remediation guidance for improved maintainability.

What is the best way to audit outdated dependencies before a release?

Auditing outdated dependencies before a release involves running dependency identification checks that flag obsolete packages and provide modernization guidance to maintain codebase reliability.

Can I integrate static analysis and linting checks into my CI workflow?

Static analysis and linting checks can be applied during CI workflows to assess code quality, evaluate complexity, and enforce best practices before code merges, ensuring continuous maintainability.

Does code health scanning work for architecture compliance and maintainability insights?

Code health scanning delivers architecture compliance and maintainability insights by evaluating structural quality and providing reporting that reduces release risk and improves long-term maintainability.

When should I run a code quality assessment on my codebase?

Code quality assessments should be run periodically or before releases to maintain code hygiene, addressing linting signals, complexity metrics, and best practice violations to ensure reliability.

What limitations should I expect with automated dead-code detection and dependency auditing?

Automated dead-code detection and dependency auditing require periodic maintenance scans across repositories to accurately identify issues and provide reliable modernization guidance without missing edge cases.