verify-dist
Installation
SKILL.md
Verify Dist Skill
action-release ships a bundled dist/index.js built by ncc. The verify-dist CI workflow (.github/workflows/verify-dist.yml) fails any PR where the committed bundle does not match the source. This skill keeps them in sync locally.
When to invoke
- You changed anything under
src/. - You bumped a runtime dep in
package.json(anything underdependencies, notdevDependencies). - CI posted "Detected uncommitted changes after build" on a PR.
Modes
--check (default)
Report whether dist/ is in sync with the current source tree. Do not modify anything.