requesting-code-review

Automate structured code-review requests with required template fields.

6|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/futuregerald/futuregerald-claude-plugin --skill requesting-code-review-futuregerald
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/futuregerald/futuregerald-claude-plugin/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/futuregerald/futuregerald-claude-plugin --skill requesting-code-review-futuregerald

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides teams to perform timely, consistent code reviews by providing a structured workflow, templates, and prompts to surface issues before merging.

Core Features & Use Cases

  • Structured review templates: ensures reviewers see what was implemented, planned work, and context.
  • Task-driven integration: fits after each task in subagent-driven development and before merges.
  • Templates and placeholders: standardizes fields like WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, and DESCRIPTION for clear feedback.

Quick Start

Draft a review request by filling the template fields and dispatching the code-reviewer subagent to begin the review.

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 a structured code review process before merging?

To automate a structured code review process, you can use a guided template that requires fields like the implementation summary and commit SHAs. This enforces consistent feedback and catches issues early before merges.

What is the best way to standardize pull request reviews for subagent workflows?

Standardizing pull request reviews for subagent workflows involves applying a task-driven template after feature completion. This ensures reviewers see what was implemented, the plan, and context before providing feedback.

What fields do I need to include in an automated code review request?

An automated code review request requires specific template fields: what was implemented, the plan or requirements, the base SHA, the head SHA, and a description. These fields provide necessary context for the reviewer.

When do I need to trigger a code review in a task-driven development workflow?

You need to trigger a code review in a task-driven development workflow after each task or feature completion and before merging. This timing surfaces issues early and maintains code quality.

Can I integrate a code-reviewer subagent into my existing quality-assurance workflow?

Yes, you can integrate a code-reviewer subagent into your quality-assurance workflow by dispatching it after filling out the review template fields. It applies structured checks to maintain quality before merges.

Why should I use a structured template for peer code reviews instead of ad-hoc comments?

Using a structured template for peer code reviews enforces required context fields like the base SHA and implementation description, which reduces missed issues. It provides a consistent workflow compared to ad-hoc comments.