code-reviewer
Code Reviewer Skill
Provides instant feedback on code during development without blocking workflow.
What This Does
Reviews submitted code for:
- Starter Pattern Compliance - Does it match your 20 starter scripts' style?
- Modern Practices - Input System usage, async/await patterns, DI, pooling
- Memory Safety - Object cleanup, pooling, resource management
- Integration Issues - Does it connect properly to GameManager, managers, other systems?
- Performance - Obvious inefficiencies, unnecessary allocations
- Best Practices - Error handling, null checks, logging, edge cases
- Architectural Consistency - Does it fit the system design?
Activation Triggers
This skill activates when you:
- Ask for "feedback" on code
- Request a "code review"
- Run
/review-codecommand - Say "check this code" or "is this good?"
- Ask "does this follow the pattern?"
Input Format
Paste code directly:
- Full class or script
- Methods from a larger class
- Even pseudocode/pseudoimplementation
Output Format
Quick feedback covering:
- Status - ✓ Good to use / ⚠ Minor issues / ❌ Needs rework
- Pattern Match - Does it fit your starter patterns?
- Modern Practices - How well does it use Input System, async, etc.?
- Memory Safety - Any leaks, pooling issues, cleanup problems?
- Integration - Will it work with the rest of the system?
- Issues Found - Specific problems with line references
- Quick Fixes - Suggestions to improve in-place
- Next Steps - Ready to ship or what to fix
Jam-Time Usage
Fast, non-blocking review during active development. Catch issues before they cascade.
Team Code
Team members can submit their code for instant feedback without waiting for code review.
More from karchtho/my-claude-marketplace
ui-ux-design
UI/UX design principles, design systems, accessibility, responsive design, and user experience best practices. Activates when discussing layouts, styling, design decisions, user flows, or visual design.
12nginx-configuration
Configure Nginx web server for high-performance reverse proxy, load balancing, SSL/TLS, caching, and API gateway functionality. Master production deployments, security headers, and monitoring.
11docker-compose-creator
Design multi-container applications with Docker Compose. Covers service orchestration, networking, volumes, environment configuration, health checks, and production deployment patterns. Use when defining local development stacks or deploying multi-service applications.
10dockerfile-generator
Generate production-ready Dockerfiles with best practices for various tech stacks. Covers multi-stage builds, optimization, security, and language-specific patterns (Node.js, Python, Go, Rust, Java). Use when creating new application containers.
8docker-container-basics
Docker containerization fundamentals. Master container lifecycle, image management, networking, volumes, resource limits, and production deployment patterns. Use when building, running, debugging containers or implementing container orchestration.
8feature-architect
Design game feature architecture before writing code. Use when planning a new feature system, deciding on component structure, or mapping out how a feature integrates with existing systems.
6