Sprint Reship banner
chrishobbsrocks chrishobbsrocks

Sprint Reship

Testing community

Description

--- description: "Pipeman: push a fix during the LiveQA live-test loop" allowed-tools: [Bash] --- # Reship Fix Usage: `/sprint-reship <sprint-id> --commit <hash>` ```bash python3 scripts/sprint_lifecycle.py reship $ARGUMENTS ``` Use this when LiveQA found a live issue and Dev Team has fixed it. `--commit` must resolve to a real commit — this does not change the sprint's phase, but it does record the resolved SHA as what's now deployed, which LiveQA's next `/sprint-liveqa --deployed-commit` c

Installation

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

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

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

Full documentation available on GitHub

View Source Repository