Deleted Files Audit
CommunityAudit deleted files before commit.
AuthorBaneeishaque
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill prevents accidental commits of deleted files that are still referenced in your codebase, avoiding broken builds and runtime errors.
Core Features & Use Cases
- Detects Pending Deletions: Identifies all files marked for deletion in Git.
- Categorizes Deletions: Classifies deleted files by type (e.g., generated output, source code, config).
- Scans for References: Searches code, IDE configs, and build scripts for any lingering references to deleted files.
- Provides Safety Verdict: Reports whether deleting each file or group is safe or will cause issues.
- Checks
.gitignore: Recommends additions to prevent future accidental commits of generated files. - Use Case: After deleting a large set of generated output files, run this skill to ensure no part of your application or build process still expects those files to exist, preventing a broken build.
Quick Start
Run the deleted files audit skill to check all pending deletions in the current Git repository.
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Deleted Files Audit Download link: https://github.com/Baneeishaque/ai-agents/archive/main.zip#deleted-files-audit Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.