review-feedback-schema
CommunityLog code review outcomes for skill improvement.
System Documentation
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].
Dependency Matrix
Required Modules
None requiredComponents
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: review-feedback-schema Download link: https://github.com/javierhbr/random-poc/archive/main.zip#review-feedback-schema Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.