Review Work

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

apocohq af3090b 2 files · 4.2 KB Updated

File contents

Review Work

Dispatch a code-reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work.

How to Review

1. Get git SHAs:

BASE_SHA=$(git merge-base HEAD origin/main)
HEAD_SHA=$(git rev-parse HEAD)

2. Dispatch code-reviewer subagent:

Use the Agent tool to dispatch a code-reviewer subagent, filling the template at references/code-reviewer.md

Placeholders:

  • {WHAT_WAS_IMPLEMENTED} - What you just built
  • {PLAN_OR_REQUIREMENTS} - What it should do
  • {BASE_SHA} - Starting commit
  • {HEAD_SHA} - Ending commit
  • {DESCRIPTION} - Brief summary

apocohq/skills/tree/main/skills/review-work commit af3090b0c8

Frequently asked questions

npx skillmds@latest add apocohq/review-work