fix

Apply PR review comments to code and push updates with CI re-runs.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/takemi-ohama/ai-plugins --skill fix-takemi-ohama
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix
Source: https://github.com/takemi-ohama/ai-plugins/tree/main/plugins/ndf/skills/fix
Command: npx skills add https://github.com/takemi-ohama/ai-plugins --skill fix-takemi-ohama

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of applying PR review comments to code and pushing updates, reducing manual rework and accelerating PR closure.

Core Features & Use Cases

  • Automated extraction and application of review comments to relevant files.
  • CI-aware patch generation and commits with push.
  • Use Case: when a PR contains inline comments and CI failures, this Skill can apply fixes and trigger re-checks.

Quick Start

Apply the review comments for a given PR and push the resulting fixes as a patch.

Frequently Asked Questions about fix

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

FAQPage Schema
How do I automatically fix PR review comments and push the patch?

To automatically fix PR review comments, this Skill extracts inline review notes, applies the requested changes to the relevant files, generates a patch, and pushes the commit directly to the repository.

Can I automate applying inline code review comments across different repositories?

Yes, you can automate applying inline code review comments across different repositories. The Skill works across multiple repositories to extract review notes and apply patches for quick merges.

Does this tool re-run CI pipelines after applying a pull request patch?

Yes, the tool re-runs CI pipelines automatically. It is CI-aware, generating and committing patches with built-in safeguards to trigger re-checks after applying fixes for failed checks.

What is the best way to handle CI failures and code review comments simultaneously?

The best way to handle CI failures and review comments simultaneously is using this Skill, which applies extracted review fixes and triggers automatic CI re-runs with safeguards to accelerate merging.

Are there safeguards when automatically committing patches from PR review comments?

Yes, there are safeguards when automatically committing patches. The Skill implements CI-aware patch generation and commits with specific safeguards to ensure safe, quick merges without manual rework.