check-impact

Trace code change blast radius across the CampX exam pipeline stages.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/ramchanderpeddada/workflow-plugin --skill check-impact
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-impact
Source: https://github.com/ramchanderpeddada/workflow-plugin/tree/main/skills/check-impact
Command: npx skills add https://github.com/ramchanderpeddada/workflow-plugin --skill check-impact

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Trace the blast radius of a code change across the CampX exam pipeline.

Core Features & Use Cases

  • Identify downstream impacts across all stages (0-8)
  • Determine tenant scope and critical scenarios for changes
  • Generate a structured impact report with actionable recommendations

Quick Start

Analyze a change by running a downstream impact analysis across stages 0 to 8 and review the resulting report.

Frequently Asked Questions about check-impact

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

FAQPage Schema
How do I trace the blast radius of a code change across a pipeline?

To trace the blast radius of a code change, map downstream stages from the changed entity through Stage 8 using a nine-stage DAG model. The resulting impact report covers DB, service, frontend, and tenant scope effects.

What is downstream impact analysis in a multi-tenant pipeline?

Downstream impact analysis identifies how modifications propagate across pipeline stages. It maps dependencies from a changed entity through Stage 8, identifying affected tenants and surfacing critical scenarios within the CampX exam pipeline.

How do I identify which tenants are affected by a code change?

You identify affected tenants by running a downstream impact analysis across stages 0 to 8. The analysis determines the tenant scope by mapping the blast radius of the code change through the pipeline's nine-stage DAG model.

Does this impact analysis cover database, service, and frontend layers?

Yes, the impact analysis covers database, service, and frontend layers. It leverages a nine-stage DAG model to generate a structured report covering DB, service, frontend, and tenant scope impacts with actionable recommendations.

Can I generate an impact report for critical scenarios in the CampX exam pipeline?

Yes, you can generate a structured impact report for the CampX exam pipeline. The report surfaces critical scenarios and covers DB, service, frontend, and tenant scope impacts by analyzing the blast radius through Stage 8.