Acerca de
The dead-code skill helps developers maintain high code quality by automatically scanning recent changes for unreferenced exports. It analyzes git diffs between the current branch and master to identify newly added functions, classes, React components, and API endpoints that lack external references. By checking imports, usage patterns, and barrel files, it ensures that only truly redundant code is flagged for removal, effectively preventing technical debt and reducing bundle sizes before merging.