What problem does it solve?
This Skill helps you detect accidental repository contamination by auditing whether compiled binaries, databases, and temporary files are being mixed into version control.
Core Features & Use Cases
- Artifact Presence Audit: Checks for common non-source items such as
build/, dist/, SQLite databases, binaries, and temporary files that should not be committed.
- .gitignore Policy Verification: Verifies that ignore rules cover build output, caches, temporaries, and credential-like files.
- Local Data Risk Review: Inspects
gestor_contable/data/ to determine whether it contains fixtures or potentially sensitive real client data.
Use case: Before releasing or handing off the project, run this audit to ensure only source code (not compiled executables, DBs, or machine-specific data) is included in the repository.
Quick Start
Ask the AI to audit this repository for versioned binaries, databases, temporary files, and risky contents under gestor_contable/data/, including checking whether .gitignore adequately excludes those paths.