Imported from DotanVG/Orbital-Breach (
.claude/skills/arena-debug/SKILL.md). Install upstream withnpx skills add DotanVG/Orbital-Breach --skill arena-debug. Copyright stays with the author.
Arena Debug
Use this skill for gameplay bugs that involve movement, collision, projectiles, breach transitions, or team-state logic.
Investigation order
- Reproduce or restate the bug precisely.
- Identify whether the issue is client-only, server-authoritative, or shared-contract related.
- Check the relevant invariants in
CLAUDE.md. - Trace the bug through the narrowest likely modules first.
- Add or update a focused test if the broken behavior is expressed by a pure function.
Strong clues in this repo
shared/bugs often require both client and server updates.- Camera or breach issues usually involve
player,camera,arena, or the round state machine. - Projectile bugs often cross client visuals, hit classification, and authoritative server logic.