Qa Bug banner
ArtJack ArtJack

Qa Bug

Testing community

Description

--- description: "Turn a bug report, symptom, log, or user complaint into a structured QA bug report." argument-hint: "[symptom, log excerpt, failing test, or complaint]" --- Use the `verdict` agent to process this bug or suspected defect: `$ARGUMENTS` Verdict must use the bundled template and standard: - `${CLAUDE_PLUGIN_ROOT}/templates/bug-report.md` - `${CLAUDE_PLUGIN_ROOT}/standards/severity-priority.md` Required output: - failure classification per §3 (REAL_DEFECT / STALE_EXPECTATION

Installation

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

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

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

Full documentation available on GitHub

View Source Repository