qa

Generate TEST_PLAN.md and automated tests from feature specs.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/Keiji-Miyake/agent-skills --skill qa-keiji-miyake
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/Keiji-Miyake/agent-skills/tree/main/skills/qa
Command: npx skills add https://github.com/Keiji-Miyake/agent-skills --skill qa-keiji-miyake

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps QA engineers systematically plan and execute tests to uncover defects.

Core Features & Use Cases

  • Analysis & Planning: Create comprehensive test plans and traceability.
  • Case Enumeration: Identify normal, edge, and corner cases, including regression scenarios.
  • Test Implementation: Provide automation-ready test artifacts (unit, integration, and E2E where applicable).
  • Bug Reporting: Document reproducible steps and suggested fixes with clarity.

Quick Start

Use the QA Skill to generate a TEST_PLAN.md for a feature. Create initial automated tests scaffolding and a bug report template.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I generate a test plan for a new feature?

To generate a test plan, this skill references your feature SPEC and CONTEXT docs to systematically produce a TEST_PLAN.md, covering normal, edge, and error paths. It creates comprehensive traceability matrices directly from your feature specifications.

What is the best way to enumerate edge cases for software testing?

Enumerating edge cases involves systematically identifying normal, corner, and regression scenarios based on feature analysis. This skill automates case enumeration by referencing AGENTS.md and feature docs to uncover defects across all execution paths.

Can I scaffold automated tests using a generated test plan?

Yes, you can scaffold automated tests using the generated test plan. This skill provides automation-ready test artifacts for unit, integration, and E2E testing where applicable, directly implementing enumerated cases from your TEST_PLAN.md.

How do I write a reproducible bug report for uncovered defects?

Writing a reproducible bug report requires documenting clear steps to reproduce and suggested fixes. This skill outputs detailed bug reports as part of its QA workflow, ensuring defects found during test execution are communicated clearly.

Do I need specific dependencies to automate my QA workflow?

No specific dependencies are required to automate your QA workflow. This skill operates without external dependencies, using your existing AGENTS.md and feature documentation to generate test plans and automation-ready scaffolding.