review-changes

Analyze code changes to identify high-risk modifications and map their impact on execution flows.

Updated May 3, 2026
One-click install
npx skills add https://github.com/skogai/marketplace --skill review-changes-skogai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-changes
Source: https://github.com/skogai/marketplace/tree/main/.claude/skills/review-changes
Command: npx skills add https://github.com/skogai/marketplace --skill review-changes-skogai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the challenge of performing comprehensive code reviews by automating the identification of high-risk changes and their potential impact on system execution paths.

Core Features & Use Cases

  • Risk-Scored Analysis: Automatically detects changes and assigns risk levels to focus your review efforts.
  • Impact Mapping: Traces affected execution flows and calculates the blast radius of modifications.
  • Test Coverage Verification: Queries the knowledge graph to ensure new changes are backed by appropriate test cases.

Quick Start

Initiate a structured review of the current changes by asking the assistant to perform a risk-aware analysis of the recent modifications.

Frequently Asked Questions about review-changes

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

FAQPage Schema
How do I perform risk-aware code reviews with impact analysis?

Risk-aware code reviews with impact analysis are performed by analyzing code changes to identify high-risk modifications, assigning risk levels, and mapping their impact on system execution flows to calculate the blast radius and verify test coverage.

How does impact analysis map the blast radius of code modifications?

Impact analysis maps the blast radius of code modifications by tracing affected execution flows and utilizing knowledge graph tools to map dependencies, ensuring you understand the full scope of changes before merging.

Can I automate test coverage verification for new code changes?

You can automate test coverage verification by querying the knowledge graph during the code review process to ensure that new software modifications are backed by appropriate test cases for improved software quality.

When do I need automated risk assessment in software development workflows?

Automated risk assessment is needed in software development workflows when you want to focus review efforts on high-risk modifications, verify test coverage, and ensure merge safety by understanding the blast radius of your changes.

What is the best way to identify high-risk modifications in a code review?

The best way to identify high-risk modifications in a code review is to use an automated risk-scored analysis that detects changes, assigns risk levels, and maps their impact on system execution paths.