Wiki Candidates banner
Pratiyush Pratiyush

Wiki Candidates

Documentation community

Description

Review and triage candidate wiki pages — promote, merge, or discard. Candidate pages live under `wiki/candidates/<kind>/<slug>.md` and were created by `/wiki-ingest` for new entities/concepts the LLM detected. They are **not** part of the trusted wiki layer until a human approves them. Usage: `/wiki-review` ## Workflow 1. List all pending candidates: ``` python3 -m llmwiki candidates list ``` Or filter to stale (age > 30 days): ``` python3 -m llmwiki candidates list --stale

Installation

Installs to ~/.claude/commands/pratiyush-llm-wiki-wiki-candidates.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Pratiyush/llm-wiki/HEAD/.claude/commands/wiki-candidates.md -o ~/.claude/commands/pratiyush-llm-wiki-wiki-candidates.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository