mirror of
https://github.com/Donchitos/Claude-Code-Game-Studios.git
synced 2026-06-27 13:01:50 +00:00
Add v0.5.0: CCGS Skill Testing Framework, skill-improve, 4 new skills, director gate path fixes
- Add CCGS Skill Testing Framework: self-contained QA layer with 72 skill specs, 49 agent specs, catalog.yaml, quality-rubric.md, templates, README, CLAUDE.md - Add /skill-improve: test-fix-retest loop covering static + category checks - Add 4 missing skills: /art-bible, /asset-spec, /day-one-patch, /security-audit - Add /skill-test category mode (Phase 2D) with quality rubric evaluation - Extend /skill-test audit to cover agent specs alongside skill specs - Update all skill-test and skill-improve path refs to CCGS Skill Testing Framework/ - Remove stale tests/skills/ directory (superseded by CCGS Skill Testing Framework) - Add director gate intensity modes (full/lean/solo) to gate-check and related skills Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -27,6 +27,29 @@ the artifact globs that indicate completion.
|
||||
|
||||
---
|
||||
|
||||
## Step 1b: Find Skills Not in the Catalog
|
||||
|
||||
After reading the catalog, Glob `.claude/skills/*/SKILL.md` to get the full list
|
||||
of installed skills. For each file, extract the `name:` field from its frontmatter.
|
||||
|
||||
Compare against the `command:` values in the catalog. Any skill whose name does
|
||||
not appear as a catalog command is an **uncataloged skill** — still usable but not
|
||||
part of the phase-gated workflow.
|
||||
|
||||
Collect these for the output in Step 7 — show them as a footer block:
|
||||
|
||||
```
|
||||
### Also installed (not in workflow)
|
||||
- `/skill-name` — [description from SKILL.md frontmatter]
|
||||
- `/skill-name` — [description]
|
||||
```
|
||||
|
||||
Only show this block if at least one uncataloged skill exists. Limit to the 10
|
||||
most relevant based on the user's current phase (QA skills in production, team
|
||||
skills in production/polish, etc.).
|
||||
|
||||
---
|
||||
|
||||
## Step 2: Determine Current Phase
|
||||
|
||||
Check in this order:
|
||||
|
||||
Reference in New Issue
Block a user