How to harden pre-commit against release-only failures, especially packaging mismatches
58
68%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.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.798c3c7
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.