gitnexus-cli

Automate repository indexing and wiki generation via the GitNexus CLI.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/cin12211/orcaq-test --skill gitnexus-cli-cin12211
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitnexus-cli
Source: https://github.com/cin12211/orcaq-test/tree/main/.codex/skills/gitnexus/gitnexus-cli
Command: npx skills add https://github.com/cin12211/orcaq-test --skill gitnexus-cli-cin12211

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a quick, repeatable way to issue GitNexus CLI commands from your workflow, enabling automatic repository indexing, status checks, and wiki generation without manual setup.

Core Features & Use Cases

  • Run GitNexus CLI commands (analyze, status, clean, wiki, list) to manage repository indexes and documentation
  • Reindex collaborations across single or multiple repositories with deterministic results
  • Generate repository documentation from the knowledge graph to aid onboarding and auditing

Quick Start

Run npx gitnexus analyze from the project root to build or refresh the index

Frequently Asked Questions about gitnexus-cli

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

FAQPage Schema
How do I automate repository indexing and documentation generation from the command line?

You can automate repository indexing by running CLI commands like analyze and wiki to build knowledge graph indexes and generate documentation automatically. This eliminates manual setup and provides a repeatable workflow for repository management.

What is the best way to check the indexing status of multiple repositories?

Checking repository indexing status is done by running the status command across your multi-repo environment. It queries the built indexes to report which repositories are currently indexed and ready for analysis or wiki generation.

Can I force a full reindex of a repository and regenerate its embeddings?

Forcing a repository reindex is supported by applying optional flags like --force and --embeddings to the analyze command. This overrides incremental updates to rebuild the entire index and regenerate embedding vectors from scratch.

How do I generate wiki documentation from a repository knowledge graph?

Generating wiki documentation is accomplished by executing the wiki command after building the repository index. It converts the knowledge graph into readable documentation to aid onboarding and auditing processes.

Do I need to install GitNexus globally to manage repository indexes?

Installing GitNexus globally is not required because the skill uses npx to execute CLI commands directly. You can run analyze, status, clean, wiki, and list tasks from your project root without a permanent installation.

Why does running a repository analysis command return stale documentation?

Stale documentation during repository analysis occurs when the index is not refreshed. You should run the clean command to remove outdated data, then use the analyze command with the --force flag to rebuild the index deterministically.