AI AGENT ADDONS

Code Review Graph

aradotso/trending-skills

A code review graph builds a map of your entire codebase. It tracks how files, functions, and classes connect to each other. This map is stored locally on your machine.

When you make a change, the graph finds the blast radius of that change. It discovers every file that might be affected. An AI like Claude then reads only those files instead of the whole project.

This means fewer tokens are used per review. In large projects you can save up to 49 times the usual amount. Reviews become faster and cheaper.

Add Code Review Graph skill to your workflow

Global

mkdir -p ~/.claude/skills/code-review-graph

Project

mkdir -p .claude/skills/code-review-graph

Source Repository

Stars
49
Forks
11
Watchers
49
Last Push
2 months ago
Created
2 months ago