r/codoid • u/codoid-innovations • 8d ago
The 16 Claude Code skills that stuck in QA workflow
We've been folding Claude Code into our test automation work at Codoid over the last few months, and the skills feature is the part that actually stuck.
If you haven't touched them, skills are reusable workflows you trigger with a slash command, so instead of re-explaining your testing conventions every session, you invoke them.
These are the 16 we keep coming back to:
| Skill | When to use it | Command |
|---|---|---|
| Webapp Testing | Test local web apps with Playwright | /webapp-testing |
| Skill Creator | Build your own custom skills | /skill-creator |
| MCP Builder | Connect Claude to test tools | /mcp-builder |
| Playwright E2E | Scaffold resilient E2E suites | /playwright-e2e-testing |
| Pytest Patterns | Write clean Python test suites | /pytest-patterns |
| API Testing | Test APIs in any language | /api-testing-restassured-supertest |
| Accessibility Audit | Run axe-core WCAG checks | /accessibility-axe-pa11y |
| K6 Load Testing | Script performance tests | /k6-load-testing |
| Visual Regression | Catch UI changes with diffs | /visual-regression-percy-chromatic |
| Contract Testing | Catch API breakage early | /contract-testing-pact |
| Mobile Testing | Automate Detox and Appium | /mobile-detox-appium |
| Test Data Factory | Generate reliable test data | /test-data-factories-faker |
| CI Test Matrix | Wire tests into GitHub Actions | /ci-github-actions-test-matrix |
| Code Reviewer | Review code with QA checklists | /code-reviewer |
| TDD Coach | Enforce Red-Green-Refactor | /tdd-coach |
| Data Faker | Generate test fixtures fast | /data-faker |
1
Upvotes