openagent-requesting-code-review

Coordinate approval-gated code review workflows before merging changes.

Updated Sep 16, 2025
One-click install
npx skills add https://github.com/SvenMarcus/.dotfiles --skill openagent-requesting-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openagent-requesting-code-review
Source: https://github.com/SvenMarcus/.dotfiles/tree/main/opencode/.config/opencode/skills/custom/openagent-requesting-code-review
Command: npx skills add https://github.com/SvenMarcus/.dotfiles --skill openagent-requesting-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinated approval-gated code review processes to prevent unsafe changes from being merged and reduce risk in large feature rollouts.

Core Features & Use Cases

  • OpenAgent integration provides phased approvals: before gathering SHAs, before dispatching a reviewer, after feedback, and before applying fixes, ensuring human oversight at key milestones.
  • Generates a code-review task using a standardized code-reviewer.md template and articulates what was implemented, the plan, and the Git range to review.
  • Supports ad-hoc reviews, batch planning, and safe handoffs between subagents, enabling repeatable review processes for major features or refactors.

Quick Start

Prompt OpenAgent to initiate a gated code-review workflow with approval gates.

Frequently Asked Questions about openagent-requesting-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce approval gates around code reviews for feature rollouts?

To enforce approval gates around code reviews, you need a coordinated workflow that requires explicit approvals before gathering SHAs, dispatching a reviewer, and applying fixes. This prevents unsafe changes from being merged during feature rollouts.

What is an approval-gated code review workflow?

An approval-gated code review workflow is a process that enforces human oversight at key milestones by requiring explicit approvals before obtaining SHAs, dispatching a reviewer, processing feedback, and applying fixes to ensure safe handoffs.

How do I automate code review processes for subagent-driven development?

You can automate code review processes for subagent-driven development by applying a phased approval workflow that generates standardized review tasks using templates and ensures safe handoffs between subagents during major refactors.

When do I need approval gates for code reviews?

You need approval gates for code reviews when managing major feature work, refactors, or subagent-driven development where early and ongoing reviews are essential. They provide human oversight to reduce the risk of unsafe merges.

Can I use a standardized template for generating code review tasks?

Yes, you can use a standardized code-reviewer.md template to generate code review tasks. The template articulates what was implemented, the plan, and the Git range to review for repeatable review processes.

What are the limitations of manual code review processes during refactoring?

Manual code review processes during refactoring often lack enforced approval sequences and standardized templates, increasing the risk of unsafe changes being merged without explicit human oversight at key milestones.