Sprint Qa1 banner
chrishobbsrocks chrishobbsrocks

Sprint Qa1

Security community

Description

--- description: "QA1: record the static code audit verdict (gate 1)" allowed-tools: [Bash, Write] --- # QA1 Audit Usage: `/sprint-qa1 <sprint-id> --verdict PASS|FAIL|CONDITIONAL --notes "..."` **Security note**: do not interpolate `$ARGUMENTS` (or any free-text notes) directly into the bash command below, quotes or shell metacharacters in the notes can break out and run unintended commands. Parse the sprint ID and verdict yourself (these are safe, low-entropy values), write the notes text to

Installation

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

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

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

Full documentation available on GitHub

View Source Repository