What problem does it solve?
This Skill addresses the need for a streamlined process to manage GitNexus CLI operations, such as analyzing repositories, checking index freshness, cleaning the index, generating documentation, and listing indexed repositories, thereby improving efficiency in code analysis and management.
Core Features & Use Cases
- Repo Analysis: Execute
analyze command to build or refresh the index, building the knowledge graph for semantic search.
- Status Checks: Use
status to verify index freshness and check repository status.
- Index Cleaning: Execute
clean to delete the index if it is corrupt or needs to be reset.
- Wiki Generation: Create documentation from the knowledge graph using an LLM.
- Indexed Repos Listing: List all repositories registered in the global registry.
- Use Case: A developer wants to quickly reanalyze a repository after a major code change and generate a wiki to update the team with changes.
Quick Start
Run 'analyze' to refresh the index for your project.