# Sample Test Skill

> A minimal valid SKILL.md for testing the evaluator.

- Skill: `lanyasheng/sample-test-skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lanyasheng/sample-test-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lanyasheng/sample-test-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: lanyasheng (https://skillmd.com/u/lanyasheng)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lanyasheng/sample-test-skill

---


# Sample Test Skill

A minimal skill used as a fixture in improvement-evaluator tests.

## When to Use
- Unit testing the evaluator pipeline

## When NOT to Use
- Production use

<example>
Run a test:
$ echo "hello world"
→ hello world
</example>

## CLI
echo "hello world"

## Output Artifacts
| Request | Deliverable |
|---------|------------|
| Test | stdout text |

