receiving-code-review

Restate ambiguous code-review feedback and verify it against the codebase before implementing changes.

1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/ccakmak60/agentforge --skill receiving-code-review-ccakmak60
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/ccakmak60/agentforge/tree/main/.trae/skills/receiving-code-review
Command: npx skills add https://github.com/ccakmak60/agentforge --skill receiving-code-review-ccakmak60

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review often produces unclear or vague feedback. This skill provides a disciplined process to verify and respond to feedback without blindly implementing suggestions.

Core Features & Use Cases

  • Restate requirements from feedback and ask clarifying questions when items are unclear.
  • Verify feasibility against the codebase and context.
  • Push back with technical reasoning if a proposed change is incorrect.
  • Implement feedback item by item, validating each change with tests or checks.
  • Handle unclear feedback by requesting clarification before proceeding.

Quick Start

Begin by restating the feedback, then ask for clarification on any unclear items before implementing changes.

Frequently Asked Questions about receiving-code-review

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

FAQPage Schema
How do I handle ambiguous code review feedback on a pull request?

Handle ambiguous code review feedback by restating the requirement, asking clarifying questions, and verifying feasibility against the codebase before implementing changes. This prevents blindly applying suggestions that might be incorrect or conflict with existing project requirements.

What is the best way to push back on incorrect code review comments?

Push back on incorrect code review comments by evaluating technical correctness against the codebase context and providing technical reasoning. Restate the feedback first, then validate the proposed change before implementing it to ensure safety and accuracy.

How do I implement conflicting code review suggestions safely?

Implement conflicting code review suggestions safely by resolving ambiguities first. Restate requirements, verify feasibility against the codebase, and implement feedback item by item, validating each change with tests or checks to manage technical risk.

When should I ask for clarification during a code review?

Ask for clarification during a code review when feedback is unclear, vague, or involves safety-critical requirements. Request clarification before proceeding with implementation to ensure the proposed changes align with actual project needs and technical rigor.

Can I apply this code review process across different programming languages?

Yes, you can apply this code review verification process across different programming languages and projects. It focuses on communication, risk-management, and technical rigor rather than language-specific syntax, making it effective for any pull request or team discussion.