regression-suite

Scan bug fixes and audit regression test coverage against GDD critical paths.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/nguyennd93/game_server_studio --skill regression-suite-nguyennd93
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: regression-suite
Source: https://github.com/nguyennd93/game_server_studio/tree/main/.claude/skills/regression-suite
Command: npx skills add https://github.com/nguyennd93/game_server_studio --skill regression-suite-nguyennd93

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps maintain and audit regression test coverage for game development, ensuring that bug fixes are backed by tests and that the regression suite stays current as the game evolves.

Core Features & Use Cases

  • Update Regression Tests: Automatically scan for new bug fixes and add missing regression tests to the suite.
  • Audit Test Coverage: Full audit of GDD critical paths versus existing test coverage, flagging paths with no regression test.
  • Report Status: Generate a read-only status report for sprint reviews.
  • Detect Coverage Drift: Identify new features without corresponding regression coverage and flag coverage drift.

Quick Start

Run the regression suite to update test coverage after fixing a bug or before a release gate.

Frequently Asked Questions about regression-suite

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

FAQPage Schema
How do I maintain regression test coverage for bug fixes in game development?

Regression test coverage for bug fixes is maintained by automatically scanning for recent fixes and generating missing tests, ensuring your game server's suite stays current as the project evolves.

How do I audit test coverage against game design document critical paths?

Test coverage against GDD critical paths is audited by comparing existing tests to documented gameplay flows, flagging any critical paths that lack corresponding regression tests.

What is regression coverage drift and how do I detect it in a game server?

Regression coverage drift occurs when new game features lack corresponding tests, detected by scanning your codebase to identify gaps where recent updates have no matching regression coverage.

Do I need game design documents to audit test coverage?

Game design documents are required to audit test coverage, as the audit process maps existing regression tests directly against GDD critical paths to identify unprotected gameplay flows.

Can I generate a test coverage status report for sprint reviews?

A read-only test coverage status report can be generated for sprint reviews, summarizing recent regression test updates and highlighting critical paths lacking coverage.

When should I run an automated regression suite audit?

An automated regression suite audit should be run after fixing a bug or before a release gate to ensure new fixes are backed by tests and coverage drift is detected.