regression-suite

Audit tests against GDD key paths and update the regression registry.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/brand6/Claude-Code-Game-Studios-zh-auto --skill regression-suite-brand6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: regression-suite
Source: https://github.com/brand6/Claude-Code-Game-Studios-zh-auto/tree/main/.claude/skills/regression-suite
Command: npx skills add https://github.com/brand6/Claude-Code-Game-Studios-zh-auto --skill regression-suite-brand6

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The regression suite ensures that every bug fix or feature change has corresponding tests, preventing regressions and maintaining stability across game development workflows.

Core Features & Use Cases

  • Create and maintain a curated list of regression tests that cover critical paths in the project.
  • Audit existing tests against GDD key paths to identify coverage gaps and drive test improvements.
  • Generate and publish a current tests/regression-suite.md manifest before gate reviews or releases.

Quick Start

Run the regression suite update to synchronize the regression catalog with completed fixes.

Frequently Asked Questions about regression-suite

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

FAQPage Schema
How do I track regression coverage gaps for game development workflows?

Track regression coverage gaps by auditing existing tests against GDD key paths and updating the regression registry, ensuring every bug fix or feature change has corresponding tests to prevent stability issues.

What is the best way to maintain a regression suite before a game release?

Maintain a regression suite before release by compiling a current manifest and publishing it to tests/regression-suite.md, auditing tests against critical paths to ensure traceable coverage across game systems.

How do I automate regression test updates for bug fixes?

Automate regression test updates by applying the regression suite to completed bug fixes, which synchronizes the regression catalog and updates the registry to ensure traceable coverage for all systems.

Does this regression suite auditing approach work for feature work and release gates?

Yes, regression suite auditing applies directly to bug fixes, feature work, and release gates, identifying coverage gaps and updating tests to maintain stability across all game development workflows.

Why do I need to audit tests against GDD key paths?

Audit tests against GDD key paths to identify coverage gaps and drive test improvements, ensuring critical game workflows maintain traceable coverage and preventing regressions during development.

What format does the regression suite manifest use for release gates?

The regression suite manifest uses a markdown format published to tests/regression-suite.md, compiling a current list of regression tests that cover critical paths before gate reviews or releases.