requesting-code-review

Generate reviewer-ready summaries of code changes with task details and changed files.

3|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/Dethon/ai-dev-flow --skill requesting-code-review-dethon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/Dethon/ai-dev-flow/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/Dethon/ai-dev-flow --skill requesting-code-review-dethon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineers streamline post-implementation code reviews by automatically compiling concise, reviewer-ready summaries, reducing context-switching and speeding up approvals.

Core Features & Use Cases

  • Automatic Summary Generation: Produce a concise description of changes, including the associated task and success criteria.
  • Context Aggregation: Gather task details, changed files via git diff, and success criteria to provide reviewers with actionable context.
  • Use Case: After implementing a feature, run this Skill to generate a brief you can paste into a PR comment or handoff to a code reviewer.

Quick Start

Run this skill after finishing code changes to generate a reviewer-ready brief for the latest commit.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I generate a code review summary for a pull request?

To generate a code review summary for a pull request, run the skill after finishing code changes to automatically compile concise, reviewer-ready briefs from your latest commit and changed files.

What is the best way to provide context for a code reviewer after implementation?

Providing context for a code reviewer is done by aggregating task details, changed files via git diff, and success criteria to produce an actionable, reviewer-ready brief you can paste into a PR comment.

Can I automatically compile task details and changed files for a PR comment?

Yes, you can automatically compile task details and changed files for a PR comment, as this skill gathers git diff data and task criteria to output a concise changes summary satisfying review requirements.

Does this code review summary tool work with feature branches?

This code review summary tool works with feature branches and pull requests, applying to changes across them to ensure the reviewer has the necessary context for approval.

Do I need to run git diff manually before preparing a review request?

You do not need to run git diff manually before preparing a review request, because the skill automatically aggregates changed files and success criteria to compile the reviewer-ready summary.

When should I use an automated post-implementation code review summary?

You should use an automated post-implementation code review summary when you finish implementing a feature and need to reduce context-switching and speed up approvals for your code reviewer.