requesting-code-review

Dispatch code reviewers for focused evaluations of code changes.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/ssmleo/govfolio --skill requesting-code-review-ssmleo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/ssmleo/govfolio/tree/main/agents/skills/imported/superpowers%40d884ae04edeb/requesting-code-review
Command: npx skills add https://github.com/ssmleo/govfolio --skill requesting-code-review-ssmleo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures code reviews are efficient and targeted, preserving context and avoiding unnecessary disruptions to the development process.

Core Features & Use Cases

  • Focused Review: Provides a clear context for the code under review, without revealing the reviewer's thought process.
  • Early Feedback: Encourages regular reviews at critical points in the development cycle.
  • Task-Based Reviews: Facilitates reviews after specific tasks or features are completed.
  • Use Case: After implementing a major feature, use this Skill to dispatch a reviewer to ensure the feature meets requirements before merging.

Quick Start

To request a code review, run the following command and fill in the template with your specific details:

BASE_SHA=$(git rev-parse HEAD~1)
HEAD_SHA=$(git rev-parse HEAD)

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 dispatch for pre-merge verification?

To automate code review dispatch for pre-merge verification, execute the provided script to capture Git commit SHAs. This initializes a reviewer session focused on evaluating code changes within a controlled environment.

What is focused code review and how does it preserve context?

Focused code review is a targeted evaluation of code changes that provides precise context to reviewers. It preserves context by dispatching reviews for specific tasks without exposing sensitive session history or internal thought processes.

How do I request a code review after completing a feature implementation?

To request a code review after feature implementation, run the bash script to assign your BASE_SHA and HEAD_SHA variables. This dispatches a reviewer to verify your task-driven development meets requirements before merging.

Does this code review workflow require any external dependencies?

No external dependencies are required for this code review workflow. The Skill operates independently using scripts to automate the dispatch and version control integration for your developer workflow.

Can I use this for task-based code reviews instead of full session evaluations?

Yes, this is designed specifically for task-based code reviews rather than full session evaluations. It facilitates targeted reviews after specific tasks or features are completed, ensuring early feedback at critical development points.

What are the limitations of using automated code review dispatch?

The primary limitation of automated code review dispatch is that reviewers receive precise context without sensitive session history. This ensures targeted quality assurance but means reviewers evaluate only the explicit code changes provided.