Skill Practicing
Overview
Keep agent guidance and skill metadata consistent, current, and safe. Apply this workflow whenever repository instructions or skills are touched.
Workflow
- •Confirm scope and affected files.
- •Audit guidance files:
- •Check
README.md,CHANGELOG.md,CONTRIBUTING.md,SECURITY.md, andpyproject.tomlagainst current behavior and commands. - •If CLI behavior changed, update README app flow and the
Unreleasedchangelog section in the same pass.
- •Audit for leaks:
- •Check for hardcoded tokens, keys, private URLs, and personal secrets in docs/config files.
- •Update agent instructions:
- •Keep
AGENTS.mdaligned with available local skills and trigger rules.
- •Update skill metadata:
- •Keep
SKILL.mdfrontmatter descriptions trigger-oriented and specific. - •Keep
agents/openai.yamlshort and UI-focused.
- •Validate:
- •Run
quick_validate.pyfor modified skills. - •Run repository quality checks before finishing.
Output Standard
Provide:
- •What was audited.
- •What was changed.
- •Why guidance changed.
- •What checks were run and their result.
References
Use references/checklist.md for command-level audit and validation steps.