game-architecture-maintainability-auditAudit architecture, state management, boundaries, coupling, and maintainability risks that will make future AI or human iteration harder.
Install via ClawdBot CLI:
clawdbot install mike007jd/game-architecture-maintainability-auditGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 12, 2026
After a game ships, new features need to be added without breaking existing systems. This audit identifies tightly coupled modules and risky dependencies that would make adding content or mechanics difficult for both AI and human developers.
Live games require rapid hotfixes and patches. The audit uncovers hidden complexity and implicit contracts in state management that could cause regressions, ensuring that emergency changes are safe and do not rot the codebase.
A studio wants to leverage AI coding assistants for future updates. The audit evaluates code clarity, module boundaries, and change surfaces to ensure that AI tools can safely modify the codebase without introducing bugs.
When a new team takes over a game project, understanding the architecture is critical. The audit provides a clear picture of coupling and maintainability risks, reducing ramp-up time and preventing costly mistakes.
Before a major refactor, teams need to prioritize areas with the highest maintainability risk. The audit's risk register and scorecard guide sprint planning by highlighting the most problematic modules.
Offer the audit as a service to game studios needing an expert evaluation of their codebase health. Deliverables include summary, scorecard, and risk register.
Integrate the audit logic into a CI pipeline that automatically runs on every major release, providing ongoing maintainability tracking. Teams pay a monthly subscription for continuous monitoring.
Package the audit as a standalone CLI tool with a one-time license fee. Independent developers can run it locally and generate reports without ongoing costs.
💬 Integration Tip
Run the audit early in development to establish baselines, then integrate into CI pipeline to track maintainability over time and catch regressions before they become costly.
Scored May 12, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.