Example: a skill folder
Some workflows store reusable “skills” as a directory.
Skill: Debug a failing test
- •Reproduce locally with the smallest command.
- •Identify the first failing assertion.
- •Add logging/inspection (remove before committing).
- •Fix the underlying cause.
- •Add a regression test if missing.