Keel Check Ready banner
grimaldost grimaldost

Keel Check Ready

Testing community

Description

--- description: Run the Definition-of-Ready gate on a spec file. argument-hint: <path-to-spec.md> --- Run the keel Definition-of-Ready gate on the spec at $ARGUMENTS from the installed plugin bundle (no separate CLI install needed): `uvx --from ${CLAUDE_PLUGIN_ROOT} keel check-ready $ARGUMENTS` If the user has a persistent `keel` on PATH (`uv tool install …`, see `${CLAUDE_PLUGIN_ROOT}/docs/installation.md`), a bare `keel check-ready $ARGUMENTS` is equivalent. Report the verdict and any vio

Installation

Installs to ~/.claude/skills/grimaldost-keel-keel-check-ready/SKILL.md

Terminal
mkdir -p ~/.claude/skills/grimaldost-keel-keel-check-ready && curl -fsSL https://raw.githubusercontent.com/grimaldost/keel/HEAD/commands/keel-check-ready.md -o ~/.claude/skills/grimaldost-keel-keel-check-ready/SKILL.md

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

Full documentation available on GitHub

View Source Repository