review-learning-loop

Convert review comment outcomes into reusable references and agent policy updates.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/koseki2580/skills --skill review-learning-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-learning-loop
Source: https://github.com/koseki2580/skills/tree/main/skills/review-learning-loop
Command: npx skills add https://github.com/koseki2580/skills --skill review-learning-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents code review feedback from being wasted as one-off comments by capturing what happened to each comment and converting that outcome into reusable learning.

Core Features & Use Cases

  • Outcome collection for every review comment: Tracks accepted, resolved, dismissed, ignored, superseded, and unknown outcomes along with author response and whether code changed.
  • False-positive reduction: Identifies dismissed/false-positive patterns by agent and captures candidates that led the agent astray, so future comment conditions can be tightened.
  • Reference and team knowledge updating: Creates generalized review references from accepted/resolved judgments while suggesting agent updates using measurable metrics.

Quick Start

Use review-learning-loop after a PR review to submit the PR URL, provider, and a list of comment outcomes so the system can produce learning-loop results with references-to-create, suggested agent updates, and summary metrics.

Frequently Asked Questions about review-learning-loop

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

FAQPage Schema
How do I reduce false positives in automated code review comments?

To reduce false positives in code review feedback, you identify dismissed patterns and capture candidates that led the agent astray. This allows you to propose agent policy changes that tighten comment conditions for future code review workflows.

What data do I need to submit to generate review learning loop results?

Yes, review outcome tracking applies to both GitHub and Bitbucket workflows. You submit the PR URL, provider, and a list of comment outcomes to generate learning-loop results with references, agent updates, and summary metrics.

What data do I need to submit to generate review learning loop results?

You need to submit the PR URL, the provider (GitHub or Bitbucket), and a list of comment outcomes. The system processes these inputs to produce references-to-create, suggested agent updates, and summary metrics.

Does the review learning process store personal or emotional content from comments?

No, the review learning process applies safety constraints to avoid copying comment wording or storing personal and emotional content. It focuses strictly on generalized reference candidates and measurable metrics.

How do I create generalized review references from accepted code review judgments?

Creating generalized review references involves capturing accepted and resolved judgments from code reviews. The system transforms these outcomes into reusable team knowledge and suggests agent updates using measurable metrics.