code-review

Analyze codebases and report coding standard, SOLID, and performance violations.

33|8|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/TraftG/opencode-game-studio --skill code-review-traftg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/TraftG/opencode-game-studio/tree/main/.opencode/skills/code-review
Command: npx skills add https://github.com/TraftG/opencode-game-studio --skill code-review-traftg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables teams to perform architectural and quality code reviews on specified files, ensuring coding standards, architectural coherence, SOLID principles, testability, and performance considerations.

Core Features & Use Cases

  • Checks for public methods and classes to ensure documentation presence
  • Enforces proper layering, dependency injection, and avoidance of anti-patterns
  • Detects SOLID violations and potential performance bottlenecks in gameplay, engine, or UI modules
  • Provides a structured, review-ready report that can guide refactoring decisions

Quick Start

Instruct the AI to run a code-review on the target file or directory to generate a standardized report.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my codebase for SOLID violations and architectural anti-patterns?

To check for SOLID violations and architectural anti-patterns, you need a code review process that analyzes your files against defined coding standards. This Skill identifies dependency injection issues and structural flaws in engine, gameplay, AI, networking, and UI modules.

What is the best way to enforce coding standards and proper layering in a software project?

Enforcing coding standards and proper layering requires analyzing code structure to detect anti-patterns and verify dependency injection. A standards-driven code review evaluates public methods and classes to ensure documentation presence and architectural coherence across specified files.

How do I generate a structured report for refactoring poor testability and performance bottlenecks?

Generating a structured report for refactoring testability and performance bottlenecks involves running a targeted code review on the target file or directory. The analysis produces a review-ready document highlighting architectural violations to guide refactoring decisions.

Can I use static analysis to assess category-specific patterns in gameplay and engine modules?

You can use static analysis to assess category-specific patterns in gameplay and engine modules by applying architectural guidelines during a code review. This process identifies module-specific performance issues and SOLID violations to ensure overall codebase quality.

Does this code review approach require any specific dependencies or frameworks to run?

This code review approach requires no external dependencies or specific frameworks to run. It operates directly on the provided codebase files to evaluate documentation, testability, and architectural coherence without needing additional static analysis tools.