regression-suite

Map existing tests to GDD critical paths and produce a coverage manifest.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/HechaoYannet/3kingdom-unity --skill regression-suite-hechaoyannet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: regression-suite
Source: https://github.com/HechaoYannet/3kingdom-unity/tree/main/.claude/skills/regression-suite
Command: npx skills add https://github.com/HechaoYannet/3kingdom-unity --skill regression-suite-hechaoyannet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures that every bug fix is accompanied by a regression test and that the overall regression coverage stays current as the game evolves.

Core Features & Use Cases

  • Maintains a curated list of tests that cover GDD critical paths.
  • Supports update, audit, and report modes to align testing with sprint cadence and release gates.
  • Produces a manifest and actionable recommendations to close coverage gaps.

Quick Start

Run the regression-suite update after finishing a sprint to refresh coverage and lock in the regression manifest.

Frequently Asked Questions about regression-suite

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

FAQPage Schema
How do I map existing tests to GDD critical paths for regression coverage?

Mapping existing tests to GDD critical paths requires scanning your tests/ directory and design/gdd files. This produces a curated manifest that highlights actionable gaps, keeping regression coverage aligned with game design requirements.

When should I run a regression audit during a sprint cycle?

Run a regression audit after finishing a sprint or before release gates to ensure regression protection. This verifies that every bug fix is accompanied by a regression test and maintains current coverage as the game evolves.

How do I maintain regression test coverage after a bug fix?

Maintain regression test coverage after a bug fix by running an update mode to refresh the test suite. This locks in the regression manifest, ensuring the fix is protected by accompanying tests and preventing future regressions.

Does regression-suite work without external testing dependencies?

Regression-suite operates without external dependencies, directly scanning your existing tests/, design/gdd files, and bug reports. This produces a curated manifest and actionable recommendations for closing coverage gaps.

What is the best way to identify coverage gaps before a release gate?

The best way to identify coverage gaps before a release gate is to generate an actionable report by scanning bug reports and tests/. This ensures your regression manifest is release-ready and covers all GDD critical paths.