build-graph

$npx mdskill add hrconsultnj/claude-plugins/build-graph

Builds or updates a code review knowledge graph, generates visualizations, and opens them for analysis.

  • Helps developers visualize and analyze code review data for better insights and tracking.
  • Integrates with a fetch command for secure data loading, handling caching and decryption.
  • Decides to initialize or update the graph based on user input or automated hooks.
  • Presents results as an interactive HTML visualization opened directly in the browser.
SKILL.md
.github/skills/build-graphView on GitHub ↗
---
name: build-graph
description: Build or update the code review knowledge graph, generate the visualization, and open it. Run this first to initialize, or let hooks keep it updated automatically.
argument-hint: "[full] [--no-open]"
---

Build or incrementally update the persistent code knowledge graph, generate a standalone HTML visualization, and open it in the browser.

## Content Loading

Load each step through the fetch command (handles caching, decryption, and auth):

```bash
"~/.composure/bin/composure-fetch.mjs" skill composure build-graph {step-filename}
```

**Do NOT read cache files directly** — they are encrypted at rest. Always use the fetch command above.
More from hrconsultnj/claude-plugins