Herdr Kibitzr
Description
👀 Asks your coding agent to review the comments it just wrote, so what explains something stays and the noise goes. A herdr plugin for Claude Code, Codex and any other agent, with no human in the loop.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
herdr-kibitzr
Asks your coding agent to review the comments it just wrote,
so what explains something stays and the noise goes.
A plugin for [herdr](https://herdr.dev), the terminal multiplexer that runs your coding agents.
Every coding agent comments too much. You can put "no useless comments" in `CLAUDE.md`, in `AGENTS.md`, in a skill, and it still writes `// increment the counter` above `i++`. The instruction competes with everything else in the prompt and loses.
kibitzr waits until the turn is over, looks at what landed in git, and hands the comments back:
› You added comments in your last changes, listed below by file. Review each
one. Delete every comment that only restates what the code already says,
including single-line ones. Shorten what remains. Keep type annotations and
docblocks the tooling needs. Do not change code.
src/Order.php
src/OrderRepository.php
● Removed 7 of 9. Kept the two @var annotations.
A
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11