Run syntax checks, tests, and visual verifications as a quality gate before committing.
Install
mkdir -p .claude/skills/qa && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9614" && unzip -o skill.zip -d .claude/skills/qa && rm skill.zipInstalls to .claude/skills/qa
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Run the Stims quality gate. Knows the fast→full iteration loop and visual verification.Key capabilities
- →Run syntax and type checks
- →Execute targeted test suites
- →Perform visual UI verification
- →Run architecture and SEO health checks
How it works
The skill executes a tiered iteration loop starting with quick checks, followed by targeted tests, visual verification, and a final full quality gate.
Inputs & outputs
When to use qa
- →Run quick syntax check
- →Perform full quality test suite
- →Verify UI visually
About this skill
QA Skill
Iteration loop (fast → full)
# 1. Syntax + types + lint (15s)
bun run check:quick
# 2. Targeted test (30-90s)
bun run test tests/path/to/spec.test.ts
# 3. Visual verification
bun run dev
# Open http://localhost:5173/?agent=true
# 4. Full quality gate (before commit, 2-5 min)
bun run check
Specialized checks
bun run check:architecture # Cross-boundary import violations
bun run check:toys # Preset manifest drift
bun run check:seo # SEO surface health
bash scripts/check_production_edge.sh # WAF/DNS health
Output
- check:quick passed
- Visual verification on agent route (if UI/preset changes)
- check (full gate) passed
When not to use it
- →When only a quick syntax check is needed
- →When full quality gate duration exceeds time constraints
Prerequisites
Limitations
- →Full quality gate takes 2-5 minutes
How it compares
Unlike manual testing, this skill automates the entire fast-to-full iteration loop and includes specialized checks for architecture and SEO.
Compared to similar skills
qa side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| qa (this skill) | 0 | 2mo | Review | Beginner |
| e2e-testing-patterns | 8 | 2mo | No flags | Intermediate |
| testing-workflow | 16 | 9mo | Review | Intermediate |
| perf-lighthouse | 13 | 5mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
e2e-testing-patterns
wshobson
Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards.
testing-workflow
amo-tech-ai
Comprehensive testing workflow for E2E, integration, and unit tests. Use when testing applications layer-by-layer, validating user journeys, or running test suites.
perf-lighthouse
tech-leads-club
Run Lighthouse audits locally via CLI or Node API, parse and interpret reports, set performance budgets. Use when measuring site performance, understanding Lighthouse scores, setting up budgets, or integrating audits into CI. Triggers on: lighthouse, run lighthouse, lighthouse score, performance audit, performance budget.
xcodebuildmcp
cameroncooke
Official skill for XcodeBuildMCP. Use when doing iOS/macOS/watchOS/tvOS/visionOS work (build, test, run, debug, log, UI automation).
verify
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
playwright-pro
alirezarezvani
Production-grade Playwright testing toolkit. Use when the user mentions Playwright tests, end-to-end testing, browser automation, fixing flaky tests, test migration, CI/CD testing, or test suites. Generate tests, fix flaky failures, migrate from Cypress/Selenium, sync with TestRail, run on BrowserStack. 55 templates, 3 agents, smart reporting.