abhigyanpatwariabhigyanpatwariCommunityยท19 Agent Skills Included

GitNexus

Give AI agents a full knowledge graph of your codebase

Indexes any codebase into a knowledge graph of dependencies, call chains, and execution flows for AI agents. Stops blind edits by running impact analysis before changes and graph checks before every commit. Includes skills for exploring, debugging, refactoring, planning, reviewing, and taint analysis across Claude Code, Cursor, and Codex.
npx skills add abhigyanpatwari/GitNexus --all -g -y
Available:

Tells the AI agent to always run impact analysis before editing code, check graph changes before committing, and route tasks like exploring, debugging, and refactoring to the matching GitNexus skill.

All Skills in This Repository (19)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
abhigyanpatwariabhigyanpatwari

gitnexus-refactoring

Plan and execute safe code refactors by mapping blast radius and dependencies.

Community
Intermediate
๐Ÿ“ฆ In Repo
abhigyanpatwariabhigyanpatwari

gitnexus-debugging

Map execution flows with a knowledge graph to trace bugs across codebases.

Community
Intermediate
๐Ÿ“ฆ In Repo
abhigyanpatwariabhigyanpatwari

gitnexus-exploring

Navigate and analyze unfamiliar codebases using GitNexus knowledge graph queries.

Community
Intermediate
๐Ÿ“ฆ In Repo
abhigyanpatwariabhigyanpatwari

gitnexus-pr-review

Map pull request diffs to affected execution flows and risks.

Community
Advanced
๐Ÿ“ฆ In Repo
abhigyanpatwariabhigyanpatwari

gitnexus-impact-analysis

Analyze blast radius and dependent call paths for code changes.

Community
Intermediate
๐Ÿ“ฆ In Repo
abhigyanpatwariabhigyanpatwari

gitnexus-taint-analysis

Analyze taint propagation from sources to sinks in GitNexus CFG/PDG.

Community
Advanced
๐Ÿ“ฆ In Repo
abhigyanpatwariabhigyanpatwari

gitnexus-pdg-query

Query PDG-based control and data dependencies in GitNexus code.

Community
Advanced
๐Ÿ“ฆ In Repo
abhigyanpatwariabhigyanpatwari

gitnexus-guide

Guide users to GitNexus MCP tools and knowledge graph schema.

Community
Intermediate
๐Ÿ“ฆ In Repo
abhigyanpatwariabhigyanpatwari

gitnexus-cli

Automate GitNexus CLI commands for repository indexing and knowledge-graph generation.

Community
Intermediate
๐Ÿ“ฆ In Repo
abhigyanpatwariabhigyanpatwari

gitnexus-pr-swarm-review

Coordinate a reviewer swarm to assess pull requests across sequenced lanes.

Community
Advanced
๐Ÿ“ฆ In Repo
abhigyanpatwariabhigyanpatwari

gitnexus-review

Reviews pull requests, branches, and local diffs using GitNexus knowledge-graph evidence.

Community
Advanced
๐Ÿ“ฆ In Repo
abhigyanpatwariabhigyanpatwari

gitnexus-plan

Generates implementation-ready engineering plans from GitNexus knowledge graphs, PDG analysis, and source verification.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’