verification
Installation
SKILL.md
Verification
The stop hook runs compile, lint, effect LS, test, vscode:bundle, and knip automatically when the agent stops — no need to run these manually.
Run this only if the stop hook doesn't catch it:
-
Dupes —
npm run check:dupes, checkjscpd-reportfor flagged changes -
GitHub Actions (only if changing
.github/workflows/*.{yml,yaml}or.github/actions/*/action.{yml,yaml}) —npm run check:actions -
Playwright (only if working in these packages:
salesforcedx-vscode-core,salesforcedx-vscode-org,salesforcedx-vscode-services,salesforcedx-vscode-org-browser,salesforcedx-vscode-metadata,salesforcedx-vscode-apex-testing,salesforcedx-vscode-apex-log,playwright-vscode-ext)- Run from root:
npm run test:web -w <package-name> -- --retries 0/npm run test:desktop -w <package-name> -- --retries 0
- Run from root:
Rules
- Don't change /src AND /test together (except imports/renames)
- All commands run from repo root; use
-wfor single package, nevercdinto a package - Don't call a failure "pre-existing" without verifying on a prior commit