qa
Installation
SKILL.md
QA Testing
Verify changes work end-to-end before committing or creating a PR.
Step 1: Run Quality Gate
pnpm run tsc && pnpm run lint && pnpm run test
Fix any failures before proceeding.
Step 2: Test with CLI Client (Agent)
This is the primary QA method. It uses an AI agent to exercise MCP tools against the local dev server.
Start the dev server
Run pnpm dev in the background. It starts at http://localhost:5173. Verify it's up: