ywc-review-learnings

Manage project-specific code-review preferences in a version-controlled Markdown file.

8|1|Updated May 13, 2026
One-click install
npx skills add https://github.com/yongwoon/ywc-agent-toolkit --skill ywc-review-learnings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ywc-review-learnings
Source: https://github.com/yongwoon/ywc-agent-toolkit/tree/main/claude-code/skills/ywc-review-learnings
Command: npx skills add https://github.com/yongwoon/ywc-agent-toolkit --skill ywc-review-learnings

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the problem of recurring, manual code-review feedback by creating a persistent, project-specific memory of review preferences that improves over time.

Core Features & Use Cases

  • Durable Learnings: Records not just what to flag, but why, allowing the AI to generalize rules to similar situations.
  • Polarity Management: Supports DO, DO-NOT, and FALSE-POSITIVE polarities to suppress noise and enforce standards.
  • Use Case: If a reviewer repeatedly flags a pattern that is acceptable in your specific environment, use this Skill to record it as a FALSE-POSITIVE so the AI stops raising it in future reviews.

Quick Start

Use the ywc-review-learnings skill to capture the current review feedback as a new project learning.

Frequently Asked Questions about ywc-review-learnings

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

FAQPage Schema
How do I stop AI code reviews from flagging the same false positives repeatedly?

To stop recurring false positives in code review, you record them using a persistent Markdown file that stores project-specific review preferences. This durable memory suppresses recurring noise and enforces standards across future sessions.

How does knowledge management for code review preferences actually work?

Knowledge management for code review preferences works by accumulating durable rules in a version-controlled Markdown file. It records not just what to flag but why, allowing the AI to generalize rules and sharpen review quality over time.

Do I need the GitHub CLI to automate code review learning accumulation?

Yes, you need the GitHub CLI installed to automate code review learning accumulation. The skill requires the GitHub CLI to harvest PR comments and integrate context-aware guidance into your review workflows.

What is the best way to manage DO and DO-NOT rules for code review best practices?

The best way to manage DO and DO-NOT rules for code review best practices is to use polarity management within a persistent learnings file. This approach enforces standards while suppressing acceptable patterns flagged as false positives.

Can I curate and update project-specific code review rules across different sessions?

Yes, you can curate and update project-specific code review rules across sessions. The skill operates across read, update, list, and curate modes to maintain and sharpen the accuracy of your durable review preferences.