requesting-code-review

Dispatch a code-reviewer subagent to assess implementation against plan or requirements.

8|Updated Sep 7, 2021
One-click install
npx skills add https://github.com/frap129/dotfiles --skill requesting-code-review-frap129
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/frap129/dotfiles/tree/main/.config/opencode/skills/requesting-code-review
Command: npx skills add https://github.com/frap129/dotfiles --skill requesting-code-review-frap129

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines governance by automating the initiation of code reviews, ensuring changes are evaluated against the defined plan before integration.

Core Features & Use Cases

  • Automates dispatch of a code-reviewer subagent to evaluate implementation against plan or requirements.
  • Records and communicates feedback through predefined templates for reproducibility.
  • Applicable for post-task validation, major feature introductions, and pre-merge reviews.

Quick Start

Dispatch a code-reviewer subagent to review the latest changes against the plan.

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 to a main branch?

Automating code review requests involves dispatching a code-reviewer subagent to assess implementation changes against the defined plan or requirements before integration. This ensures traceability and reproducible feedback.

What information do I need to provide to trigger an automated code review?

Triggering an automated code review requires explicit placeholders for what was implemented, the plan or requirements, base SHA, head SHA, and a description. These inputs ensure traceability and reproducible feedback.

When should I request a code review during subagent-driven development?

Request a code review after completing major features, during post-task validation, and before merging to main branches. This timing ensures governance and evaluates implementation against the plan.

How does dispatching a code-reviewer subagent streamline workflow governance?

Dispatching a code-reviewer subagent streamlines governance by automating the initiation of code reviews, ensuring changes are evaluated against the defined plan before integration. Feedback is recorded through predefined templates.

Can I use automated code review for post-task validation in git workflows?

Yes, automated code review is applicable for post-task validation in git workflows. It evaluates implementation against requirements using base and head SHAs to ensure reproducible feedback before integration.

What is the best way to ensure traceability when requesting a code review?

The best way to ensure traceability when requesting a code review is to provide explicit placeholders for the implementation, plan, base SHA, head SHA, and description. This guarantees reproducible feedback.