Test skills before using or publishing. Trial, compare, evaluate in isolation without affecting your environment.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add clawic/skills --skill skill-test --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Skill Test?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/clawic-skill-test)More formats (shields.io, HTML) on the badges page.
---
name: Skill Test
slug: skill-test
version: 1.0.0
description: Test skills before using or publishing. Trial, compare, evaluate in isolation without affecting your environment.
homepage: https://clawic.com/skills/skill-test
metadata:
clawdbot:
emoji: 🧪
displayName: Skill Test
---
## Test Skills Safely
Two use cases:
1. **Try before commit** — Test drive skills before installing
2. **Evaluate before publish** — Verify quality before publishing
**Key principle:** Test in isolation. Never affect user's environment.
**References:**
- Read `sandbox.md` — Isolated testing environment
- Read `compare.md` — A/B comparison between skills
- Read `evaluate.md` — Multi-agent quality evaluation
---
### Quick Start
**Trial a skill:**
```
sessions_spawn(
task="Test skill X: Load ONLY its SKILL.md, run [sample task], report quality",
model="anthropic/claude-haiku"
)
```
**Compare two skills:**
1. Run same task through each (separate sub-agents)
2. Present outputs side-by-side
3. Ask: "Which works better? Why?"
---
### Test Modes
**Trial Mode** — Before installing
- Spawn sub-agent with ONLY the test skill
- Run 2-3 representative tasks
- Evaluate: Does it help? Clear instructions?
- Decision: keep, pass, or try another
**Evaluation Mode** — Before publishing
- Spawn specialized reviewers (see `evaluate.md`)
- Check structure, safety, usefulness
- Synthesize findings
- Recommend improvements
---
### Sandbox Isolation
⚠️ Never load test skill into your main context.
**Sub-agent approach (recommended):**
```
sessions_spawn(
task="You have ONE skill loaded: [skill content]. Test by doing: [task]",
model="anthropic/claude-haiku"
)
```
- Complete isolation — main session unaffected
- Natural cleanup — sub-agent terminates, done
- Cheap testing — use Haiku
**What to check:**
- Does it activate correctly?
- Are instructions clear?
- Token cost reasonable?
- Output quality acceptable?
---
### Edge Cases
**Skill requires credentials:** Ask user for test credentials or skip auth-dependent features.
**Skill not found:** Verify with `npx clawic show <slug>` before testing, or check the catalog page directly at `https://clawic.com/skills/<slug>`.
**Test fails mid-way:** Sub-agent terminates cleanly. Review logs, adjust test task, retry.
**Skill has many auxiliary files:** Load SKILL.md first, reference others only if needed during test.
---
*Test thoroughly. Install only after explicit user approval.*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!