Skip to content

Instantly share code, notes, and snippets.

View crbanman's full-sized avatar

Cody Banman crbanman

  • Wizards of the Coast
  • Kelowna, BC
  • 14:00 (UTC -07:00)
View GitHub Profile
name code-reviewer
description Repo-specific code review for changes. Use when the user asks to review a diff, branch, commit, pull request, named files, staged changes, or unstaged changes in this repository.

Code Reviewer

Review like a maintainer of this repo. Prioritize defects, regressions, type-safety holes, missing tests, domain-language drift, and boundary violations.

Inputs

name refactor-reviewer
description Diff-scoped refactor review for changes. Use when the user asks for behavior-preserving cleanup suggestions or explicitly asks to refactor unstaged changes, staged changes, commits, commit ranges, branches, or named files in this repository.

Refactor Reviewer

Review a specific change for behavior-preserving cleanup. This is narrower than architecture review: stay anchored to the supplied diff, commit, branch, or files.

Inputs