code-review-graph

Constructs a navigable map of files, functions, classes, and dependencies for codebases.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/aliepratama/ecofin --skill code-review-graph
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-graph
Source: https://github.com/aliepratama/ecofin/tree/main/.agents/skills/code-review-graph
Command: npx skills add https://github.com/aliepratama/ecofin --skill code-review-graph

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the challenge of understanding complex codebases by creating a persistent structural map, allowing for targeted reviews with fewer tokens.

Core Features & Use Cases

  • Codebase Mapping: Builds a detailed graph of files, functions, classes, and dependencies.
  • Impact Analysis: Identifies files and components affected by changes to focus reviews.
  • Use Case: Developers update a core module and want to quickly review impacted areas without re-reading the entire project.

Quick Start

Use the code-review-graph skill to build or update the project graph for an ongoing development session.

Frequently Asked Questions about code-review-graph

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

FAQPage Schema
How do I map a codebase to speed up code reviews?

Codebase mapping builds a detailed navigable graph of files, functions, classes, and dependencies, allowing developers to target specific review areas without re-reading the entire project structure.

What is dependency graph impact analysis and when do I need it?

Dependency graph impact analysis identifies affected files and components when core modules change, needed to minimize review scope and reduce token usage during development sessions.

How do I perform impact analysis on a multi-language codebase?

Impact analysis on multi-language projects constructs a persistent structural map of the codebase, tracking dependencies across different languages to focus reviews on impacted areas efficiently.

Can I use code mapping with version control workflows?

Yes, code mapping integrates with version control workflows to build or update the project graph, enabling targeted reviews based on recent changes and minimizing token consumption.

Does codebase visualization work for large multi-language projects?

Codebase visualization supports multi-language projects by creating a persistent structural map, allowing developers to navigate complex dependencies and focus reviews without re-reading the entire project.

Why does code review scope expand and how do I minimize it?

Review scope expands when codebase structure is unmapped; constructing a detailed dependency graph minimizes scope by identifying only the files and components affected by changes.