tirth8205/code-review-graph

DirSkills catalogs 7 skills from this repository, across 1 category: Quality.

30K stars2.8K forksView on GitHub
πŸ•ΈοΈ
2w ago

Build Graph

Build Graph initializes or incrementally updates a persistent code review knowledge graph for a repository via MCP tools. Use it for first-time setup, after major refactoring, or when the graph is stale; hooks normally keep it updated automatically.
Quality
30K2.8K
🐞
2w ago

Debug Issue

Debug Issue traces bugs through a code knowledge graph so developers can isolate root causes faster. Use it when investigating regressions, analyzing call paths, or checking recent changes.
Quality
30K2.8K
πŸ”Ž
2w ago

Explore Codebase

Explore Codebase uses knowledge graph tools to navigate and understand codebase structure, trace relationships, and find execution paths. Use it for code review, debugging, and refactoring with minimal context.
Quality
30K2.8K
πŸ”§
2w ago

Refactor Safely

Refactor Safely plans and executes code refactoring using dependency analysis from a knowledge graph. It helps developers safely rename symbols, remove dead code, and verify refactoring impact before and after applying changes.
Quality
30K2.8K
πŸ”
2w ago

Review Changes

Review Changes performs a structured, risk-aware code review using change detection and impact analysis from a knowledge graph. It identifies risk levels, affected execution paths, test coverage gaps, and provides a merge recommendation.
Quality
30K2.8K
πŸ”
2w ago

Review Delta

Review Delta reviews only changes since the last commit using graph impact analysis, automatically detecting blast radius. Use it for token-efficient code review when you need to focus on changed code and its affected dependents.
Quality
30K2.8K
πŸ”
2w ago

Review PR

Review PR performs a comprehensive code review of a pull request or branch diff using a knowledge graph for structural context and blast-radius impact analysis. Use it to assess risk, check test coverage, and produce a structured file-by-file review.
Quality
30K2.8K