Use when the user says /tes-doctor, /tes:doctor, /tes:check, /tes:certify, or asks to validate, health-check, certify, or prepare a Tilly Engineer Skills commit.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tilly-engineer-skills:tes-doctorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`/tes-doctor` is the preferred shared TES trigger for package and mesh health
/tes-doctor is the preferred shared TES trigger for package and mesh health
checks. /tes:doctor, /tes:check, and /tes:certify are compatible TES
intent aliases if the host reports them as invalid slashes.
Run the smallest gate that proves the claim:
| Claim | Typical oracle |
|---|---|
| package shape is valid | npm run validate |
| docs stay modular | npm run docs:size |
| TDS is aligned | npm run tds:validate |
| Cortex core works | npm run cortex:self-test |
| MCP helper works | npm run mcp:self-test and npm run cortex:mcp:self-test |
| Field Reports works | npm run field-reports:self-test |
| adapters materialize | npm run materialize:check |
| platform surfaces align | npm run platform:surface:check |
| final local closure | npm run commit:check |
npm run commit:check.Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
npx claudepluginhub murillodutt/gate-pre-git --plugin tilly-engineer-skills