code-review-general

Fetch pull request comments, prioritize human feedback, implement changes, commit, push, and resolve threads.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/abhiroopb/synthetic-mind --skill code-review-general
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-general
Source: https://github.com/abhiroopb/synthetic-mind/tree/main/skills/code-review-general
Command: npx skills add https://github.com/abhiroopb/synthetic-mind --skill code-review-general

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of addressing code review feedback on pull requests, saving developers time and ensuring code quality.

Core Features & Use Cases

  • Fetches Review Comments: Retrieves comments from a pull request.
  • Prioritizes Human Feedback: Differentiates and prioritizes feedback from human reviewers over automated bots.
  • Plans and Implements Changes: Creates a plan for addressing feedback and makes the necessary code modifications.
  • Commits and Pushes: Commits the changes and pushes them to the repository.
  • Resolves Threads: Uses GitHub's API to resolve addressed review threads.
  • Waits for CI: Monitors the continuous integration pipeline to ensure changes pass.
  • Use Case: After a code review, you can ask this Skill to "Address all human feedback on my PR," and it will handle the subsequent steps.

Quick Start

Address the code review feedback on the current PR.

Frequently Asked Questions about code-review-general

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

FAQPage Schema
How do I automate addressing code review feedback on a GitHub pull request?

Automating code review feedback involves fetching pull request comments, prioritizing human reviewer input, planning and implementing changes, committing, pushing, and resolving threads via GitHub API.

Can I automatically resolve GitHub review threads after implementing PR changes?

Yes, after implementing changes for code review feedback, the GitHub API can automatically resolve addressed review threads on the pull request.

Does automated code review handling differentiate between human and bot feedback?

Automated code review handling differentiates and prioritizes feedback from human reviewers over automated bots to ensure meaningful changes are addressed first.

What is the best way to ensure CI checks pass after automating PR feedback changes?

The best way to ensure CI checks pass is to use a tool that monitors the continuous integration pipeline after pushing code review changes, waiting for completion before finalizing.

How do I plan and implement complex code modifications from pull request comments?

To implement complex code modifications from pull request comments, you can use an automated process that creates a plan, makes changes, and optionally verifies them with a sub-agent before committing.