Code Review

Perform a structured code review with emphasis on correctness, regressions, and test gaps. Use when this capability is needed.

tomevault-io Updated

File contents

Steps

  1. Identify the files and behaviors affected by the change.
  2. Compare the implementation against local conventions and surrounding patterns.
  3. Check whether edge cases, failure paths, and permissions are covered.
  4. Note any test gaps or unclear assumptions.
  5. 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.

tomevault-io/skills-registry/tree/main/jackby03--agentic-collaboration-standard--code-review commit ccf536a3e8

Frequently asked questions

npx skillmds@latest add tomevault-io/code-review-311