code-review-evaluation

Evaluate external code-review suggestions against repository conventions.

2|Updated Apr 9, 2023
One-click install
npx skills add https://github.com/Esdeveniments/esdeveniments-frontend --skill code-review-evaluation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-evaluation
Source: https://github.com/Esdeveniments/esdeveniments-frontend/tree/main/.github/skills/code-review-evaluation
Command: npx skills add https://github.com/Esdeveniments/esdeveniments-frontend --skill code-review-evaluation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

External code-review suggestions from tools like Gemini or CodeRabbit can drift from our project conventions, leading to inconsistent decisions and missed internal standards.

Core Features & Use Cases

  • Conformance evaluation: Compares external review comments against our documented conventions, style guidelines, and safety checks.
  • Pattern-based recommendations: Flags deviations and offers actionable alignment steps with reference to internal guidelines.
  • Use Case: When a PR receives external suggestions, run this skill to decide whether to adopt, modify, or reject the suggestion in line with team conventions.

Quick Start

Provide the external review comments and the PR context to the skill, and it will return a structured evaluation with recommended actions.

Frequently Asked Questions about code-review-evaluation

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

FAQPage Schema
How do I evaluate external PR reviews against my project conventions?

To evaluate external PR reviews against your project conventions, provide the external review comments and PR context to this skill. It compares suggestions from tools like Gemini or CodeRabbit against your internal guidelines and outputs a structured verdict with actionable recommendations.

What is the best way to stop convention drift from automated code review tools?

The best way to stop convention drift from automated code review tools is to systematically compare their suggestions against documented internal guidelines. This skill flags deviations and offers alignment steps to ensure consistent decisions across your repository.

Does this code review evaluation work with suggestions from Gemini and CodeRabbit?

Yes, this code review evaluation works with suggestions from Gemini and CodeRabbit. It analyzes external PR review comments from these similar tools to prevent drift and ensure recommendations align with your team's documented conventions.

How do I decide whether to adopt, modify, or reject an external code review suggestion?

To decide whether to adopt, modify, or reject an external code review suggestion, run the comment through this skill with your PR context. It applies your internal guidelines to return a structured evaluation with recommended actions for each suggestion.

Do I need to store internal guidelines in the repository to evaluate external reviewers?

Yes, you need to store internal guidelines in the repository to evaluate external reviewers. The skill requires clear references to your documented conventions, style guidelines, and safety checks to accurately compare and flag deviations in external suggestions.