maintainer
Meta-skill that loads all llmwiki governance docs and exposes the three maintainer slash commands.
Run the canonical llmwiki code review against a pull request and post findings.
> /plugin marketplace add Pratiyush/llm-wiki > /plugin install llmwiki@llmwiki
How it fires
How this command gets triggered: by you, by Claude, or both.
/review-prContext preview
What this command does when you run it.
Run the canonical llmwiki code review against a pull request and post findings.
Run the canonical llmwiki code review against a pull request and post findings.
Usage: /review-pr <pr-number-or-url>
This slash command loads `docs/maintainers/REVIEW_CHECKLIST.md` and applies every section to the diff of the given PR. The rule is: one concern per bullet, blocker-vs-nit classification, link to the relevant doc section for every finding.
1. **Resolve the PR number** — accept either `123` or `https://github.com/Pratiyush/llm-wiki/pull/123`. Use `gh pr view <N>` to fetch the title, body, author, and file list.
2. **Read the governance docs first** — load all of:
3. **Fetch the diff** — `gh pr diff <N>` for the raw patch. Walk the diff file by file, mapping each to its layer via `docs/maintainers/ARCHITECTURE.md`.
4. **Run the checklist** — apply every section of `REVIEW_CHECKLIST.md` to the diff:
localhost binding, no telemetry)
dead code)
run locally)
5. **Classify each finding** — two categories only:
failing tests, failing build, broken layer boundaries
6. **Post the review** — group findings by file, then by severity within each file. Blockers first. Every finding cites the relevant section of `REVIEW_CHECKLIST.md` so the contributor can look up the rule.
7. **Final verdict** — one of:
# Review: PR #123 — <title> **Author:** @<name> **Verdict:** <Approve | Request changes | Comment> **Summary:** <one sentence> ## Blockers ### `llmwiki/build.py` - **[Security]** `<finding>` — see [REVIEW_CHECKLIST §Security + privacy](docs/maintainers/REVIEW_CHECKLIST.md#security--privacy) ### `tests/test_foo.py` - **[Tests]** `<finding>` — see [REVIEW_CHECKLIST §Tests](docs/maintainers/REVIEW_CHECKLIST.md#tests) ## Nits ### `docs/bar.md` - **[Docs]** `<finding>` — optional ## Next steps <!-- What the contributor should do to get to Approve -->
If any of these are true, mark as **Request changes** immediately:
After posting the review, append one line to `wiki/log.md`:
LLM-powered knowledge base from your Claude Code, Codex CLI, Cursor, Gemini CLI, and Obsidian sessions. Built on Andrej Karpathy's LLM Wiki pattern.
Repo: Pratiyush/llm-wiki
Meta-skill that loads all llmwiki governance docs and exposes the three maintainer slash commands.
Apply labels + milestone + priority to a new issue using the llmwiki triage rules.
Run the full llmwiki pipeline end-to-end: build → graph → export all → lint.
Review and triage candidate wiki pages — promote, merge, or discard.