testing-summary

Generate QA test documentation from Linear issues and git commits.

1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/JosephAnson/claude-plugin --skill testing-summary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing-summary
Source: https://github.com/JosephAnson/claude-plugin/tree/main/skills/testing-summary
Command: npx skills add https://github.com/JosephAnson/claude-plugin --skill testing-summary

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Generate structured QA testing documentation from Linear issues and git commits to streamline handover and validation.

Core Features & Use Cases

  • Analyze Linear issues and git commits to produce test scenarios, steps, and expected results.
  • Generate a reusable testing template for QA teams and product handover.
  • Support happy-path, edge cases, and negative testing scenarios.

Quick Start

Run the skill on a completed feature or bug fix to generate a QA handover testing document.

Frequently Asked Questions about testing-summary

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

FAQPage Schema
How do I generate QA testing documentation from Linear issues and git commits?

To generate QA testing documentation from Linear issues and git commits, run the skill on a completed feature or bug fix. It produces a structured test template with environment details, preconditions, mock data, and multiple user-facing test scenarios for handover.

What is the best way to create test scenarios for feature handover?

Creating test scenarios for feature handover is best handled by analyzing git commits and Linear issues to extract steps, expected results, and preconditions. This generates a reusable testing template covering happy-path, edge cases, and negative testing scenarios.

Can I use git commit history to build a QA test template?

Yes, you can use git commit history to build a QA test template. The skill analyzes commit details alongside Linear issues to automatically structure test scenarios, expected results, and environment details for validation.

Does this testing documentation skill support edge cases and negative testing?

Yes, this testing documentation skill supports edge cases and negative testing. It generates multiple user-facing test scenarios from issue and commit data, ensuring comprehensive validation coverage beyond standard happy-path execution.

What do I need to generate test scenarios from Linear issues?

To generate test scenarios from Linear issues, you need completed feature work or bug fixes with associated git commits. The skill uses this input to produce structured documentation including environment details, preconditions, and mock data.