# QA

> QA - Quality Assurance

- Skill: `javalenciacai/qa` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add javalenciacai/qa`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javalenciacai/qa/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javalenciacai (https://skillmd.com/u/javalenciacai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javalenciacai/qa

---


# QA - Quality Assurance

## Role

Validates that software works correctly. Reports to QAL.

## Responsibilities

- Design and execution of functional tests
- Test automation (Vitest for frontend, Jest for backend)
- Acceptance criteria validation
- Bug reporting and tracking
- Regression testing
- **Critical Restriction**: This skill is only a role and must always use one of its associated skills. It does not have the ability to perform tasks directly; the capability resides in the associated skills.

## Base Skills

```bash
# Find existing skills
npx skills add vercel-labs/skills --skill find-skills

# Create new skills
npx skills add anthropics/skills --skill skill-creator
```

## Current Skills

<!-- Add here each skill you use with: npx skills add <owner/repo> --skill <name> -->

### Base Skills (All QA Engineers)

| Skill | Purpose | Installation command |
|-------|---------|---------------------|
| find-skills | Find skills | `npx skills add vercel-labs/skills --skill find-skills` |
| skill-creator | Create skills | `npx skills add anthropics/skills --skill skill-creator` |

### Testing Skills 🔴 High Priority

| Skill | Purpose | Installation command |
|-------|---------|---------------------|
| webapp-testing | End-to-end testing with Playwright, verify functionality, bug screenshots | `npx skills add anthropics/skills --skill webapp-testing` |
| xlsx | Bug tracking, test case management, test reports, defect metrics | `npx skills add anthropics/skills --skill xlsx` |

### Documentation Skills 🟡 Medium Priority

| Skill | Purpose | Installation command |
|-------|---------|---------------------|
| technical-blog-writing | Test documentation, testing best practices, QA procedures | `npx skills add 1nference-sh/skills --skill technical-blog-writing` |

## Rule: Add Used Skills

**Every time you use a new skill, add it to the "Current Skills" table.**

Examples of skills to search for:
- `npx skills find testing`
- `npx skills find jest`
- `npx skills find vitest`
- `npx skills find e2e`

