Sandstorm Spec Check banner
onomojo onomojo

Sandstorm Spec Check

Testing community

Description

--- name: spec-check description: Run the spec quality gate against a ticket to check readiness for agent dispatch user_invocable: true --- # /spec-check <issue> Run the spec quality gate against a ticket. Returns pass/fail with specific gaps listed. ## Instructions 1. **Fetch the ticket**: Run the project's fetch-ticket script to get the ticket content: ```bash .sandstorm/scripts/fetch-ticket.sh <ticket-id> ``` If the script doesn't exist, inform the user: "No fetch-ticket scr

Installation

Installs to ~/.claude/skills/onomojo-sandstorm-desktop-sandstorm-spec-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/onomojo-sandstorm-desktop-sandstorm-spec-check && curl -fsSL https://raw.githubusercontent.com/onomojo/sandstorm-desktop/HEAD/.claude/skills/sandstorm-spec-check.md -o ~/.claude/skills/onomojo-sandstorm-desktop-sandstorm-spec-check/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository