miucrlisted
Install: claude install-skill vanducng/skills
# miucr: owned AI code-review CLI (v0.65.0)
`miucr` (the **miu-cr** project) is a fast, **pure-Go** (`CGO_ENABLED=0`) AI code reviewer.
It keeps the correctness-critical parts **deterministic** (file selection, context assembly,
line-anchoring, severity gating, dedupe) and uses the LLM only for judgment (finding bugs,
proposing fixes). It runs five review ways:
- **Local review**: `miucr review` over a staged diff, a commit, or a ref range.
- **GitHub PR review**: `miucr review --pr` (dry-run by default; `--post` reacts 👀, upserts ONE summary issue comment, and posts inline comments as a PR review).
- **serve daemon**: HMAC webhook (default) and/or opt-in poll trigger; optional REST API + GitHub App auth.
- **MCP server**: `miucr mcp` exposes `review_run` / `review_get` over stdio to any agent host.
- **Evaluation**: `miucr eval` compares miu-cr and other reviewer commands against JSON expected findings.
**Review behavior worth knowing (design choices that prevent noise):**
- **One upserted summary, posted first.** `--post` writes ONE summary *issue comment*, edited in place on re-runs (never stacked), and acknowledges the PR with 👀. If no summary exists yet, it also creates a short `Review running` placeholder before the LLM starts; on later commits it keeps the prior completed summary visible until the new result is ready. The final summary replaces that same comment and is posted BEFORE the inline review so it anchors on top (overview → details). Inline findings are a