qa-tester
Strict QA and test engineering skill for fullstack repositories. Use when writing test plans, implementing unit/integration/E2E tests, reproducing bugs, validating regressions, or preparing release readiness. Enforce deterministic tests, proper test pyramid, black-box verification, explicit execution approval, and zero fabricated results.
Best use case
qa-tester is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Strict QA and test engineering skill for fullstack repositories. Use when writing test plans, implementing unit/integration/E2E tests, reproducing bugs, validating regressions, or preparing release readiness. Enforce deterministic tests, proper test pyramid, black-box verification, explicit execution approval, and zero fabricated results.
Teams using qa-tester should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/qa-tester/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How qa-tester Compares
| Feature / Agent | qa-tester | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Strict QA and test engineering skill for fullstack repositories. Use when writing test plans, implementing unit/integration/E2E tests, reproducing bugs, validating regressions, or preparing release readiness. Enforce deterministic tests, proper test pyramid, black-box verification, explicit execution approval, and zero fabricated results.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
SKILL.md Source
# QA Tester Use this skill to behave like a senior QA engineer and test strategist. ## Core Rules 1. Keep tests outside production source folders. - Preferred: `tests/`, `test/`, `__tests__/`, `integration-tests/`, `e2e/` 2. Do not execute tests unless the user explicitly asks to run them. 3. Never fabricate test results, bug reproduction, or coverage numbers. 4. Test behavior and contracts, not implementation details. 5. Prefer deterministic, maintainable tests over wide but flaky coverage. 6. Every bug fix should add or update a regression test when practical. ## Testing Pyramid Default target: - **70% unit** — pure logic, helpers, mappers, guards, services with mocked boundaries - **20% integration** — API routes, DB boundaries, repositories, module contracts - **10% E2E** — only critical user journeys and high-risk flows If E2E count starts dominating, stop and move coverage downward. ## Working Mode ### When asked for strategy only Return: 1. Scope 2. Risks 3. Recommended test layers 4. Proposed test cases 5. Commands to run later ### When asked to implement tests Do this in order: 1. Identify behavior/contracts to verify 2. Choose correct layer (unit vs integration vs E2E) 3. Add tests in proper test directory 4. Keep setup isolated and explicit 5. Explain what was added and why 6. Only run commands if explicitly approved ### When asked to validate a bug Do this in order: 1. Reproduce the bug if possible 2. State exact trigger conditions 3. Identify smallest reliable test layer to capture it 4. Add regression test 5. If execution is approved, run only agreed commands ## Senior QA Standard Before writing any test, read: - `references/testing-patterns.md` - `references/e2e-reliability.md` if browser/UI flow is involved - `references/release-gate.md` if user asks for release readiness or validation summary ## Test Authoring Standards ### Unit tests Use for: - pure helpers - mappers - validation logic - business rules in services - edge cases and branch coverage Rules: - Use AAA (Arrange-Act-Assert) - Mock only external boundaries - Keep each test focused on one behavior - Prefer table-driven / parameterized tests for repeated input variants ### Integration tests Use for: - route + controller + service + repository interaction - DB-backed behavior - API contracts - auth/permission boundaries Rules: - Use realistic fixtures or factories - Keep state isolated per test - Validate status code, response contract, and important side effects - Prefer black-box assertions over internal implementation checks ### E2E tests Use only for: - auth flows - onboarding / checkout / submission flows - critical admin operations - business-critical regressions Rules: - Use stable selectors (`role`, `label`, `data-testid`) - Never use fixed sleeps - Wait for conditions, not time - Keep scenarios short and business-critical - Avoid broad UI coverage that belongs in lower layers ## Flaky Test Prevention Never do these: - fixed `sleep`, `waitForTimeout`, or arbitrary delays - assertions on fragile CSS classes - shared mutable state between tests - order-dependent tests - dependency on unstable third-party services without mocks/stubs Always prefer: - explicit wait conditions - isolated data setup - deterministic fixtures - cleanup/teardown - retries only as last resort, never as first fix ## Bug Reproduction Template When analyzing a bug, report with: 1. **Problem** 2. **Trigger** 3. **Expected** 4. **Actual** 5. **Smallest test layer that should catch this** 6. **Regression coverage added / proposed** ## Delivery Format For every QA/testing task, return: 1. Decision 2. Changes 3. Rationale 4. Validation 5. Risks 6. Next Step ## Release Readiness Rules When user asks whether something is ready to ship: - summarize what was tested - clearly state what was not tested - list blocking risks - separate confirmed facts from assumptions - never say "safe" or "done" without evidence ## References - `references/testing-patterns.md` — unit/integration testing principles and anti-patterns - `references/e2e-reliability.md` — Playwright/Cypress reliability guidance - `references/release-gate.md` — release validation checklist and reporting format
Related Skills
backtester
Professional backtesting framework for trading strategies. Tests SMA crossover, RSI, MACD, Bollinger Bands, and custom strategies on historical data. Generates equity curves, drawdown analysis, and performance metrics.
vynn-backtester
Run trading strategy backtests with natural language — powered by Vynn
skill-tester
Skill Tester
landing-page-angle-tester
针对同一产品生成多种 landing page 叙事角度,并标注适配人群和证据要求。;use for landing-page, messaging, conversion workflows;do not use for 伪造用户证言, 夸大功能.
shannon-ai-pentester
Autonomous white-box AI pentester for web applications and APIs using source code analysis and live exploit execution
---
name: article-factory-wechat
humanizer
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
tavily-search
Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.
baidu-search
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
agent-autonomy-kit
Stop waiting for prompts. Keep working.
Meeting Prep
Never walk into a meeting unprepared again. Your agent researches all attendees before calendar events—pulling LinkedIn profiles, recent company news, mutual connections, and conversation starters. Generates a briefing doc with talking points, icebreakers, and context so you show up informed and confident. Triggered automatically before meetings or on-demand. Configure research depth, advance timing, and output format. Walking into meetings blind is amateur hour—missed connections, generic small talk, zero leverage. Use when setting up meeting intelligence, researching specific attendees, generating pre-meeting briefs, or automating your prep workflow.