requesting-code-review

Automate code-review requests with Git SHAs and structured feedback.

68|6|Updated Apr 16, 2020
One-click install
npx skills add https://github.com/zenobi-us/dotfiles --skill requesting-code-review-zenobi-us
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/zenobi-us/dotfiles/tree/main/devtools/files/opencode/skills/requesting-code-review
Command: npx skills add https://github.com/zenobi-us/dotfiles --skill requesting-code-review-zenobi-us

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solves? Delaying code reviews allows issues to compound, making them harder and more costly to fix later in the development cycle, increasing technical debt and risk.

Core Features & Use Cases

  • Early Feedback Loop: Dispatches a code-reviewer subagent to review implementation against plans or requirements, catching issues before they cascade.
  • Structured Review Request: Provides a template for requesting reviews with Git SHAs, descriptions, and clear requirements.
  • Severity-Based Issue Categorization: Helps prioritize feedback by categorizing issues as Critical, Important, or Minor.
  • Use Case: You've just completed a major feature and want to ensure it meets all requirements and quality standards before merging. Use this Skill to dispatch a code-reviewer subagent to perform a thorough review, catching any issues early.

Quick Start

Use the requesting-code-review skill to get feedback on your latest commit, providing the base and head SHAs for review.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I request a code review before merging to main?

Code review requests capture your base and head Git SHAs, dispatch a code-reviewer subagent with structured details, and return categorized feedback on strengths and issues. Provide commit references and requirements to trigger automated review before merge.

What's the best way to catch issues early in the development workflow?

Early code review feedback prevents issues from compounding later in the cycle, reducing technical debt and production risk. Requesting reviews after major features and before merging ensures quality gates are applied consistently.

How does severity-based issue categorization work in code reviews?

Issues are categorized as Critical, Important, or Minor to help you prioritize fixes by impact. This structure surfaces blockers first and clarifies which problems must be resolved before merging.

Can I use code review automation in a pull request workflow?

Code review requests integrate into pull request workflows by automating review dispatch after each task or major feature. They capture Git SHAs and requirements, then return structured feedback for production readiness assessment.

What information do I need to provide for a code review request?

Provide base and head Git SHAs, a description of changes, and clear requirements or context. The code-reviewer subagent uses this structured input to perform thorough review and return categorized feedback.

Why should I request code review before merging rather than after?

Early review catches issues while they're isolated and cheaper to fix, preventing cascading problems and rework. Delaying reviews compounds technical debt and increases risk to production stability.