receiving-review

Validate and clarify code review feedback against the codebase before implementation.

5|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/mrtolkien/GHOST --skill receiving-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-review
Source: https://github.com/mrtolkien/GHOST/tree/main/prompts/skills/superpowers/receiving-review
Command: npx skills add https://github.com/mrtolkien/GHOST --skill receiving-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps engineers handle incoming code review feedback by ensuring careful verification and avoiding performative agreement.

Core Features & Use Cases

  • Structured clarification: Prompt for clarification on unclear items before coding.
  • Technical verification: Cross-check feedback against codebase and tests.
  • Incremental changes: Implement one item at a time with validation.

Quick Start

Ask for clarification on unclear feedback and verify each suggested change against the repository before proceeding.

Frequently Asked Questions about receiving-review

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

FAQPage Schema
How do I validate unclear code review feedback before implementing changes?

Structured clarification involves prompting the reviewer for details on unclear feedback before coding. Technical verification then cross-checks that feedback against the codebase and tests to ensure the suggested changes are technically sound.

What is the best way to pushback on technically questionable pull request feedback?

Incremental changes involve implementing one code review item at a time with validation. This engineering process ensures guarded implementation, reduces defects, and allows you to verify each change against the repository before proceeding.

Why does performative agreement during code review cause defects?

This code review skill handles incoming pull request feedback by applying rigorous technical verification across the codebase. It satisfies the need for clear questioning, controlled changes, and guarded implementation to reduce defects and misinterpretations.

When do I need to request clarification on code review comments?

Code review feedback may be technically questionable or unclear, requiring rigorous verification across the codebase. If the suggested changes cannot be easily validated against existing tests, you should request clarification before proceeding.

How do I implement code review changes incrementally to reduce defects?

Code review feedback should be avoided when it lacks clarity or technical accuracy. If feedback cannot be rigorously verified against the codebase and tests, requesting clarification is required to prevent performative agreement and implementation defects.