assessing

Analyze a codebase for dead code, duplication, and staleness using Git.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/jugrajsingh/skillgarden --skill assessing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assessing
Source: https://github.com/jugrajsingh/skillgarden/tree/main/plugins/tidyup/skills/assessing
Command: npx skills add https://github.com/jugrajsingh/skillgarden --skill assessing

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill identifies potential areas for code cleanup, such as dead code, duplication, and outdated elements, helping to maintain a healthier codebase.

Core Features & Use Cases

  • Dead Code Detection: Flags unreferenced functions, classes, and commented-out code blocks.
  • Duplication Scan: Identifies repeated code functions and blocks across the codebase.
  • Staleness Check: Detects outdated files and documentation, and flags old TODO comments.
  • Context Budget Check: Assesses the size and redundancy of CLAUDE.md files.
  • Use Case: Before a major refactor, run this Skill to get a clear picture of all the code and documentation that can be safely removed or updated.

Quick Start

Run the assessing skill to analyze the entire project for cleanup candidates.

Frequently Asked Questions about assessing

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

FAQPage Schema
How do I find dead code and duplication in my codebase before refactoring?

To find dead code and duplication for refactoring, analyze your codebase to flag unreferenced functions, classes, and repeated code blocks. This identifies safe removal candidates across your project scope.

What is the best way to scan a project for outdated files and stale TODO comments?

The best way to scan for staleness is to run an analysis that detects outdated files and documentation, while flagging old TODO comments. It uses Git history to evaluate file relevance and age.

Can I check the context budget and redundancy of CLAUDE.md files?

Yes, you can check CLAUDE.md context budgets by analyzing the file size and redundancy. This assessment identifies when documentation context limits are exceeded or poorly managed.

Does dead code detection work on specific directories or only the entire project?

Dead code detection supports scope definition by specific file, directory, or the entire project. You can target the analysis to isolate cleanup candidates within defined boundaries.

How does Git history help find code cleanup candidates?

Git history helps find cleanup candidates by providing historical analysis and checking file references. This determines whether code is truly unreferenced or simply dormant.