requesting-code-review

Generate review prompts and dispatch subagents to review code changes.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/fumtas1k/devtools --skill requesting-code-review-fumtas1k
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/fumtas1k/devtools/tree/main/.agents/skills/requesting-code-review
Command: npx skills add https://github.com/fumtas1k/devtools --skill requesting-code-review-fumtas1k

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps streamline the code review process, ensuring that code meets quality standards and requirements before merging into the main branch.

Core Features & Use Cases

  • Task-Based Reviews: Request reviews after completing tasks, implementing features, or before merging.
  • Custom Review Requests: Create detailed review requests with commit details and expected functionality.
  • Automated Review Process: Dispatch a subagent to perform the review and provide feedback.

Quick Start

Use the requesting-code-review skill to request a code review for your latest commit, providing a brief description of the changes made.

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 before merging changes?

Automate code review requests by generating detailed review prompts with commit details and dispatching subagents to perform the review. This ensures code meets quality standards and requirements before merging into the main branch.

What is task-based code review and when do I need it?

Task-based code review evaluates code changes after completing specific tasks, implementing features, or before merging. You need it to ensure code meets quality standards and adheres to expected functionality within a structured development workflow.

How do I request a code review for my latest commit with specific functionality requirements?

Request a code review by providing a brief description of the changes made and specifying the expected functionality. The skill generates a detailed review prompt and dispatches a subagent to analyze the code changes.

Does this code review process work with subagent-driven development workflows?

Yes, it supports subagent-driven development by dispatching subagents to perform automated reviews. It is specifically designed for task-based development workflows to streamline the review process.

What's the best way to manage code quality checks for feature implementations?

Manage code quality by creating custom review requests with commit details and expected functionality specifications. The automated review process dispatches subagents to provide feedback, ensuring adherence to requirements before merging.