Files
dotfiles/.config/opencode/skills/requesting-code-review/reviewer.md
2026-03-11 11:38:57 +00:00

922 B

title, type, permalink
title type permalink
reviewer-request-template note opencode-config/skills/requesting-code-review/reviewer-template

Reviewer Request Template

Use this when dispatching the reviewer agent.

What Was Implemented

Requirements / Plan

  • Plan note: plans/<note-name>
  • Requirements summary:

Summary

<brief summary of behavior/design choices>

Diff Context

  • Base:
  • Head: <head-sha>
  • Range: <base-sha>..<head-sha>
  • Key files:
git diff --stat <base-sha>..<head-sha>
git diff <base-sha>..<head-sha>

Reviewer Output Requested

  1. Strengths
  2. Issues by severity:
    • Critical (must fix)
    • Important (should fix before merge)
    • Minor (nice to have)
  3. Merge readiness verdict with short reasoning

For each issue include file:line, why it matters, and suggested fix.