smithery/oodaris

eng-code-review-playbook

Review changes for correctness, safety, and regressions.

Installation

$ npx skills add smithery/oodaris --skill eng-code-review-playbook

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/oodaris.

npx skills add smithery/oodaris

Browse all from smithery/oodaris

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version0.2.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 964 B
  • docs SUMMARY.md 88 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Code Review Playbook

Repo anchors (autocodex)

  • INTERNAL_PATH: internal/
  • DOCS_PATH: docs/

When to use

  • Reviewing PRs or local diffs before merge.

Preconditions

  • You can see the diff and tests run.

Inputs to confirm

  • Intended behavior change
  • Test evidence

Required artifacts

  • Findings list ordered by severity
  • Open questions
  • Short summary

Quick path

  • Scan for correctness, then safety, then tests.

Steps

  1. Identify behavior changes and edge cases.
  2. Verify observability and error handling.
  3. Check tests and docs.

Failure modes and responses

  • No tests: flag as blocking.
  • Hidden behavior changes: request clarification.

Definition of done

  • Findings are clear, actionable, and prioritized.

Example (minimal)

  • Finding: Missing error handling in plugin handshake.