Codymaster cm-skill-health
Operational health review for CodyMaster skills using current repo signals: validate-skills, suggest, retro logs, memory, and test gates.
install
source · Clone the upstream repo
git clone https://github.com/tody-agent/codymaster
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/tody-agent/codymaster "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/cm-skill-health" ~/.claude/skills/tody-agent-codymaster-cm-skill-health && rm -rf "$T"
manifest:
skills/cm-skill-health/SKILL.mdsource content
cm-skill-health
Use this skill when a CodyMaster skill feels stale, misleading, unreliable, or under-documented.
What it checks
- Discovery drift
- Is the skill present in
, docs indexes, profiles, and README surfaces?skills/
- Is the skill present in
- Invocation friction
- Does
point users to the skill when the task matches?cm suggest
- Does
- Operational evidence
- Are there recurring failures or learnings in
?.cm/operational-learnings.jsonl
- Are there recurring failures or learnings in
- Contract health
- Does the skill reference commands, files, or paths that still exist?
- Release safety
- Does the repo still pass
,npm run validate:skills
, and the test gate?npm run check:skills
- Does the repo still pass
Workflow
- Confirm the symptom.
- Missing from docs
- Missing from profiles
- Broken references inside
SKILL.md - Repeated runtime pain in retro notes
- Compare the live skill against:
docs/skills/index.mdskills/profiles/full.txtREADME.md- related changelog promises
- Scan evidence sources.
cm advisory handoff --for cm-skill-healthcm suggest --project .cm retro summary --project ..cm/CONTINUITY.md
overrg
,skills/
, anddocs/src/
- Score the issue.
: discoverable, accurate, references validhealthy
: present but misleading or inconsistentdegraded
: missing, invalid, or unusablebroken
- Hand off to:
to repair or derive the next versioncm-skill-evolution
Output
Produce a short health note:
## Skill Health - Skill: cm-... - Status: healthy | degraded | broken - Symptoms: ... - Evidence: ... - Recovery path: FIX | DERIVED | CAPTURED
Preferred input contract:
## Advisory Handoff - Consumer: cm-skill-health - Skill: cm-... - Recovery path: FIX | DERIVED | CAPTURED | NONE - Confidence: 0.xx - Source analysis: EA-... - Task: ... - Status: completed | partial | failed - Evidence: ... - Selected skills: ... - Target skills: ... - Quality weight: 0.xx - Next step: ...
Red flags
- Do not claim metric dashboards or automatic scoring unless the repo actually implements them.
- Do not treat README marketing copy as proof that a skill exists.
- Do not evolve the skill before identifying whether the problem is docs drift, packaging drift, or missing implementation.