regression-suite

Generate a regression test manifest and status reports from sprint plans and test inventories.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/rakhnianskii9/God-Godot --skill regression-suite-rakhnianskii9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: regression-suite
Source: https://github.com/rakhnianskii9/God-Godot/tree/main/.github/skills/regression-suite
Command: npx skills add https://github.com/rakhnianskii9/God-Godot --skill regression-suite-rakhnianskii9

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Regression suites ensure that every bug fix is backed by a test and that the overall test coverage remains aligned with the game's evolving codebase, preventing regressions.

Core Features & Use Cases

  • Maintain a curated list of regression tests mapped to GDD critical paths.
  • Audit changes from each sprint to verify test coverage and flag gaps.
  • Generate and update tests/regression-suite.md as a living manifest.

Quick Start

Run the regression suite in update mode after implementing a bug fix to append new tests to 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 ensure bug fixes are verified by regression tests during sprint development?

Regression tests verify bug fixes by loading sprint plans and outputting a living manifest that tracks new tests against implemented fixes, ensuring coverage remains aligned with the codebase.

What is the best way to monitor test coverage drift across evolving game features?

Monitor coverage drift by auditing sprint changes against the test inventory and GDD critical paths, generating status reports that flag gaps where test coverage no longer matches evolving features.

How do I map regression tests to GDD critical paths?

Map regression tests to GDD critical paths by loading the game design document's critical paths alongside the test inventory, then outputting a manifest that curates which tests validate each specific path.

Can I use a regression suite for release gating?

Yes, regression suites apply during release gating by loading sprint plans and test inventories to verify all bug fixes have backing tests, outputting status reports that confirm coverage before release.

How do I update a regression test manifest after implementing a bug fix?

Update the regression test manifest by running the suite in update mode after implementing a bug fix, which appends new tests to the tests/regression-suite.md living manifest file.

What format does the regression suite output for tracking test status?

The regression suite outputs a living manifest at tests/regression-suite.md and generates status reports that map test coverage to sprint plans and GDD critical paths for ongoing tracking.