example-skill

$npx mdskill add huggingface/upskill/example-skill

Provide a standardized, placeholder fixture response for running action smoke tests.

  • Addresses the need for predictable, mock data during automated testing workflows.
  • Requires no external tools or APIs; it is a self-contained fixture.
  • Executes when the agent explicitly calls for a sample response structure.
  • Returns a predefined response object directly to the calling process.

SKILL.md

.github/skills/example-skillView on GitHub ↗
---
name: example-skill
description: Example fixture skill for action smoke tests
---

Respond with the fixture response.