address-review

Triage and resolve code-review feedback on merge requests.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/ohyesgocool/feature-loop --skill address-review-ohyesgocool
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: address-review
Source: https://github.com/ohyesgocool/feature-loop/tree/main/skills/address-review
Command: npx skills add https://github.com/ohyesgocool/feature-loop --skill address-review-ohyesgocool

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the bottleneck of manually triaging and addressing external code-review feedback, ensuring that valid issues are fixed and invalid ones are documented without stalling the development loop.

Core Features & Use Cases

  • Automated Triage: Correlates review comments against the actual diff to distinguish between valid bugs and context-gaps.
  • End-to-End Resolution: Automatically implements fixes, pushes commits, and replies to MR threads in a single pass.
  • Use Case: When an AI reviewer provides feedback on a complex merge request, this skill automatically validates the feedback, applies necessary code changes, and updates the MR threads with honest, context-aware responses.

Quick Start

Invoke the address-review skill to automatically triage and resolve all pending comments on the current merge request.

Frequently Asked Questions about address-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate merge request review feedback triage?

Automate merge request review triage by correlating inline comments against the actual git diff to distinguish valid bugs from context-gaps, implementing fixes, and pushing commits in a single pass.

Does this code review automation work with glab or gh CLI tools?

This code review automation requires integration with git and CLI tools like glab or gh to perform diff analysis, commit code, and post thread replies directly to merge requests.

How do I automatically reply to AI reviewer comments on a git merge request?

Automatically reply to AI reviewer comments by validating the feedback against the code diff, applying necessary refactoring, and updating MR threads with honest, context-aware responses.

What is the best way to resolve invalid code review feedback without stalling development?

Resolve invalid code review feedback by automatically documenting context-gaps and replying to MR threads, ensuring development loops continue without manual intervention.

Do I need to manually commit code changes after an automated MR triage?

No manual commits are needed as the automated MR triage implements fixes, pushes commits, and replies to threads end-to-end in a single pass.

How does automated refactoring handle context-gaps in merge request comments?

Automated refactoring handles context-gaps by correlating review comments against the actual diff to distinguish valid bugs from misunderstandings, then documenting the context-gaps directly in thread replies.