Skip to main content

analyze-dead-code

Find unused code, deprecated paths, and documentation drift. Use when cleaning up codebase, preparing for refactor, or auditing technical debt. Use when this capability is needed.

الانتقال إلى التثبيت

معلومات المصدر

المستودع
tomevault-io/skills-registry
آخر نشاط في المصدر
٢٨ أبريل ٢٠٢٦ في ٢٢:٥٣
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
١
التفرعات
٠

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

مستكشف الملفات
2 ملفات

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
name
analyze-dead-code
description
Find unused code, deprecated paths, and documentation drift. Use when cleaning up codebase, preparing for refactor, or auditing technical debt. Use when this capability is needed.
metadata
{"author":"akashmeshram"}
# Analyze Dead Code Detect unused and deprecated code using the `dead-code-analyzer` agent. ## What It Finds 1. **Dead Code** - Functions, classes, modules, variables never used 2. **Deprecated Paths** - Code reachable but abandoned or marked for removal 3. **Documentation Drift** - Code that contradicts README, comments, or docstrings ## When to Use - "Clean up unused code" - "Is this function used anywhere?" - "Audit before major refactor" - "Check if docs match implementation" ## Output ``` ### Dead Code Inventory | Location | Type | Confidence | Notes | |----------|------|------------|-------| ### Deprecated Paths | Location | Pattern | Signal | Recommendation | ### Documentation Divergence | Documented Claim | Actual State | Severity | ### Summary - High confidence (safe to remove): X items - Medium confidence (verify first): X items - Priority actions: [list] ``` ## Agent Use `subagent_type: dead-code-analyzer` --- > Converted and distributed by [TomeVault](https://tomevault.io/claim/akashmeshram) — claim your Tome and manage your conversions. <!-- tomevault:4.0:skill_md:2026-04-14 -->
عرض على GitHub