Qa Release banner
ArtJack ArtJack

Qa Release

Testing community

Description

--- description: "Run the release QA gate before calling feature or project work done." argument-hint: "[release, feature, or merge candidate]" --- Use the `verdict` agent to run the release QA gate for: `$ARGUMENTS` Verdict must use the bundled release gate standard: `${CLAUDE_PLUGIN_ROOT}/standards/release-gate.md` Required output: - `VERDICT:` pass / pass with risks / blocked / fail — an open Blocker forces fail - Scope reviewed (and SHA range if state exists) - Release blockers - Known

Installation

Installs to ~/.claude/skills/artjack-verdict-qa-release/SKILL.md

Terminal
mkdir -p ~/.claude/skills/artjack-verdict-qa-release && curl -fsSL https://raw.githubusercontent.com/ArtJack/verdict/HEAD/commands/qa-release.md -o ~/.claude/skills/artjack-verdict-qa-release/SKILL.md

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

Full documentation available on GitHub

View Source Repository