skill-review-response

Enforce a six-step verification workflow before implementing code review feedback.

1|Updated Jun 12, 2026
One-click install
npx skills add https://github.com/mhdxbilal/Ai --skill skill-review-response
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-review-response
Source: https://github.com/mhdxbilal/Ai/tree/main/.claude/skills/skill-review-response
Command: npx skills add https://github.com/mhdxbilal/Ai --skill skill-review-response

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review feedback is often treated as a formality; this Skill ensures a rigorous, independent technical evaluation before any changes are applied.

Core Features & Use Cases

  • Structured evaluation: Read, restate, verify, evaluate, respond, and implement feedback to ensure relevance.
  • Pushback when needed: Provide grounded, evidence-based reasons when a suggestion doesn't apply to this codebase.
  • Multi-provider review context: Harmonize feedback from different review sources to reach a clear, safe outcome.

Quick Start

Follow the six-step pattern to handle code review feedback: read, restate, verify, evaluate, respond, and implement, one item at a time.

Frequently Asked Questions about skill-review-response

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

FAQPage Schema
How do I handle code review feedback systematically before making changes?

Use a structured six-step workflow—READ, RESTATE, VERIFY, EVALUATE, RESPOND, IMPLEMENT—to process code review feedback item by item before applying any modifications to your codebase.

What is the best way to push back on pull request comments that don't apply?

Pushback on pull request comments requires grounded, evidence-based technical evaluation. Verify the suggestion against your codebase first, then respond with clear reasons why the feedback doesn't apply.

How do I reconcile conflicting feedback from multiple code review providers?

Reconcile conflicting multi-provider review contexts by evaluating each feedback independently through the verification step, harmonizing the inputs to reach a clear and safe implementation outcome.

Can I use this structured review process for CI failure feedback and changes-requested statuses?

Yes, the disciplined evaluation workflow applies to receiving PR comments, automated review agent outputs, CI failure feedback, and changes-requested statuses across software engineering projects.

Why should I verify code review suggestions before implementing them?

Code review feedback is often treated as a formality, leading to unverified changes. Enforcing independent technical verification before implementation ensures relevance, prevents regressions, and maintains codebase integrity.