graph-review

Automate mcp-graph lifecycle review with blast radius analysis and gate validation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mcp__mcp-graph__code_intelligence, mcp__mcp-graph__analyze, mcp__mcp-graph__export, mcp__mcp-graph__metrics, mcp__mcp-graph__knowledge_feedback, mcp__mcp-graph__set_phase, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for a streamlined review phase in the mcp-graph lifecycle, providing code intelligence, blast radius analysis, and quality feedback to ensure a smooth transition to the HANDOFF phase.

Core Features & Use Cases

  • Blast Radius Analysis: Provides real blast radius analysis via Code Intelligence to detect the impact of code changes.
  • Code-Aware Sync Check: Detects stale references, missing test files, and symbol drift to ensure code integrity.
  • Mermaid Visualization: Offers visual representation of the graph state for easier review.
  • Metrics Collection: Collects velocity, quality, and complexity metrics for review.
  • Code Review: Facilitates code review with checks for quality, security, performance, and ADR compliance.
  • Knowledge Quality Feedback: Provides feedback on RAG knowledge used during implementation.
  • Gate Validation: Validates the review phase before transitioning to HANDOFF.

Quick Start

Execute the review phase of the mcp-graph lifecycle by running the graph-review skill.

Frequently Asked Questions about graph-review

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

FAQPage Schema
How do I analyze the blast radius of code changes before a release?

Code-aware sync checks detect stale references, missing test files, and symbol drift to ensure code integrity before transitions. This Skill automates these sync checks during the mcp-graph review phase.

What metrics are collected during a code review lifecycle phase?

Velocity, quality, and complexity metrics are collected during the review phase to evaluate code health. This Skill automates metrics collection alongside blast radius analysis to gate validation before handoff.

How do I validate a review phase before transitioning to handoff?

Gate validation verifies that all review checks pass before transitioning to the HANDOFF phase. This Skill performs gate validation by combining blast radius analysis, code review, and knowledge quality feedback.

Can I visualize code graph state during a lifecycle review?

Mermaid visualization provides a visual representation of the graph state for easier review. This Skill generates these visualizations during the mcp-graph review phase to help assess code structure and dependencies.

Do I need mcp-graph tools to perform blast radius analysis and code review?

Yes, mcp-graph tools are required for lifecycle management and code analysis. This Skill depends on mcp-graph code intelligence, metrics, and analysis tools to automate the review phase and generate quality feedback.