debugger-verification

Validate bug fixes using a formal five-criteria verification framework.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/gonz0w/bgsd-oc --skill debugger-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debugger-verification
Source: https://github.com/gonz0w/bgsd-oc/tree/main/skills/debugger-verification
Command: npx skills add https://github.com/gonz0w/bgsd-oc --skill debugger-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures bug fixes are not considered complete until they pass a structured verification discipline, covering reproducibility, understanding, regression safety, environment parity, and stability.

Core Features & Use Cases

  • Five-criteria verification to confirm fixes are genuine (reproduction, understanding, related functionality, environment, and stability).
  • Documentation-friendly audit trails with clear verification steps, evidence, and sign-offs.
  • Applicability across development, testing, and release pipelines to reduce regression risk and ensure cross-environment reliability.

Quick Start

Run the five verification criteria on the latest bug fix and document the results.

Frequently Asked Questions about debugger-verification

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

FAQPage Schema
How do I verify a bug fix is truly stable across environments?

A formal verification framework validates bug fixes using five criteria: reproduction, understanding, regression safety, environment parity, and stability. It ensures fixes are genuine by testing across local, containerized, and production-like environments.

What is the best way to document bug fix verification for audit trails?

Documenting bug fix verification involves generating audit trails with clear verification steps, evidence, and sign-offs. This approach ensures traceable verification processes across development, testing, and release pipelines to reduce regression risk.

How do I apply regression testing criteria to confirm a bug fix works?

Applying regression testing criteria involves checking related functionality and stability to confirm a bug fix works. You run repeatable validation across local, containerized, and production-like environments to ensure no new regressions are introduced.

Does environment parity matter when validating bug fixes in release pipelines?

Environment parity is critical when validating bug fixes in release pipelines. Testing across local, containerized, and production-like environments ensures repeatable validation and cross-environment reliability, reducing the risk of regressions reaching production.

When do I need a formal verification framework for bug fixes?

You need a formal verification framework for bug fixes when traceability and regression safety are required in development, testing, or release pipelines. It ensures fixes pass structured criteria for reproducibility and stability before completion.