AgentSkillsCN

Example: a skill folder

示例:技能文件夹

SKILL.md

Example: a skill folder

Some workflows store reusable “skills” as a directory.

Skill: Debug a failing test

  1. Reproduce locally with the smallest command.
  2. Identify the first failing assertion.
  3. Add logging/inspection (remove before committing).
  4. Fix the underlying cause.
  5. Add a regression test if missing.