suggest_skill
SKILL.md
Suggest Skill
Analyze the current work status, recent command execution results, or user intent to suggest the optimal agent skill from those available.
Procedure
-
Understand Context:
- Check recently executed commands (e.g., test failures, build errors).
- Check the current file editing status (e.g., source code changes, documentation updates).
-
Select Skill:
- Propose several appropriate next actions from all skills defined in the
list_skillsskill. - Example: Suggest
wrap_upimmediately after tests pass.
- Propose several appropriate next actions from all skills defined in the
-
Present Rationale:
- Briefly explain why the skill is recommended and what its benefits are.