test-skill

Installation
SKILL.md

Test Skill

Scaffold + run behavioral tests for a skill in the Docker test harness.

⚠️ AskUserQuestion Guard

CRITICAL: After EVERY AskUserQuestion call, check if answers are empty/blank. Known Claude Code bug: outside Plan Mode, AskUserQuestion silently returns empty answers without showing UI.

If answers are empty: DO NOT proceed with assumptions. Instead:

  1. Output: "⚠️ Questions didn't display (known Claude Code bug outside Plan Mode)."
  2. Present the options as a numbered text list and ask user to reply with their choice number.
  3. WAIT for user reply before continuing.

Arguments

From $ARGUMENTS: skill_name (positional, kebab-case), --run-only, --scaffold-only.

Derive: snake_name = -_, test_file = test/tests/test_{snake_name}.py, golden_file = test/fixtures/golden/{skill_name}-smoke.md.

Installs
3
GitHub Stars
20
First Seen
Apr 2, 2026
test-skill — digital-stoic-org/agent-skills