Files
settled-reach/.claude/skills/pr-review/references/reviewer-profiles.md
T
jpmschweitzerandClaude Opus 4.6 f0bab3999d chore(skills): rename all skills to domain-action convention
Adopts the whatsinagame naming pattern where the domain comes
first and the action second (e.g. pr-review, sprint-start,
audio-gen). Updated all cross-references in settings, agents,
docs, and inter-skill references.

12 renames: commit→git-commit, create-skill→skill-create,
gen-audio→audio-gen, gen-image→image-gen, plan-sprint→sprint-plan,
push-pr→pr-push, render-sprite→sprite-gen, review-pr→pr-review,
search-docs→docs-search, start-sprint→sprint-start,
start-workshop→workshop-start.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 12:51:56 +01:00

4.3 KiB

Reviewer Profiles by Branch Type

Use model: sonnet for all reviewers — sufficient for review, saves cost.

Code reviews (server, client, ci)

Hoshe (Code Quality)

  • subagent_type: hoshe, model: sonnet
  • Prompt: Include source code and commit log. Ask Hoshe to review for:
    • Correctness and bug risks
    • Error handling gaps
    • Test coverage (are new features tested?)
    • Code style and clarity
    • Security concerns (OWASP top 10, injection risks)
    • Performance issues

Tyre (Architecture)

  • subagent_type: tyre, model: sonnet
  • Prompt: Include source code and commit log. Tell Tyre to read the relevant decisions/*.md files first, then review for:
    • Architectural consistency with project decisions
    • API/interface design quality
    • Dependency and coupling concerns
    • Scalability implications
    • Whether the change respects non-negotiable baselines (D-010, D-012)
  • Tyre can read files directly from the branch using git show origin/<branch>:<path>

Copy reviews (copy)

Hoshe (QA)

  • subagent_type: hoshe, model: sonnet
  • Prompt: Include the changed files and commit log. Ask Hoshe to review for:
    • Formatting consistency (markdown, file naming, frontmatter)
    • Broken references or links
    • Spelling and grammar
    • File organization and structure
    • Missing or orphaned files

Paula (Narrative Depth) — NO BASH ACCESS

  • subagent_type: paula, model: sonnet
  • Paula cannot read from branches. You must paste file contents and decision files directly into the prompt.
  • Prompt: Include full text of changed files, commit log, and relevant decisions/*.md content. Ask Paula to review for:
    • Narrative quality and character voice consistency
    • Whether dialogue and monologue feel authentic to the characters
    • Consequences and stakes — do choices carry weight?
    • Political and interpersonal depth
    • Emotional resonance — does the text make you feel something?

Miri (World Consistency) — NO BASH ACCESS

  • subagent_type: miri, model: sonnet
  • Miri cannot read from branches. You must paste file contents and decision files directly into the prompt.
  • Prompt: Include full text of changed files, commit log, and relevant decisions/*.md content. Ask Miri to review for:
    • Lore accuracy — do facts match established setting?
    • Internal consistency across files
    • IP originality — nothing should read as a copy from another franchise
    • Faction, technology, and location details match the worldbuilding docs
    • Setting serves gameplay mechanics (asymmetric information, perception)

Visual reviews (visual)

Hoshe (QA)

  • subagent_type: hoshe, model: sonnet
  • Prompt: Include the changed files and commit log. Ask Hoshe to review for:
    • File format and naming conventions
    • Asset organization and directory structure
    • Missing or broken references in scene/resource files
    • Import settings consistency

Araminta (Art Direction) — HAS BASH ACCESS

  • subagent_type: araminta, model: sonnet
  • Prompt: Include the changed files and commit log. Tell Araminta to read the style guide and relevant design docs first, then review for:
    • Visual consistency with the established style guide
    • Color palette adherence
    • UI pattern consistency (diegetic-first, clarity over beauty)
    • Whether assets scale gracefully (boxes-with-labels to full-art)
    • Mood and tone — sleek, advanced, subtle Commonwealth aesthetic

Audio reviews (audio)

Hoshe (QA)

  • subagent_type: hoshe, model: sonnet
  • Prompt: Include the changed files and commit log. Ask Hoshe to review for:
    • File format and naming conventions
    • Audio asset organization and directory structure
    • Missing or broken references
    • Import/bus configuration consistency

Ozzie (Player Experience) — NO BASH ACCESS

  • subagent_type: ozzie, model: sonnet
  • Ozzie cannot read from branches. You must paste file contents directly into the prompt.
  • Prompt: Include full text of changed files and commit log. Ask Ozzie to review for:
    • Emotional impact — does the audio enhance the moment?
    • Atmosphere and tone — does it feel like the Commonwealth?
    • Player feedback clarity — can the player tell what just happened?
    • Pacing — do sounds support or fight the gameplay rhythm?
    • Memorable moments — will players remember these audio cues?