testing

Transform user stories into executable testing plans with structured workflows.

Updated Jan 18, 2026
One-click install
npx skills add https://github.com/rom-orlovich/agents-system --skill testing-rom-orlovich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing
Source: https://github.com/rom-orlovich/agents-system/tree/main/agent-bot/agent-engine/.claude/skills/testing
Command: npx skills add https://github.com/rom-orlovich/agents-system --skill testing-rom-orlovich

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill consolidates the complete testing workflow from test creation to end-to-end validation, enabling teams to plan, write, validate, and maintain tests with a clear, repeatable process.

Core Features & Use Cases

  • Guided TDD workflows: helps define red-green-refactor cycles, write failing tests first, and iteratively implement.
  • Comprehensive testing phases: covers unit, integration, contract, acceptance, resilience, and E2E testing patterns.
  • Documentation templates: references to templates.md and examples.md that standardize reporting, traceability, and acceptance criteria.
  • Rapid quick-start guidance: provides a concise start for generating a testing plan from user stories.

Quick Start

Provide a complete testing plan for a given user story, including the red/green steps, test types, acceptance criteria, and evidence of coverage.

Frequently Asked Questions about testing

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

FAQPage Schema
How do I generate a testing plan from user stories?

You can generate a testing plan from user stories by providing the stories to this Skill, which then outputs a structured plan covering red-green-refactor steps, test types, acceptance criteria, and coverage evidence. This streamlines test creation from initial requirements.

What is the best way to structure TDD red-green-refactor cycles?

The best way to structure TDD cycles is to use a guided workflow that helps define the red-green-refactor progression, ensuring you write failing tests first and iteratively implement features. This approach standardizes test creation and validates code against acceptance criteria.

How do I cover unit, integration, and E2E testing phases in one workflow?

To cover unit, integration, and E2E testing phases in one workflow, you apply a comprehensive testing pattern that spans development stages. This Skill provides templates and reference materials to guide validation, regression prevention, and reporting across all these test types.

Can I standardize test reporting and traceability without external software?

Yes, you can standardize test reporting and traceability without external software installation. This Skill provides built-in documentation templates that standardize your reporting, traceability matrices, and acceptance criteria directly within your current environment.

What testing patterns should I use for resilience and regression prevention?

For resilience and regression prevention, you should use comprehensive testing patterns that include contract, acceptance, and resilience testing. This Skill guides you through creating tests that validate system behavior, prevent regressions, and maintain stability across development cycles.