regression-suite

Maintain a regression suite manifest mapping tests to critical game paths.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/dawn840705/claude-code-game-studios --skill regression-suite-dawn840705
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: regression-suite
Source: https://github.com/dawn840705/claude-code-game-studios/tree/main/skills/regression-suite
Command: npx skills add https://github.com/dawn840705/claude-code-game-studios --skill regression-suite-dawn840705

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Map test coverage to GDD critical paths, identify fixed bugs without regression tests, flag coverage drift from new features, and maintain tests/regression-suite.md. Run after implementing a bug fix or before a release gate.

Core Features & Use Cases

  • Maintain a curated list of tests that validate critical GDD paths across unit, integration, and regression tests.
  • Audit, update, and regenerate the regression-suite.md to reflect new features, fixes, and recognized edge cases.
  • Ensure release readiness by verifying that coverage aligns with sprint plans and gate checks.

Quick Start

After implementing a bug fix or before a release gate, run /regression-suite update to incorporate new tests into the manifest.

Frequently Asked Questions about regression-suite

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

FAQPage Schema
How do I maintain a regression suite that covers critical game paths?

Maintain a regression suite by curating a tests/regression-suite.md manifest that maps unit, integration, and regression tests to GDD critical paths, ensuring every bug fix is guarded and coverage drift is flagged as features evolve.

What is regression suite coverage drift and how do I flag it before a release?

Coverage drift occurs when new features or fixes lack corresponding tests. You flag it by auditing your test inventory against the regression-suite.md manifest to verify alignment with sprint plans and release gates.

How do I ensure a bug fix is guarded by a regression test?

To guard a bug fix, run the regression suite update process after implementing the fix to incorporate new tests into the manifest and verify the critical path remains protected.

Do I need a curated tests folder and manifest to audit regression coverage?

Yes, auditing regression coverage requires a kept inventory of tests under tests/ and a curated tests/regression-suite.md manifest to map critical paths, identify unprotected fixes, and update coverage accurately.

When should I update my game's regression test manifest?

Update your game's regression test manifest after implementing a bug fix or before a release gate to reflect new features, fixes, and recognized edge cases across unit, integration, and regression tests.