learn-gw-review

Resolve GitHub pull request review feedback through merge and ProjSight completion.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/novel-jp/projsight-plugin --skill learn-gw-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn-gw-review
Source: https://github.com/novel-jp/projsight-plugin/tree/main/skills/learn-gw-review
Command: npx skills add https://github.com/novel-jp/projsight-plugin --skill learn-gw-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill teaches you how to respond to code review feedback, revise your implementation, and close the loop by merging the work and marking it complete in ProjSight.

Core Features & Use Cases

  • Review triage: Separate blocking fixes, reviewer questions, and minor nitpicks so you know what must change now.
  • Safe revision workflow: Update code, explain your reasoning, commit only the intended files, and push the corrected changes.
  • Merge and handoff: Perform a squash merge, clean up the branch, and call complete_work to keep project progress accurate.
  • Use case: A pull request receives feedback about missing error handling and unclear naming; this Skill guides the full fix, reply, merge, and completion cycle.

Quick Start

Ask the AI to help you handle review comments on your current pull request from fix through merge and ProjSight completion.

Frequently Asked Questions about learn-gw-review

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

FAQPage Schema
How do I handle code review feedback on a GitHub pull request from start to finish?

To handle code review feedback on a GitHub pull request, you triage comments into blocking fixes, questions, and nitpicks. Then you revise the code, commit the intended files, push the changes, and perform a squash merge followed by branch cleanup.

What is the best way to triage reviewer comments on a pull request?

Triage for a pull request involves separating blocking fixes that must change immediately from reviewer questions and minor nitpicks. This categorization ensures you address critical code review issues first before proceeding to revisions and merges.

How do I safely revise code and reply to reviewers after a pull request review?

To safely revise code after a pull request review, update your implementation, explain your reasoning, commit only the intended files, and push the corrected changes. This targeted workflow ensures you address feedback without unintended modifications.

How do I complete a squash merge and clean up my git branch after a review?

To complete a squash merge and clean up a git branch, perform the merge via GitHub or git commands, delete the local and remote branches to clean up, and call complete_work to accurately record the finished project progress.

Can I use this workflow to mark ProjSight task completion after merging a pull request?

Yes, you can mark ProjSight task completion after merging a pull request by calling complete_work at the end of your workflow. This records the finished work accurately once your squash merge and branch cleanup are fully complete.

Do I need the gh CLI to resolve review comments and merge my code?

Yes, resolving review comments and completing the merge workflow requires using gh, git, and complete_work. These tools facilitate applying targeted code changes, pushing corrections, performing squash merges, and recording task completion.