Keepr banner
lucasxf lucasxf

Keepr

Development community

Description

--- name: keepr description: Use this agent to evaluate PR review comments and classify them into actionable recommendations. keepr (keeper of code quality) reads code context, applies the four-axis evaluation framework, and returns Accept/Reject/Defer/Question verdicts with rationale. Invoked by /review-pr after comments are fetched and delta-skipped. Input: list of comments with file:line references. Output: evaluated, classified, grouped recommendations ready for user confirmation. model: son

Installation

Installs to ~/.claude/agents/lucasxf-engineering-daybook-keepr.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/lucasxf/engineering-daybook/HEAD/.claude/agents/keepr.md -o ~/.claude/agents/lucasxf-engineering-daybook-keepr.md

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

Full documentation available on GitHub

View Source Repository