speckit-ripple-check

Re-verify open ripple scan findings and update ripple-report.md with verdicts.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-ripple-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-ripple-check
Source: https://github.com/B0yZ4kr14/OrthoPlus-Enterprise/tree/main/.specify-backups/20260518-141826/_agents/skills/speckit-ripple-check
Command: npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-ripple-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of verification drift after you fix issues found by a previous ripple scan, ensuring that each previously OPEN finding still applies and that your changes did not introduce new side effects.

Core Features & Use Cases

  • Re-checks existing OPEN findings: Reloads ripple-report.md and re-evaluates each finding’s status by reading the current code at the referenced file/line.
  • Detects resolution quality: Produces RESOLVED, MITIGATED, OPEN, WORSENED, or STALE outcomes based on whether the side effect still exists, was reduced, worsened, or became unavailable due to refactoring.
  • Scans for fix-induced side effects: If a finding changes status, analyzes the changed lines to discover newly introduced ripple effects and appends them as new findings.
  • Updates audit-ready artifacts: Modifies ripple-report.md in place, recalculates counts, updates the Coverage Gap Matrix, and appends a deduplicated Check History row.

Quick Start

Run /speckit.ripple.check critical to re-verify only the currently CRITICAL OPEN findings and update ripple-report.md accordingly.

Frequently Asked Questions about speckit-ripple-check

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

FAQPage Schema
How do I verify code fixes without introducing new ripple effects?

To verify code fixes without introducing new ripple effects, re-check each OPEN item against the current codebase to mark it as resolved, mitigated, worsened, or stale based on evidence. This post-scan maintenance confirms whether your refactoring safety changes worked without side effects.

What is a ripple check in static analysis?

A ripple check in static analysis is a re-verification workflow that reloads an existing audit report and re-evaluates each OPEN finding by reading the current code. It detects resolution quality and scans changed lines for newly introduced side effects.

How do I update an audit report after fixing static analysis findings?

Update an audit report after fixing static analysis findings by loading the existing ripple-report.md, filtering by severity or finding ID, and modifying the report in place. This recalculates counts, updates the Coverage Gap Matrix, and appends a deduplicated Check History row.

Can I filter code verification re-checks by severity and finding ID?

Yes, you can filter code verification re-checks by severity and finding ID. This allows you to target specific items, such as running a check on only CRITICAL OPEN findings to efficiently update the report with evidence-based verdicts.

What outcomes are produced when re-verifying regression detection findings?

Re-verifying regression detection findings produces RESOLVED, MITIGATED, OPEN, WORSENED, or STALE outcomes. These verdicts are based on whether the side effect still exists, was reduced, worsened, or became unavailable due to refactoring.

When should I use a ripple check for refactoring safety?

Use a ripple check for refactoring safety after you change code post-scan and need to confirm whether fixes worked. It prevents verification drift by ensuring your changes did not introduce new side effects in the updated codebase.