requesting-code-review

Dispatch a code-reviewer subagent for specified git commits.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/luiztrilha/dunderia-public --skill requesting-code-review-luiztrilha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/luiztrilha/dunderia-public/tree/main/templates/local-runtime-profile/skills/superpowers/requesting-code-review
Command: npx skills add https://github.com/luiztrilha/dunderia-public --skill requesting-code-review-luiztrilha

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a streamlined way to request and conduct code reviews, ensuring that the work meets the required standards and quality.

Core Features & Use Cases

  • Task-Based Code Review: Requests code review after each task, ensuring a continuous feedback loop in subagent-driven development.
  • Feature and Merge Reviews: Ensures major features and merges are reviewed before deployment to prevent issues from escalating.
  • Customizable Feedback: Allows for specific feedback and comments directly tied to the code and its changes.

Quick Start

Run the requesting-code-review command to dispatch a code-reviewer subagent for your current task changes.

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 for my git commits?

Automating code review for git commits involves dispatching a code-reviewer subagent to evaluate changes against predefined standards. This streamlines the process and ensures deployment readiness without manual intervention.

What is the best way to ensure code quality before merging features?

Ensuring code quality before merging involves requesting reviews of major features. This verifies that changes meet required standards and prevents escalating issues before deployment.

How does a code-reviewer subagent work with continuous integration?

A code-reviewer subagent integrates with continuous integration by automating review dispatch after each task. This creates a continuous feedback loop in subagent-driven development, ensuring standards are met.

Do I need to configure a subagent to conduct task-based code reviews?

Yes, conducting task-based code reviews requires proper configuration of the subagent and integration with the codebase. This setup ensures changes are evaluated against predefined standards.

Can I add specific feedback and comments to code changes during review?

You can add specific feedback and comments directly tied to the code and its changes during review. This allows for targeted, customizable feedback throughout the development process.