Skip to main content
Prompts Test AI Agent Skill Describer

agent tool_use template risk: low

Test AI Agent Skill Describer

The prompt instructs to describe what the 'test' skill does and how the agent should use it, structured with instructions including placeholder steps.

PROMPT

---
name: test
description: A clear description of what this skill does and when to use it
---

# test

Describe what this skill does and how the agent should use it.

## Instructions

- Step 1: ...
- Step 2: ...

${名称}

INPUTS

名称 REQUIRED

Placeholder variable likely for skill name or title

EXPECTED OUTPUT

Format
markdown
Schema
markdown_sections · name, description, test, Instructions
Constraints
  • include frontmatter with name and description
  • include step-by-step instructions

SUCCESS CRITERIA

  • Describe what this skill does
  • Describe how the agent should use it

FAILURE MODES

  • May leave steps as placeholders
  • May not follow the markdown template structure

CAVEATS

Dependencies
  • ${名称} placeholder variable
Missing context
  • Specific functionality and purpose of the skill.
  • Concrete steps to replace the placeholders.
  • Definition or replacement for ${名称}.
Ambiguities
  • Instructions are placeholders ('Step 1: ...', 'Step 2: ...'), providing no actual guidance.
  • ${名称} is an unexplained placeholder.
  • No concrete description of what the 'test' skill does.

QUALITY

OVERALL
0.40
CLARITY
0.40
SPECIFICITY
0.20
REUSABILITY
0.80
COMPLETENESS
0.30

IMPROVEMENT SUGGESTIONS

  • Provide a detailed, specific description in the 'description' field.
  • Replace placeholder steps with actual instructions relevant to the skill.
  • Clarify or standardize placeholders (e.g., use ${skill_name} instead of ${名称}).
  • Add examples of usage or success criteria.

USAGE

Copy the prompt above and paste it into your AI of choice — Claude, ChatGPT, Gemini, or anywhere else you're working. Replace any placeholder sections with your own context, then ask for the output.

MORE FOR AGENT