返回 Skill 列表
extension
分类: AI Agent 能力无需 API Key

suggest_skill

根据当前情况或任务,推荐现在应该使用的技能

person作者: jakexiaohubgithub

Suggest Skill

Analyze the current work status, recent command execution results, or user intent to suggest the optimal agent skill from those available.

Procedure

  1. 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).
  2. Select Skill:

    • Propose several appropriate next actions from all skills defined in the list_skills skill.
    • Example: Suggest wrap_up immediately after tests pass.
  3. Present Rationale:

    • Briefly explain why the skill is recommended and what its benefits are.