review-fix

Apply required fixes from PR review comments and push changes.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/jon890/fos-blog --skill review-fix-jon890
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-fix
Source: https://github.com/jon890/fos-blog/tree/main/.claude/skills/review-fix
Command: npx skills add https://github.com/jon890/fos-blog --skill review-fix-jon890

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR에 코드 리뷰 댓글이 달린 후, 그 내용을 분석해 코드를 자동으로 수정하고 commit & push까지 완료하는 스킬.

Core Features & Use Cases

  • 리뷰 코멘트를 파싱하고 필수 수정 및 권장 수정 항목을 구분해 코드에 적용합니다.
  • 수정 내용을 자동으로 커밋하고 원격 브랜치로 푸시합니다.
  • 반복되는 리뷰 사이클을 단축하고 개발 속도를 높입니다.

Quick Start

Apply the required fixes from the PR reviews to the codebase and push the changes.

Frequently Asked Questions about review-fix

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

FAQPage Schema
How do I automatically apply fixes from pull request review comments to my code?

To automate PR review fixes, the skill parses general and inline review comments, applies required code modifications, and commits the changes. It then pushes updates to the remote branch while maintaining traceability.

Can I automate git commit and push after resolving inline code review items?

Yes, automating git commit and push after resolving inline review items is supported. The skill applies required codebase fixes, commits the modifications, and pushes them directly to the appropriate remote branch.

What is the best way to refactor code based on GitHub PR feedback without manual edits?

The best way to refactor code from PR feedback without manual edits is using an automation skill that parses review comments, applies necessary code refactoring, and pushes validated changes automatically, shortening repetitive review cycles.

Does this PR review automation distinguish between required fixes and suggested improvements?

Yes, the PR review automation distinguishes between required fixes and suggested improvements. It parses general and inline review comments to separate mandatory modifications from recommended changes before applying them to the codebase.

How are code review priorities handled when multiple inline comments are present on a pull request?

Code review priorities are handled by resolving actionable items in order of priority. The skill analyzes inline and general review comments, applies fixes sequentially based on importance, and commits the validated codebase changes.

Are there limitations to automatically resolving pull request review comments?

Limitations include dependency on comment clarity for accurate code refactoring. The skill requires proper validation and traceability to ensure the automated git commit and push actions match the reviewer's original intent precisely.