Sprint Liveqa banner
chrishobbsrocks chrishobbsrocks

Sprint Liveqa

Testing community

Description

--- description: "LiveQA: record the live browser test verdict" allowed-tools: [Bash, Write] --- # LiveQA Live Test Usage: `/sprint-liveqa <sprint-id> --deployed-commit <sha> --verdict PASS|FAIL|CONDITIONAL --notes "..."` **Security note**: do not interpolate `$ARGUMENTS` (or any free-text notes, including exact page text or error strings you observed) directly into the bash command below. Write the notes to a temp file with the Write tool, then run: ```bash python3 scripts/sprint_lifecycle.

Installation

Installs to ~/.claude/commands/chrishobbsrocks-fully-completely-sprint-liveqa.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/chrishobbsrocks/fully-completely/HEAD/.claude/commands/sprint-liveqa.md -o ~/.claude/commands/chrishobbsrocks-fully-completely-sprint-liveqa.md

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

Full documentation available on GitHub

View Source Repository