fix-and-learn

Resolve unresolved pull request review comments and update the coderabbit-review skill.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/fairy-pitta/claude-dotfiles --skill fix-and-learn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-and-learn
Source: https://github.com/fairy-pitta/claude-dotfiles/tree/main/skills/fix-and-learn
Command: npx skills add https://github.com/fairy-pitta/claude-dotfiles --skill fix-and-learn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of addressing code review comments on Pull Requests, ensuring code quality and continuously improving the AI's review capabilities.

Core Features & Use Cases

  • Automated Comment Resolution: Identifies and resolves unresolved review comments on PRs.
  • Code Quality Enforcement: Runs linters and type checkers to ensure code adheres to standards before committing.
  • Knowledge Integration: Extracts new review insights from resolutions and updates the coderabbit-review skill for future use.
  • Use Case: After a code review flags several issues, this Skill can automatically fix them, commit the changes, and learn from the feedback to prevent similar issues in the future.

Quick Start

Use the fix-and-learn skill to resolve all outstanding review comments on the current pull request and update the coderabbit-review skill with any new learnings.

Frequently Asked Questions about fix-and-learn

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

FAQPage Schema
How do I automatically resolve unresolved pull request review comments?

Automating pull request comment resolution requires analyzing feedback, applying code modifications, and running quality checks. This Skill identifies outstanding review comments, fixes them, and commits changes after verifying code adheres to linter and type checker standards.

Can I use GitHub CLI to fix code review feedback on a pull request?

Yes, you can use GitHub CLI to fix code review feedback on a pull request. This Skill requires GitHub CLI and Git for repository operations and API interactions to retrieve unresolved comments, apply modifications, and commit the resolved changes.

Does AI learn from code review feedback to prevent future pull request issues?

AI learns from code review feedback to prevent future pull request issues by extracting review insights from comment resolutions. This Skill updates its review knowledge base with new perspectives and red flags to continuously improve future automated code reviews.

What is the best way to ensure code quality before committing pull request fixes?

The best way to ensure code quality before committing pull request fixes is to run linters and type checkers. This Skill enforces code quality standards by executing these checks before applying modifications and resolving outstanding review comments.

Do I need Git installed to automate pull request comment resolution?

Yes, you need Git installed to automate pull request comment resolution. This Skill requires both Git and GitHub CLI for repository operations and API interactions to successfully apply code modifications and commit resolved changes.