lekker-reviewlisted
Install: claude install-skill oleg-koval/agent-skills
<!-- Generated by scripts/build-adapters.sh. Do not edit directly. -->
# Lekker Review
FAANG-grade code review. Isolated worktree checkout, full context gathering
(issue tracker + chat + docs + framework docs + monitoring + CI, whichever
you have MCP tools configured for), then 5 parallel specialized review
agents, a finding-verification pass, and one unified markdown output.
Each finding contains: **file + risk** · **bad code verbatim** · **why it's
wrong** · **fix with code example** - ready to paste directly into GitHub.
Reviews are saved to `~/code-reviews/` for future reference.
Optionally the skill then **applies** its own findings (`--fix`): fix agents edit
the worktree, a read-only verifier checks each edit against the real `git diff`,
static checks run, one commit lands per file, and nothing is pushed until the
user says so. Procedure in `references/fix-mode.md`.
No nitpicking. Critical and Important findings are reserved for things that
could cause bugs, outages, data loss, security incidents, or real performance
problems at scale.
**HARD RULE: the `## 💰 Review Cost` block is mandatory.** Every review MUST
end with a fully-populated cost block (token + price breakdown, real numbers,
no `<N>` placeholders). A review without the cost block is incomplete. If you
are about to present the review without it, stop and compute it first.
---
## Set up before first use
This skill ships with **no** hard rules of its own: `references/house-rules.md`
is a template. Fil