Process code review feedback from a file with verification-first discipline
Processes code review feedback from a file with verification-first discipline, using technical verification to validate each item before execution. Use this when you need to systematically handle external code reviews with automated checking.
/plugin marketplace add anderskev/beagle/plugin install anderskev-beagle@anderskev/beagleProcess external code review feedback using the receive-feedback skill.
/receive-feedback path/to/feedback.md
$ARGUMENTSSkill(skill: "beagle:receive-feedback").feedback-log.csvThe feedback file should 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`
Or freeform prose - 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.