requesting-code-review

Automate peer review of Git code changes with structured feedback.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/bjconlan/burndown --skill requesting-code-review-bjconlan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/bjconlan/burndown/tree/main/.gemini/skills/requesting-code-review
Command: npx skills add https://github.com/bjconlan/burndown --skill requesting-code-review-bjconlan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams catch issues early by standardizing and automating the code-review process for changes before they are merged, reducing defects and rework.

Core Features & Use Cases

  • Structured review triggers: automatically start a review after each task or major feature completion to ensure alignment with requirements.
  • Pre-merge validation: ensures changes satisfy acceptance criteria before merging to main branch.
  • Template-guided feedback: provides consistent feedback formats and escalation paths to help reviewers act on issues efficiently.

Quick Start

Summon the code-reviewer subagent with the implemented changes and the plan to assess readiness.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I automate peer code review for pull requests before merging?

Automate peer code review by triggering a structured review after task completion to catch issues early, ensuring changes satisfy acceptance criteria before merging to main.

What inputs are required to run an automated code review on Git changes?

Automated code review requires a clear implementation plan in the description, a base SHA, and a head SHA to assess readiness and output structured feedback.

How does template-guided feedback work in an automated code review?

Template-guided feedback provides a consistent format for code review results, highlighting strengths and issues while offering escalation paths to help reviewers act efficiently.

When do I need to trigger a pre-merge code review for feature implementation?

Trigger a pre-merge code review after completing a task or major feature to verify alignment with requirements and prevent defects before integration into the main branch.

Can I use automated code review for task-based development workflows?

Automated code review applies directly to task-based development and feature implementation, standardizing pre-merge checks across Git workflows to reduce rework.

What is the output format of an automated pull request review?

The output of an automated pull request review is structured feedback that explicitly categorizes identified issues alongside the strengths of the code changes.