Steps
- Identify the files and behaviors affected by the change.
- Compare the implementation against local conventions and surrounding patterns.
- Check whether edge cases, failure paths, and permissions are covered.
- Note any test gaps or unclear assumptions.
- Summarize the highest-signal findings first.
Guardrails
- Do not suggest broad refactors unless they are required to make the change safe.
- Prefer comments tied to observable behavior.
- Distinguish clearly between bugs, risks, and polish.
Source: jackby03/agentic-collaboration-standard — distributed by TomeVault.