fix-knip-unused-exports
Installation
SKILL.md
Fix Knip Unused Exports
Fix knip "Unused exports" violations. There are several categories of violation, each with a different fix strategy.
When to Use
npm run knipreports "Unused exports"
When NOT to Use
- The export is consumed by non-test production code in another file -- something else is wrong
Workflow
1. Identify Violations
npm run knip