feedback-resolution

Trace PR feedback changes to specific review comments with structured commits.

6|2|Updated Dec 19, 2025
One-click install
npx skills add https://github.com/synaptiai/synapti-marketplace --skill feedback-resolution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feedback-resolution
Source: https://github.com/synaptiai/synapti-marketplace/tree/main/plugins/flow/skills/feedback-resolution
Command: npx skills add https://github.com/synaptiai/synapti-marketplace --skill feedback-resolution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR reviews often produce scattered, hard-to-trace changes that risk scope creep and inconsistent fixes. This skill provides a disciplined approach to tying each modification to a specific review comment, ensuring accountability, clean proximity to the original feedback, and maintainable code evolution.

Core Features & Use Cases

  • Trace feedback to specific review comments to maintain a clear audit trail.
  • Enforce the Boy Scout Rule to perform incremental cleanup in files being modified.
  • Structured pushback and re-review workflow with explicit criteria and documentation.
  • Generate consistent, review-ready commits and facilitate re-review.

Quick Start

Summarize each review comment and create traceable commits addressing it, then request a re-review.

Frequently Asked Questions about feedback-resolution

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

FAQPage Schema
How do I trace PR review comments to specific code changes in git?

Trace PR review comments to specific code changes by summarizing each comment and creating targeted, traceable commits that address them directly. This enforces a clear audit trail and maintains accountability for every modification.

What is the Boy Scout Rule in code review and when should I apply it?

The Boy Scout Rule means leaving modified files cleaner than you found them. Apply it during PR feedback resolution to perform incremental cleanup in files being modified, ensuring maintainable code evolution without introducing scope creep.

How do I handle PR feedback without causing feature drift or scope creep?

Handle PR feedback without feature drift by enforcing a structured workflow for collecting, categorizing, and addressing review comments. Tie each modification to a specific justification to maintain clean proximity to the original feedback.

What's the best way to structure pushback and request a re-review after PR comments?

Structure pushback and re-review requests using explicit criteria and documentation. Summarize unresolved review comments, provide clear justifications for pushback, and generate consistent, review-ready commits to facilitate the re-review.

How do I categorize and collect PR review comments for structured fixes?

Collect and categorize PR review comments using a structured workflow that groups feedback by type. This disciplined approach ensures changes are tied to specific review comments, preventing scattered fixes and inconsistent code modifications.

Can I apply incremental code cleanup rules when resolving scattered PR feedback?

Yes, you can apply incremental code cleanup rules when resolving PR feedback. Enforcing the Boy Scout Rule during feedback resolution ensures you leave code cleaner in modified files while tying changes to specific review comments.