One-click install
npx skills add https://github.com/olehsvyrydov/AI-development-team --skill tester-olehsvyrydov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tester
Source: https://github.com/olehsvyrydov/AI-development-team/tree/main/claude/skills/quality/testing/tester
Command: npx skills add https://github.com/olehsvyrydov/AI-development-team --skill tester-olehsvyrydov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides expert QA testing guidance by translating acceptance criteria into concrete test cases, ensuring robust validation, and surfacing reproduction steps when bugs are found. It helps teams design both automated and manual tests and coordinates QA activities with automation teammates.

Core Features & Use Cases

  • Test Case Design: Convert user stories and acceptance criteria into comprehensive test cases and specifications for automation.
  • Reproduction & Coverage: Write reproduction tests, review coverage, and sign off on test completeness.
  • Manual & Exploratory Testing: Execute manual or exploratory testing when automation isn't practical, and generate QA reports.

Quick Start

Use Rob to design tests from AC and hand off to /adam for automation; for example, ask: "Rob, design test cases for feature X based on AC."

Frequently Asked Questions about tester

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate test cases from acceptance criteria?

Test case design from acceptance criteria involves translating user stories into comprehensive test specifications and reproduction tests to validate product features. This skill automates that conversion, outputting specifications ready for manual execution or QA automation workflows.

What is the best way to write reproduction tests for bug investigation?

Writing reproduction tests for bug investigation requires surfacing exact steps to replicate defects from acceptance criteria. This skill generates reproduction tests and coordinates defect investigations, validating failures against original feature specifications to ensure robust coverage.

Can I use this for manual and exploratory testing workflows?

Yes, manual and exploratory testing workflows are supported when automation isn't practical. The skill executes manual test designs, performs exploratory testing based on acceptance criteria, and generates QA reports detailing coverage and defect findings.

How do I review test coverage and sign off on feature completeness?

Reviewing test coverage involves auditing generated test cases against original acceptance criteria to validate feature completeness. This skill enforces test coverage sign-off, ensuring all acceptance criteria are validated before releasing product features.

Does this skill generate automation-ready test specifications?

Yes, generating automation-ready test specifications is a core function. It designs test cases from acceptance criteria specifically structured for handoff to QA automation teammates, streamlining the transition from manual validation to automated execution.