
Address Review
- 2 repo stars
- Updated July 24, 2026
- cboone/agent-harness-plugins
Parse a review document for actionable feedback, work through items systematically, and track resolution progress.
About
Address-review parses a review document (such as a Markdown review) to extract actionable feedback, then works through each item systematically while tracking what's resolved. It keeps a code review from losing items and makes progress visible. A code-review workflow helper for responding to feedback methodically.
- Parses review documents
- Extracts actionable items
- Works through them systematically
- Tracks resolution progress
Address Review by the numbers
- Data as of Jul 25, 2026 (Skillselion catalog sync)
/plugin marketplace add cboone/agent-harness-plugins/plugin install address-review@agent-harness-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | July 24, 2026 |
| Repository | cboone/agent-harness-plugins ↗ |
What it does
Parse a review document for actionable feedback, work through items systematically, and track resolution progress.
README.md
Address Review
Parse a review document for actionable feedback items, work through them systematically, and track resolution progress.
Type: Skill
Trigger: /address-review <path>
Installation
See the marketplace install instructions.
What It Does
Extracts items from checkboxes, bullets, numbered lists, and headings in a review document. Categorizes each item by type (code change, documentation, question, style), presents a summary for confirmation, then resolves items one by one. Commits fixes in logical groups by default, or per-item on request.
Usage
/address-review docs/reviews/my-review.md
/address-review docs/reviews/my-review.md --dry-run
/address-review docs/reviews/my-review.md --commit-per-item
/address-review docs/reviews/my-review.md --skip 2,5,8
| Option | Description |
|---|---|
--dry-run |
Parse and list items without making changes |
--commit-per-item |
Commit after each item instead of grouping related fixes |
--skip <numbers> |
Skip specific item numbers (comma-separated) |
Examples
- "address review @docs/reviews/pr-feedback.md": works through all items
- "address the review --dry-run": previews items without making changes
See Also
- Resolve Copilot PR Feedback: resolve automated Copilot review comments
- All plugins