impact-analysis-agent
SolidIdentify the likely impact of a proposed change before implementation by mapping it to graph nodes, affected files, functions, APIs, and tests.
Install
Quality Score: 86/100
Skill Content
Details
- Author
- Agile-V
- Repository
- Agile-V/agile_v_skills
- Created
- 7 months ago
- Last Updated
- 2 weeks ago
- Language
- Python
- License
- CC-BY-SA-4.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
impact-analysis
Analyzes the impact of proposed changes on the codebase. Triggers when planning changes or asking about affected areas.
graph-traceability-agent
Create traceability from Agile V requirements to Understand Anything graph nodes, changed files, and tests, ensuring full evidence chain coverage.
change-impact-analysis
Perform deployment-phase Change Impact Analysis for any repository. Given changed files (or auto-detected via git), builds a directed dependency graph, reverse-BFS traverses it to find every directly and transitively affected module, validates API contracts (OpenAPI/GraphQL/Protobuf) for breaking changes, maps files to CODEOWNERS, and computes a deterministic 0-100 deployment risk score (LOW/MEDIUM/ HIGH/CRITICAL). Produces an Impact Report, machine-readable JSON, and a Deployment Checklist. Trigger on: change impact analysis, analyse/analyze this PR, what is affected by this change, deployment risk, blast radius, what tests are needed, who owns this code, is it safe to deploy, breaking changes, impacted APIs, regression areas, or a list of changed files with "what will break". No API key required.