How to harden pre-commit against release-only failures, especially packaging mismatches
61
52%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./.squad/skills/precommit-release-gates/SKILL.mdUse this when a release workflow fails even though local builds or lighter smoke checks were green.
npm run package, not just npm install or npm run compile).scripts/pre-commit.ps1 if the failure is deterministic and commit-blocking.package.json and package-lock.json).vscode-extension/package.json and vscode-extension/package-lock.json both moved engines.vscode to ^1.110.0 to match @types/vscode ^1.110.0.scripts/pre-commit.ps1 now runs the same npm run package path that release uses.468809e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.