gitnexus-guide

Guide GitNexus tool usage for code analysis and knowledge graph queries.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/lucasfdigital/Orchard --skill gitnexus-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitnexus-guide
Source: https://github.com/lucasfdigital/Orchard/tree/main/.claude/skills/gitnexus/gitnexus-guide
Command: npx skills add https://github.com/lucasfdigital/Orchard --skill gitnexus-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a centralized reference for understanding and utilizing the GitNexus toolset, including its available commands, knowledge graph querying, and resource locations.

Core Features & Use Cases

  • Tool Discovery: Lists all available GitNexus tools and their functions.
  • Knowledge Graph Access: Explains how to query the GitNexus knowledge graph and provides schema details.
  • Resource Navigation: Guides users to essential resources like codebase context, cluster information, and process traces.
  • Use Case: A developer needs to understand the impact of a change on a specific function. They can use this Skill to find the gitnexus-impact-analysis skill and learn how to query the blast radius.

Quick Start

Use the gitnexus-guide skill to understand how to query the GitNexus knowledge graph.

Frequently Asked Questions about gitnexus-guide

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

FAQPage Schema
How do I query the GitNexus knowledge graph for code analysis?

To query the GitNexus knowledge graph, you can use available CLI tools such as 'query', 'context', 'impact', and 'rename' to perform code exploration, impact analysis, debugging, and refactoring tasks.

What is the best way to analyze the blast radius of a code change?

Analyzing the blast radius of a code change involves using the 'impact' CLI command to query the knowledge graph, allowing you to trace the affected functions and resources throughout the codebase.

How do I find the schema for the GitNexus knowledge graph?

You can find the GitNexus knowledge graph schema by navigating to the resource locations provided in the guide, which details the structure for querying codebase context, clusters, and process traces.

Can I use GitNexus to debug and refactor code across different clusters?

Yes, GitNexus supports debugging and refactoring across clusters by using CLI commands to access codebase context and process traces, helping you understand dependencies and impact before modifying code.

What developer tools are available in the GitNexus CLI?

The GitNexus CLI provides developer tools including 'query' for knowledge graph access, 'context' for codebase understanding, 'impact' for blast radius analysis, and 'rename' for refactoring guidance.