requesting-code-review

Generate standardized code-review prompts and templates for Git repositories.

6|2|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/EricOo0/stock-trading-platform --skill requesting-code-review-ericoo0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/EricOo0/stock-trading-platform/tree/main/.codex/superpowers/skills/requesting-code-review
Command: npx skills add https://github.com/EricOo0/stock-trading-platform --skill requesting-code-review-ericoo0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines code-review workflows by automating the creation of standardized review prompts and templates for teammates.

Core Features & Use Cases

  • Template-driven reviews: Generate a consistent review structure including what was implemented, the plan alignment, and the commit range.
  • Queue and routing: Trigger reviews after each task, before merges, or during refactoring to catch issues early.
  • Shareable feedback: Produce a ready-to-share report that can be pasted into PRs or chat channels.

Quick Start

After finishing a development task, invoke the requesting-code-review workflow and provide the base and head git SHAs along with a short description of changes. Use the template to fill in {WHAT_WAS_IMPLEMENTED}, {PLAN_OR_REQUIREMENTS}, {BASE_SHA}, {HEAD_SHA}, and {DESCRIPTION} as needed to prepare the review for your PR.

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 pull request code review prompts for my team?

Automating pull request code review prompts involves generating standardized templates that capture implemented changes, plan alignment, and commit ranges. This skill creates structured feedback artefacts ready to paste into PRs or chat channels for teammates.

What is a standardized code review template for Git repositories?

A standardized code review template for Git repositories is a structured prompt outlining what was implemented, base and head SHAs, and requirements alignment. It ensures consistent feedback by providing a clear format for evaluating changes before merges.

How do I generate pre-merge review feedback for feature work?

Generating pre-merge review feedback requires providing the base and head Git SHAs along with a short description of changes. The workflow produces a shareable report detailing implemented updates and plan alignment for feature work validation.

Can I use this code review template for task-driven development cycles?

Yes, you can use this code review template for task-driven development cycles. It triggers reviews after each task and during refactoring, applying standardized prompts across Git repositories to catch issues early before merges.

What is the best way to structure code review feedback for sharing in chat channels?

Structuring code review feedback for chat channels requires a standardized template including implemented changes, commit range, and plan alignment. This approach produces a ready-to-share report artifact that integrates smoothly into PR workflows.

Do I need to provide Git commit SHAs to trigger a code review workflow?

Yes, you need to provide base and head Git commit SHAs to trigger the code review workflow. Supplying these SHAs along with a change description allows the template to accurately track and evaluate the specific commit range.