regression-suite

Automate regression test creation and coverage gap analysis for software systems.

Updated May 24, 2026
One-click install
npx skills add https://github.com/LeKay/ai-game --skill regression-suite-lekay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: regression-suite
Source: https://github.com/LeKay/ai-game/tree/main/.claude/skills/regression-suite
Command: npx skills add https://github.com/LeKay/ai-game --skill regression-suite-lekay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill unit ensures that every bug fix is backed by a test and helps maintain a comprehensive regression test suite to detect new issues before release.

Core Features & Use Cases

  • Automated Regression Test Management: Maps test coverage to critical paths and identifies missing tests for bug fixes and new features.
  • Critical Path Coverage Analysis: Audits existing test coverage against GDD critical paths and flags gaps.
  • Regression Test Creation Suggestion: Proposes tests for new or updated features that require regression coverage.
  • Integration with Release Processes: Runs automatically after bug fixes or before release gates.

Quick Start

Run /regression-suite update after implementing a bug fix to check for new regression tests or identify gaps.

Frequently Asked Questions about regression-suite

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

FAQPage Schema
How do I automate regression testing for new bug fixes?

To automate regression testing for bug fixes, you can run an update command to check for missing test coverage against critical paths and generate automated test suite updates before release.

What is critical path coverage analysis in software quality assurance?

Critical path coverage analysis audits existing test coverage against defined critical paths to identify and flag gaps, ensuring that new features and bug fixes maintain comprehensive software quality.

How do I identify gaps in my test automation suite?

You can identify gaps in your test automation suite by mapping current test coverage to critical paths, which flags missing tests required for recent bug fixes and feature updates.

Can I integrate regression test management with my release process?

Yes, regression test management integrates directly with release processes by running automatically after bug fixes or before release gates to detect new issues before deployment.

When do I need to update my regression test suite?

You need to update your regression test suite after implementing bug fixes or updating features, ensuring every change is backed by a test to detect new issues before release.