code-review-graph

Analyze codebases with an AST-based knowledge graph to surface risks.

176|2|Updated May 21, 2026
One-click install
npx skills add https://github.com/DanielSuo117/velocitai --skill code-review-graph-danielsuo117
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-graph
Source: https://github.com/DanielSuo117/velocitai/tree/main/zh/skills/code-review-graph
Command: npx skills add https://github.com/DanielSuo117/velocitai --skill code-review-graph-danielsuo117

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

通过基于 AST 的知识图谱进行代码审查、变更探索、调试与重构,帮助团队更高效发现风险、理解影响范围并加速迭代。

Core Features & Use Cases

  • 基于知识图谱的变更审查与风险分析,快速识别高影响区域。
  • 通过查询关系和调用图追踪受影响的模块、函数和测试覆盖。
  • 支持在变更后进行快速调试和结构化重构规划。

Quick Start

运行 code-review-graph 工作流以在代码库中进行变更审查和知识图谱探索。

Frequently Asked Questions about code-review-graph

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

FAQPage Schema
How does an AST knowledge graph help with code review and risk analysis?

An AST knowledge graph helps code review by mapping structural relationships in a codebase to surface high-impact risks. It traces affected modules and functions through call graphs, enabling rapid impact analysis and structured debugging across software projects.

How do I use a knowledge graph to trace affected modules after a code change?

To trace affected modules after a code change, you query the AST knowledge graph to analyze call relationships and dependency structures. This surfaces impacted functions and test coverage areas, allowing you to assess risk and plan structured refactoring.

Can I perform rapid incident response and debugging using static analysis on a codebase?

Yes, you can perform rapid incident response using static analysis by leveraging an AST knowledge graph. It applies structured graph queries to quickly identify root causes, surface risks in changed areas, and trace structural impacts across the codebase.

What is the best way to analyze codebase changes for high-impact risk areas?

The best way to analyze codebase changes for high-impact risk areas is using an AST knowledge graph. It evaluates structural relationships and call graphs to detect high-impact regions, providing controlled detail levels for precise risk assessment and change detection.

Do I need any specific dependencies to run AST-based change detection for debugging?

No specific dependencies are required to run AST-based change detection for debugging. The workflow operates independently to analyze your codebase, applying static analysis to query relationships, assess risks, and support structured refactoring planning.