regression-check

Validate regression constraints by inspecting memories and bug-fix history before code changes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rawhit-r/ai-files --skill regression-check-rawhit-r
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: regression-check
Source: https://github.com/rawhit-r/ai-files/tree/main/.gemini/regression-check
Command: npx skills add https://github.com/rawhit-r/ai-files --skill regression-check-rawhit-r

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured pre-implementation regression gate, guiding teams to verify memories, review bug-fix history, and enforce key business rules before any code change.

Core Features & Use Cases

  • Validation of regression-related constraints prior to changes in codebases.
  • Memory-context retrieval to surface relevant task history and context.
  • Rule-checking against predefined business criteria to prevent regressions.

Quick Start

Perform the memory search, read the bug-fix history, and validate business rules before coding.

Frequently Asked Questions about regression-check

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

FAQPage Schema
How do I perform a pre-implementation regression check before writing code?

A pre-implementation regression check validates constraints by inspecting relevant memories and reviewing historical bug fixes. It enforces predefined business rules to prevent regressions before any new code changes are implemented in a project.

Why do I need to review bug history before implementing a new feature?

Reviewing bug history before implementation prevents recurring regressions by surfacing past fixes and constraints. Validating historical context against new changes ensures existing business rules remain intact and avoids reintroducing previously resolved issues.

Can I validate business rules against my codebase history using memory search?

You can validate business rules by retrieving task context through memory search and cross-referencing it with a bug-fix history file. This verifies that proposed changes comply with established project constraints and past regression fixes.

Does regression-check work with Serena tooling for memory context retrieval?

Regression validation relies on Serena tooling to list and read memories. It uses these specific memory retrieval functions to extract relevant task history and context needed to certify readiness before applying codebase changes.

What are the limitations of using memory search for regression constraint validation?

Memory-based regression validation is limited by the contents of stored memories and the bug-fix-history.md file. If historical bug context or project memories are incomplete, the pre-implementation gate cannot fully certify readiness or catch undocumented constraints.