Add codebase-inventory-audit skill #147
Open
+946
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Comprehensive codebase cleanup and documentation audit skill for identifying orphaned code, unused files, documentation gaps, and infrastructure bloat.
This skill provides a systematic 10-step workflow that produces a detailed CODEBASE-STATUS.md document as a single source of truth for what's actually implemented in a codebase.
Key Features
What's Included
Testing
Successfully tested on production Next.js/Prisma codebase:
Use Cases
Why This Skill is Needed
As codebases grow, it becomes difficult to track what's actually implemented vs. what's planned, what code is still in use vs. orphaned, and whether documentation reflects reality. This skill provides a repeatable, comprehensive audit process that can be run periodically to maintain codebase health.
The automation scripts save significant time by handling the tedious detection work, while the parallel execution pattern ensures audits complete quickly even on large codebases.
🤖 Generated with Claude Code