Agent skill
Verify Changes
Use this skill after implementing code to verify correctness before notifying the user.
Install this agent skill to your Project
npx add-skill https://github.com/CheekyCodexConjurer/quant-lab/tree/main/skills/verify_changes
SKILL.md
Verify Changes (QA Protocol)
Use this skill after code changes to meet the AGENTS.md “definition of done”.
When to use
- After any change that can affect build/runtime behavior.
- Always after UI/interaction changes (run UI smoke).
Standard checks (run from repo root)
Run these in order; if one fails, fix it before continuing:
- Typecheck + minimal lint
npm run check
- Backend tests (includes smoke)
npm test
- Build bundle (catches bundler/runtime issues)
npm run build
UI smoke (required when UI/interaction changed)
Pre-reqs:
- Build the frontend:
npm run build
- Start the backend serving
dist/on:4800:
npm run backend:start
Then run:
npm run test:ui:smoke
Notes
- If you only changed documentation, you can skip these commands.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
action_logger
Keep an audit trail of changes, commands, and verification.
size_guard
Enforce line budgets and rotate or split large context files.
analyze_repo_capabilities
Detect repo tooling and patterns, then record a dynamic manifest.
safety_validation
Validate changes against .agentignore before commit.
safe_refactor_migration
Plan and execute large refactors with shadow mode and rollback.
command_guard
Enforce .agentpolicy rules before executing commands.
Didn't find tool you were looking for?