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-coreThis skill uses the workspace's default tool permissions.
Process code review feedback with verification-first discipline.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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