Pr Review Workflow

Use when reviewing a pull request, diff, branch, or code change for bugs, regressions, missing tests, and release risk.

MemoAsh Updated

File contents

PR Review Workflow

Goal

Find the highest-impact issues in the change. The output is for an engineer deciding whether the PR can merge.

Process

  1. Read the diff and the surrounding code needed to understand behavior.
  2. Identify changed contracts, data flow, error handling, user-visible behavior, and tests.
  3. List findings first, ordered by severity.
  4. Keep summaries brief.

Finding Rules

  • A finding must describe a concrete risk.
  • A finding must include file and line evidence.
  • Do not include speculative issues without stating the assumption.
  • Do not include style-only comments.
  • If there are no issues, say that clearly and mention residual test risk.

Output Format

Use templates/review-output.md.

End with templates/completion-receipt.md. The receipt must separate checked claims from unverified claims.

Verification

Before finishing, apply verification.md.

MemoAsh/agent-workflow-pack/tree/main/skills/pr-review-workflow commit 2a1b861fc6

Frequently asked questions

npx skillmds@latest add memoash/pr-review-workflow