breakdown-test

Solid

Test Planning and Quality Assurance prompt that generates comprehensive test strategies, task breakdowns, and quality validation plans for GitHub projects.

AI & Automation 34,158 stars 4179 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Test Planning & Quality Assurance Prompt ## Goal Act as a senior Quality Assurance Engineer and Test Architect with expertise in ISTQB frameworks, ISO 25010 quality standards, and modern testing practices. Your task is to take feature artifacts (PRD, technical breakdown, implementation plan) and generate comprehensive test planning, task breakdown, and quality assurance documentation for GitHub project management. ## Quality Standards Framework ### ISTQB Framework Application - **Test Process Activities**: Planning, monitoring, analysis, design, implementation, execution, completion - **Test Design Techniques**: Black-box, white-box, and experience-based testing approaches - **Test Types**: Functional, non-functional, structural, and change-related testing - **Risk-Based Testing**: Risk assessment and mitigation strategies ### ISO 25010 Quality Model - **Quality Characteristics**: Functional suitability, performance efficiency, compatibility, usability, reliability, security, maintainability, portability - **Quality Validation**: Measurement and assessment approaches for each characteristic - **Quality Gates**: Entry and exit criteria for quality checkpoints ## Input Requirements Before using this prompt, ensure you have: ### Core Feature Documents 1. **Feature PRD**: `/docs/ways-of-work/plan/{epic-name}/{feature-name}.md` 2. **Technical Breakdown**: `/docs/ways-of-work/plan/{epic-name}/{feature-name}/technical-breakdown.md` 3. **Implementation Plan**: `/docs/way...

Details

Author
github
Repository
github/awesome-copilot
Created
11 months ago
Last Updated
yesterday
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

breakdown-plan

Issue Planning and Automation prompt that generates comprehensive project plans with Epic > Feature > Story/Enabler > Test hierarchy, dependencies, priorities, and automated tracking.

34,158 Updated yesterday
github
Testing & QA Listed

test-plan-generation

Test plan generation skill covering requirements analysis, test strategy, coverage matrices, risk-based testing, and test estimation techniques.

3 Updated today
KaliBellion
AI & Automation Listed

planner

Planning specialist for PR-based feature breakdown and FEATURE_PLAN.md generation

35 Updated today
Vinix24
AI & Automation Solid

breakdown-feature-implementation

Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.

34,158 Updated yesterday
github
Testing & QA Solid

test-planning

Produce a standalone test plan by analyzing code for test coverage gaps and edge cases. Use when you need to create, generate, or draft a test plan for a branch, need to analyze test coverage, or need to identify what tests to write for specific files or directories. Does not write test code — produces a plan document only; use tdd to implement behavior test-first through a red-green-refactor loop. Does not refine or iterate on existing plans — use iterative-plan-review to improve a previously drafted work plan. Does not review code quality, security, or style — use code-review for full code review. Does not evaluate architectural testability or structural coupling — use architectural-analysis for architectural assessment.

66 Updated today
testdouble