requesting-code-review

Automate structured code reviews using the code-reviewer template and SHA captures.

3|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/JoaquinCampo/codex-skills --skill requesting-code-review-joaquincampo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/JoaquinCampo/codex-skills/tree/main/requesting-code-review
Command: npx skills add https://github.com/JoaquinCampo/codex-skills --skill requesting-code-review-joaquincampo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures code reviews happen consistently and efficiently by guiding developers through a structured review workflow whenever tasks are completed or features are ready for review.

Core Features & Use Cases

  • Structured review prompts and templates (code-reviewer.md) standardize feedback and reduce omissions.
  • Mandatory review checkpoints after each task in a plan, after major feature completion, and before merging to main.
  • Self-review guidance for times when a human reviewer isn't available, keeping momentum without blockers.
  • Template-driven workflow that captures WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, and DESCRIPTION for clear, trackable reviews.

Quick Start

Fill the code-reviewer.md template with WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, and DESCRIPTION, then share with a reviewer or perform a self-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 code review requests for feature development?

To automate code review requests, this Skill guides developers through a structured workflow that enforces mandatory checkpoints after tasks, captures base and head SHAs, and applies the code-reviewer template to standardize feedback.

How can I perform a structured code review when a human reviewer is unavailable?

For a structured code review without a human reviewer, this Skill provides self-review guidance that keeps development momentum unblocked while still capturing the required implementation details and SHA references.

What template should I use for a pre-merge code review?

For a pre-merge code review, use the code-reviewer.md template to document WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, and DESCRIPTION to ensure clear and trackable feedback.

When do I need to enforce code review checkpoints in a multi-task plan?

You need to enforce code review checkpoints after each completed task in a multi-task plan, after major feature completion, and before merging to main to ensure consistent quality and reduce omissions.