requesting-code-review

Automate standardized code-review requests with base/head SHAs and test results.

4|Updated Dec 5, 2025
One-click install
npx skills add https://github.com/aaaa47080/stock_agent --skill requesting-code-review-aaaa47080
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/aaaa47080/stock_agent/tree/main/.opencode/skills/requesting-code-review
Command: npx skills add https://github.com/aaaa47080/stock_agent --skill requesting-code-review-aaaa47080

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review coordination is often inconsistent and slow, leading to merged changes with hidden issues. This Skill provides a repeatable workflow to request, document, and act on code reviews to safeguard quality.

Core Features & Use Cases

  • Structured requests: provide what was implemented, planned requirements, base/head SHAs, and test results.
  • Clear decision handling: guides reviewers on acceptance criteria and reaction to feedback.
  • Audit trail: maintains a traceable record for accountability and future reference.

Quick Start

Prepare a review request after implementing a feature by collecting base and head SHAs and submitting a review task to the reviewer subagent.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I standardize code-review requests before merging to main?

Standardize code-review requests by automating a workflow that enforces documenting base/head SHAs, implementation details, the plan, and test results before merging. This ensures QA and compliance are met consistently.

What should be included in a structured pull request code review?

A structured pull request code review should include the base and head SHAs, what was implemented, the planned requirements, and the test results. This provides a clear audit trail and guides reviewer feedback handling.

When do I need to trigger an automated code review workflow?

You need to trigger an automated code review workflow after completing each task, after finishing major features, or before merging to main. This timing safeguards quality and ensures changes are documented.

How does a subagent handle reviewer feedback in a development process?

A subagent handles reviewer feedback by defining clear decision handling and acceptance criteria. This guides the reaction to feedback, ensuring issues are resolved and maintaining a traceable record for accountability.

Can I use this code review workflow for quality assurance after major features?

Yes, you can use this code review workflow for quality assurance after major features. It supports requesting and documenting reviews at this stage to catch hidden issues and enforce compliance before merging.