claude▌
182 indexed skills · max 10 per page
test-helpers
Donchitos/Claude-Code-Game-Studios · Game QA & Testing
### Test Helpers - description: "Generate engine-specific test helper libraries for the project's test suite. Reads existing test patterns and produces tests/helpers/ with assertion utilities, factory functions, and moc - argument-hint: "[system-name | all | scaffold]" - allowed-tools: Read, Glob, Grep, Write
ux-review
Donchitos/Claude-Code-Game-Studios · Game Design
### Ux Review - description: "Validates a UX spec, HUD design, or interaction pattern library for completeness, accessibility compliance, GDD alignment, and implementation readiness. Produces APPROVED / NEEDS REVISIO - argument-hint: "[file-path or 'all' or 'hud' or 'patterns']" - allowed-tools: Read, Glob, Grep
test-flakiness
Donchitos/Claude-Code-Game-Studios · Game QA & Testing
### Test Flakiness - description: "Detect non-deterministic (flaky) tests by reading CI run logs or test result history. Aggregates pass rates per test, identifies intermittent failures, recommends quarantine or fix, and - argument-hint: "[ci-log-path | scan | registry]" - allowed-tools: Read, Glob, Grep, Write, Edit, Bash
team-release
Donchitos/Claude-Code-Game-Studios · Game Dev Teams
### Team Release - description: "Orchestrate the release team: coordinates release-manager, qa-lead, devops-engineer, and producer to execute a release from candidate to deployment." - argument-hint: "[version number or 'next']" - allowed-tools: Read, Glob, Grep, Write, Edit, Bash, Task, AskUserQuestion, TodoWrite
test-setup
Donchitos/Claude-Code-Game-Studios · Game QA & Testing
### Test Setup - description: "Scaffold the test framework and CI/CD pipeline for the project's engine. Creates the tests/ directory structure, engine-specific test runner configuration, and GitHub Actions workflow. R - argument-hint: "[force]" - allowed-tools: Read, Glob, Grep, Bash, Write
team-level
Donchitos/Claude-Code-Game-Studios · Game Dev Teams
### Team Level - description: "Orchestrate level design team: level-designer + narrative-director + world-builder + art-director + systems-designer + qa-tester for complete area/level creation." - argument-hint: "[level name or area to design]" - allowed-tools: Read, Glob, Grep, Write, Edit, Bash, Task, AskUserQuestion, TodoWrite
regression-suite
Donchitos/Claude-Code-Game-Studios · Game QA & Testing
### Regression Suite - name: regression-suite - description: "Map test coverage to GDD critical paths, identify fixed bugs without regression tests, flag coverage drift from new features, and maintain tests/regression-suite.md. Run after implementi - argument-hint: "[update | audit | report]"
retrospective
Donchitos/Claude-Code-Game-Studios · Game Dev Improvement
### Retrospective - description: "Generates a sprint or milestone retrospective by analyzing completed work, velocity, blockers, and patterns. Produces actionable insights for the next iteration." - argument-hint: "[sprint-N|milestone-name]" - allowed-tools: Read, Glob, Grep, Write
gate-check
Donchitos/Claude-Code-Game-Studios · Game QA & Testing
### Gate Check - description: "Validate readiness to advance between development phases. Produces a PASS/CONCERNS/FAIL verdict with specific blockers and required artifacts. Use when user says 'are we ready to move to - argument-hint: "[target-phase: systems-design | technical-setup | pre-production | production | polish | release] [--review full|lean|solo]" - allowed-tools: Read, Glob, Grep, Bash, Write, Task, AskUserQuestion
prototype
Donchitos/Claude-Code-Game-Studios · Game Dev Skills
### Prototype - description: "Rapid prototyping workflow. Skips normal standards to quickly validate a game concept or mechanic. Produces throwaway code and a structured prototype report." - argument-hint: "[concept-description] [--review full|lean|solo]" - allowed-tools: Read, Glob, Grep, Write, Edit, Bash, Task