soleil-ai-review-engine-cli

Run soleil-ai-review-engine CLI commands to index repositories and generate wiki context.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/taucao-ruby/soleil-hostel --skill soleil-ai-review-engine-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: soleil-ai-review-engine-cli
Source: https://github.com/taucao-ruby/soleil-hostel/tree/main/.claude/skills/soleil-ai-review-engine/soleil-ai-review-engine-cli
Command: npx skills add https://github.com/taucao-ruby/soleil-hostel --skill soleil-ai-review-engine-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This CLI orchestration tool enables running soleil-ai-review-engine tasks without global installs, empowering you to index repositories, verify index freshness, clean outdated data, and generate wiki-ready documentation from a single command surface.

Core Features & Use Cases

  • Index and refresh repositories with analyze to build or update the knowledge graph.
  • Check index freshness with status to determine when re-indexing is needed.
  • Remove and reset local indices with clean before re-indexing.
  • Generate repository documentation from the knowledge graph with wiki.
  • List indexed repos to quickly inspect the scope of the knowledge graph.

Quick Start

Run the CLI from the project root to index, check status, clean, and generate wiki context via npx soleil-ai-review-engine.

Frequently Asked Questions about soleil-ai-review-engine-cli

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

FAQPage Schema
How do I generate wiki documentation from a codebase without global installs?

You can generate wiki documentation from a codebase using npx to run soleil-ai-review-engine. This approach executes wiki generation commands without global installation, writing the context files directly under the .soleil-ai-review-engine directory.

What is a knowledge graph for repository analysis and when do I need to refresh it?

A knowledge graph for repository analysis indexes codebase structure to automate documentation. You refresh the index when the status command shows freshness has expired, ensuring wiki context reflects recent code changes.

How do I check if my repository index is outdated before re-indexing?

To check if your repository index is outdated, run the status command via npx soleil-ai-review-engine. This verifies index freshness and determines when re-indexing is needed to keep your knowledge graph current.

Does the soleil-ai-review-engine CLI require npx to run repository analysis tasks?

Yes, the repository analysis CLI requires npx to execute without global installation. You run analyze, status, clean, wiki, and list commands directly from your project root using npx.

How do I clean outdated knowledge graph data before re-indexing a repository?

To clean outdated knowledge graph data before re-indexing, run the clean command using npx soleil-ai-review-engine. This removes and resets local indices, preparing a clear state for the next analyze task.

Can I list all indexed repositories to inspect the scope of my knowledge graph?

Yes, you can list all indexed repositories to inspect your knowledge graph scope by running the list command via npx soleil-ai-review-engine. This quickly shows all repos available for wiki context generation.