828 B
828 B
Skill Maintenance Checklist
Use this checklist when editing the agent-docs skill suite itself: any SKILL.md, agents/openai.yaml, or shared file under references/.
- Did you run
scripts/validate_agent_docs.py --skill-suite-root <skills-root>after the edit? - Does each
agents/openai.yamlstill match the skill title, scope, and trigger language in the correspondingSKILL.md? - Is every file in
references/directly referenced from the router skill or the specialized skill that requires it? - Are there stale filenames, old skill names, or outdated terms left behind after renames or splits?
- Does one concept still use one term across
SKILL.md,agents/openai.yaml, andreferences/? - If a shared checklist or template changed, do the affected skills still point to the right file and workflow step?