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
CLI
echo "hello world"
Output Artifacts
| Request | Deliverable |
|---|---|
| Test | stdout text |
A minimal valid SKILL.md for testing the evaluator.
npx skillmds@latest add lanyasheng/sample-test-skill A minimal skill used as a fixture in improvement-evaluator tests.
echo "hello world"
| Request | Deliverable |
|---|---|
| Test | stdout text |
lanyasheng/auto-improvement-orchestrator-skill/tree/main/skills/improvement-evaluator/tests/fixtures/sample_skill commit e4f825d108