requesting-code-review

Automates Git-based code reviews triggered by tasks, features completion, or pre-merge events for CI/CD workflows.

10|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/januarfonti/opencode-template-configured --skill requesting-code-review-januarfonti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/januarfonti/opencode-template-configured/tree/main/superpowers/skills/requesting-code-review
Command: npx skills add https://github.com/januarfonti/opencode-template-configured --skill requesting-code-review-januarfonti

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for systematic code reviews, helping to maintain high code quality and catch potential issues early in the development process.

Core Features & Use Cases

  • Task-Based Reviews: Trigger reviews after each development task to ensure quality is maintained throughout the process.
  • Feature Completion Reviews: Conduct reviews after major features are completed to ensure they meet requirements.
  • Pre-Merge Reviews: Perform reviews before merging code into the main branch to prevent integration issues.
  • On-Demand Reviews: Request reviews at any time when you need a fresh perspective or before refactoring code.

Quick Start

To request a code review, use the superpowers:code-reviewer subagent with the following parameters: {WHAT_WAS_IMPLEMENTED}, {PLAN_OR_REQUIREMENTS}, {BASE_SHA}, {HEAD_SHA}, and {DESCRIPTION}.

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 reviews before merging code into the main branch?

Automate pre-merge code reviews by triggering a review process before integration to prevent potential issues. This approach ensures code quality is maintained systematically throughout continuous integration and delivery workflows.

When should I request a code review during the development process?

Request a code review after completing development tasks, finishing major features, or before merging code. You can also trigger on-demand reviews whenever you need a fresh perspective or before refactoring code to ensure quality.

Can I trigger code reviews automatically after a task is completed?

Yes, task-based reviews can be triggered automatically after each development task is completed. This ensures quality is maintained continuously throughout the development process rather than only at final stages.

Do I need git to perform automated code reviews?

Git is required to perform automated code reviews effectively, along with appropriate subagent configurations. These dependencies are necessary to track changes and execute reviews within continuous integration workflows.

How do I request a code review for a major feature implementation?

To request a code review for a feature, trigger the review by providing what was implemented, the plan or requirements, base and head SHAs, and a description. This ensures the review meets the feature requirements.

What is the best way to ensure code quality in continuous delivery workflows?

The best way to ensure code quality in continuous delivery is to automate systematic code reviews after tasks and features are completed. This catches potential issues early and prevents integration problems before merging.