requesting-code-review

Generate reviewer-context bundles from git history and code metadata.

11|3|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/artk0de/TeaRAGs-MCP --skill requesting-code-review-artk0de
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/artk0de/TeaRAGs-MCP/tree/main/.claude-plugin/dinopowers/skills/requesting-code-review
Command: npx skills add https://github.com/artk0de/TeaRAGs-MCP --skill requesting-code-review-artk0de

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the issue of agents and reviewers lacking context on code stability, authorship, and risk, which often leads to poor review quality and the propagation of technical debt.

Core Features & Use Cases

  • Git-Context Bundling: Automatically aggregates authorship, churn, bug-fix rates, and ticket IDs for changed files.
  • Expertise Matching: Identifies the most relevant reviewers based on dominant ownership and recent contribution patterns.
  • Risk Assessment: Highlights high-churn files and potential test-coverage gaps to focus reviewer attention where it matters most.

Quick Start

Ask the agent to prepare a code review request for the current branch changes to include the TeaRAGs reviewer-context bundle.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I enrich a pull request with git history and code ownership data?

To enrich a pull request, you generate a reviewer-context bundle that analyzes git history and code metadata for changed files. This bundle aggregates authorship, churn, bug-fix rates, and ticket IDs to facilitate expert matching and risk-aware feedback.

What is the best way to identify relevant code reviewers based on git history?

Identifying relevant reviewers is done by analyzing dominant ownership and recent contribution patterns in git history. This expertise matching process ensures selected reviewers have the most contextual knowledge of the changed files.

Can I highlight high-churn files and test coverage gaps during code review?

Yes, you can highlight high-churn files and test coverage gaps during code review. The risk assessment mechanism maps file churn and metadata to focus reviewer attention exactly where potential technical debt and stability issues matter most.

Does generating a reviewer context bundle require semantic search integration?

Generating the reviewer context bundle does require TeaRAGs semantic search integration. It combines semantic search with git diff analysis to accurately map ownership, churn, and ticket connectivity for the changed files.

How do I prepare a code review request for my current branch changes?

You prepare a code review request by asking your agent to generate the reviewer-context bundle for your current branch changes. This automatically aggregates the necessary git history, ownership data, and risk metrics into the pull request composition.