GitNexus
Give AI agents a full knowledge graph of your codebase
All Skills in This Repository (19)
Pure Emerald Level Indicatorsgitnexus-refactoring
Plan and execute safe code refactors by mapping blast radius and dependencies.
gitnexus-debugging
Map execution flows with a knowledge graph to trace bugs across codebases.
gitnexus-exploring
Navigate and analyze unfamiliar codebases using GitNexus knowledge graph queries.
gitnexus-pr-review
Map pull request diffs to affected execution flows and risks.
gitnexus-impact-analysis
Analyze blast radius and dependent call paths for code changes.
gitnexus-taint-analysis
Analyze taint propagation from sources to sinks in GitNexus CFG/PDG.
gitnexus-pdg-query
Query PDG-based control and data dependencies in GitNexus code.
gitnexus-guide
Guide users to GitNexus MCP tools and knowledge graph schema.
gitnexus-cli
Automate GitNexus CLI commands for repository indexing and knowledge-graph generation.
gitnexus-pr-swarm-review
Coordinate a reviewer swarm to assess pull requests across sequenced lanes.
gitnexus-review
Reviews pull requests, branches, and local diffs using GitNexus knowledge-graph evidence.
gitnexus-plan
Generates implementation-ready engineering plans from GitNexus knowledge graphs, PDG analysis, and source verification.
Frequently Asked Questions
FAQPage SchemaHow to install GitNexus?โผ
Run `npx skills add abhigyanpatwari/GitNexus --all -g -y` in your terminal to install all skills in this suite globally.
What does GitNexus do for AI coding agents?โผ
It indexes your codebase into a knowledge graph of symbols, call chains, and execution flows, then exposes it through MCP tools so agents stop missing dependencies and shipping blind edits.
How do I check what breaks before changing code?โผ
The gitnexus-impact-analysis skill maps every dependent of a symbol with risk levels, so your agent warns you before any edit that could break callers.
Does GitNexus work with Claude Code and Cursor?โผ
Yes. It ships skills and hooks for Claude Code and Cursor, and works with Codex, Windsurf, and other MCP-compatible agents.
Can GitNexus review pull requests automatically?โผ
Yes. The gitnexus-review skill runs a read-only, graph-backed review of any PR, branch, or local change with evidence-backed findings and a clear verdict.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core