audit-package-version
Installation
SKILL.md
Audit Package Version
When To Use
Use this skill before using or documenting a package feature, especially after a framework or package major upgrade.
Inputs Needed
- Package name, installed version, feature area, and the code path that will consume it.
Workflow
- Inspect installed versions and current project usage.
- Read version-specific docs before copying examples.
- Check for deprecated or removed APIs.
- Prefer native framework options if they solve the same problem.
- Add the package only when it is clearly justified and already approved.
- Document the dependency on the package in the relevant guideline or skill.