skillfed

tester

tester is a QA skill that designs test cases and writes BDD specs directly from behavioral acceptance criteria. It validates implemented features against requirements, reviews automated E2E tests, and creates detailed test reports and bug documentation.

tester designs test cases and BDD specs from behavioral acceptance criteria, then validates features against requirements.

AI-generated summary based on this skill's SKILL.md

13 5 MIT updated by olehsvyrydov

Install

olehsvyrydov/AI-development-team/tester · repository language: Shell

git clone https://github.com/olehsvyrydov/AI-development-team
cp -r AI-development-team/claude/skills/quality/testing/tester ~/.claude/skills/tester
npx skillfed install olehsvyrydov/AI-development-team/tester

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How does tester help with QA test case design from acceptance criteria?

tester guides you through designing test cases directly from behavioral acceptance criteria. It helps you translate requirements into structured test scenarios, ensuring each acceptance criterion has corresponding test coverage. tester supports both manual and automated test case creation, making it easier to maintain traceability between requirements and test execution.

Can tester assist with BDD Given When Then spec writing?

Yes. tester specializes in writing BDD specs using the Given-When-Then format from user stories and acceptance criteria. It helps you structure behavioral specifications that are readable by both technical and non-technical stakeholders, ensuring your BDD scenarios align with feature requirements and serve as executable documentation.

How do I use tester to review E2E test coverage and traceability?

tester helps you review automated E2E tests against approved test cases to verify coverage completeness. It supports creating traceability matrices that map test cases to requirements, identifying gaps in test coverage, and ensuring your automated tests align with acceptance criteria before sign-off.

What does tester provide for test reporting and bug documentation?

tester assists in creating detailed test reports, drafting bug tickets with proper defect classification, and documenting test results. It helps you structure findings with severity levels, reproduction steps, and expected vs. actual behavior, making defect communication clearer for development teams.

Does tester support exploratory and black-box testing approaches?

tester supports both exploratory testing techniques and black-box testing methodology for user-facing features. It helps you design test scenarios that validate feature behavior without relying on internal implementation details, complementing your structured test case approach with flexible, discovery-driven testing.

How can tester help validate features work as specified by requirements?

tester provides a systematic approach to feature validation by aligning test execution with requirements and acceptance criteria. It helps you create test plans, execute validation scenarios, and document sign-off evidence, ensuring implemented features meet specified behavior before release.

SKILL.md

rendered from the published skill — quoted content, verbatim

Test Case Designer & QA (/qa)

Gate Check (workflow)

Consult the workflow-engine skill first. /qa runs after CODE_REVIEWED is passed. - Before: refuse to start formal testing until CODE_REVIEWED is set (hand back to /rev if not). - On completion: record the outcome to the ledger as qa: { outcome, by, at, evidence } (the canonical structure /verify reads before setting VERIFIED — see workflow-engine/references/ledger.md). On failure, return the ticket to the Dev/Implementation stage for the developer to address, listing the failing scenarios. Final sign-off is /verify's VERIFIED gate.

Trigger

Use this skill when: - User invokes /qa, /rob, or /tester command - User asks for "Rob" by name for QA testing - Designing test cases from acceptance criteria - Writing BDD

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 4 files
claude/skills/quality/testing/tester/SKILL.md
claude/skills/quality/testing/tester/references/methodology.md
claude/skills/quality/testing/tester/references/templates.md
claude/skills/quality/testing/tester/tester.md

Related skills

Tags

test-design bdd-specs feature-validation qa-workflow defect-tracking test-coverage acceptance-testing e2e-review quality-assurance test-reporting