review-feedback-schema

Structure code review outcomes into a standardized CSV format.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/javierhbr/random-poc --skill review-feedback-schema
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-feedback-schema
Source: https://github.com/javierhbr/random-poc/tree/main/custom-skills/beagle-main/plugins/beagle-core/skills/review-feedback-schema
Command: npx skills add https://github.com/javierhbr/random-poc --skill review-feedback-schema

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured format for logging code review outcomes, enabling the identification of problematic rules and the tracking of skill accuracy over time.

Core Features & Use Cases

  • Structured Logging: Define a clear CSV schema for recording review details like date, file, rule source, verdict, and rationale.
  • Feedback Loop: Facilitates automated skill improvement by analyzing patterns in review results.
  • Use Case: After a code review, log the findings using this schema to feed into an automated system that identifies rules causing frequent false positives or negatives.

Quick Start

Use the review-feedback-schema skill to log a code review finding with the following details: date 2025-12-27, file amelia/agents/developer.py, line 128, rule_source python-code-review:type-safety, category type-safety, severity major, issue Return type list[Any] loses type safety, verdict ACCEPT, and rationale Changed to list[AgentMessage].

Frequently Asked Questions about review-feedback-schema

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

FAQPage Schema
How do I log code review outcomes for automated analysis?

You log code review outcomes using a standardized CSV schema that captures date, file path, line numbers, rule source, issue category, severity, description, verdict, and rationale. This structured format enables automated analysis of rule effectiveness and identification of false positives or negatives.

What is a structured code review feedback schema?

A structured code review feedback schema is a standardized CSV format that records review details like file path, line numbers, rule source, issue severity, reviewer verdict, and rationale. It defines a clear format to track skill accuracy and identify problematic rules.

How do I track false positives and false negatives in code reviews?

You track false positives and false negatives by logging each finding's rule source, reviewer verdict, and rationale into a standardized CSV schema. Analyzing patterns in this logged data helps identify specific rules causing frequent inaccurate review outcomes.

What details should I include when logging code review findings?

When logging code review findings, you should include the date, file path, line numbers, rule source, issue category, severity, issue description, reviewer's verdict, and rationale. These details structure the feedback for automated skill improvement systems.

Does logging code review feedback require external dependencies?

Logging code review feedback does not require external dependencies. The schema structures outcomes into a standardized CSV format using basic references, allowing you to capture review details and feed them into an automated analysis system without external packages.

Why structure code review outcomes into a CSV format?

Structuring code review outcomes into a CSV format enables automated analysis of rule effectiveness and identification of problematic rules. This standardized logging approach facilitates a feedback loop to track skill accuracy and improve review quality over time.