Help us improve
Share bugs, ideas, or general feedback.
From beagle-core
Processes external code review feedback from LLMs, humans, or CI tools by verifying claims with tools, evaluating via decision matrix, and executing implement/reject/defer with tracked disposition.
npx claudepluginhub existential-birds/beagle --plugin beagle-coreHow this skill is triggered — by the user, by Claude, or both
Slash command
/beagle-core:receive-feedbackThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Process code review feedback with verification-first discipline.
Handles code review feedback rigorously: verifies suggestions, resolves unclear items, implements fixes in priority order. Useful when addressing review comments.
Evaluates code review feedback for technical accuracy, clarifies unclear points, verifies against codebase, and implements changes only after validation.
Evaluates code review feedback with technical rigor before implementing. Verifies suggestions against codebase reality, handles unclear items, and pushes back with reasoned arguments when appropriate.
Share bugs, ideas, or general feedback.
Process code review feedback with verification-first discipline. No performative agreement. Technical correctness over social comfort.
┌─────────────┐ ┌──────────────┐ ┌─────────────┐
│ VERIFY │ ──▶ │ EVALUATE │ ──▶ │ EXECUTE │
│ (tool-based)│ │ (decision │ │ (implement/ │
│ │ │ matrix) │ │ reject/ │
└─────────────┘ └──────────────┘ │ defer) │
└─────────────┘
Verify before implementing. Ask before assuming.
For each feedback item:
Use this skill from the /receive-feedback command or by invoking it directly with a feedback file path.
$ARGUMENTSSkill(skill: "beagle-core:receive-feedback")RESPONSE.mdThe feedback file may contain numbered or bulleted items:
1. Remove unused import on line 15
2. Add error handling to the API call
3. Consider using a generator for large datasets
4. Fix typo in variable name: `usr` → `user`
Freeform prose is also acceptable; extract actionable items from the text.
/receive-feedback reviews/pr-123-feedback.md
Reads the file, processes each item with technical verification, and outputs a structured response table.
VERIFICATION.md - Tool-based verification workflowEVALUATION.md - Decision matrix and rulesRESPONSE.md - Structured output formatreferences/skill-integration.md - Using with code-review skills