learn-from-code-review

Extract GitHub PR review comments into repository-specific coding skills and guidelines.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/djscrew1738/plumbprice --skill learn-from-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn-from-code-review
Source: https://github.com/djscrew1738/plumbprice/tree/main/.agents/skills/learn-from-code-review
Command: npx skills add https://github.com/djscrew1738/plumbprice --skill learn-from-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps to transform feedback from GitHub pull request reviews into actionable skills and repository guidelines, enhancing future code quality and developer knowledge.

Core Features & Use Cases

  • Code Review Analysis: Analyzes review comments from GitHub pull requests.
  • Pattern Extraction: Identifies recurring patterns of feedback.
  • Skill Creation: Generates repository-specific skills and updates to AGENTS.md.
  • Use Case: Use the skill to analyze and learn from code reviews in your repository over the past month, creating new skills and guidelines for your team.

Quick Start

Run /learn-from-reviews to analyze recent PR review comments and generate guidelines.

Frequently Asked Questions about learn-from-code-review

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

FAQPage Schema
How do I extract skills and guidelines from GitHub PR review comments?

To extract skills and guidelines from GitHub PR review comments, you can use a tool that analyzes pull request feedback, identifies recurring patterns, and generates repository-specific coding guidelines to enhance future code quality.

How do I turn recurring code review feedback into repository guidelines?

Turn recurring code review feedback into repository guidelines by analyzing pull request comments to identify repeated patterns, distilling them into actionable best practices, and updating your repository's guideline files automatically.

Do I need the GitHub CLI to analyze pull request review comments?

Yes, you need the GitHub CLI and GitHub API access to analyze pull request review comments, as the tool requires these dependencies to fetch PR feedback and distill it into repository-specific coding skills.

What is the best way to learn from code reviews over the past month?

The best way to learn from code reviews over the past month is to analyze your recent GitHub PR review comments to extract recurring feedback patterns and convert them into actionable skills and guidelines for your team.

How does pattern extraction from PR feedback improve code quality?

Pattern extraction from PR feedback improves code quality by identifying recurring review comments, distilling them into repository-specific skills and guidelines, and applying those best practices to prevent similar issues in future development.

Can I update AGENTS.md automatically with new coding skills from PR feedback?

Yes, you can update AGENTS.md automatically with new coding skills by analyzing GitHub PR review comments, extracting actionable feedback patterns, and generating repository-specific guidelines that are written directly into the file.