mit einem Klick
document
// Create comprehensive documentation for a Quay bug fix: JIRA ticket update, release notes, changelog entry, PR description, and team communication.
// Create comprehensive documentation for a Quay bug fix: JIRA ticket update, release notes, changelog entry, PR description, and team communication.
Understand a Quay bug report from JIRA or GitHub. Fetches ticket details, checks for existing work, classifies as UI vs backend, and proposes an investigation plan. No code changes.
Orchestrates the Quay bug-fix workflow through 9 phases with confidence-based gating. Reads confidence from phase artifacts to advance automatically, post JIRA comments, or escalate to the user.
Root cause analysis for a Quay bug. Traces code paths through Quay subsystems, analyzes git history, forms and tests hypotheses, and enumerates complete state space.
Systematically reproduce a Quay bug using project-specific tooling. Documents environment, reproduction steps, and observable behavior.
Critically evaluate a bug fix and its tests. Forms a verdict (inadequate / tests incomplete / solid) and recommends next steps.
Verify a bug fix with comprehensive testing using Quay's test infrastructure. Creates regression tests, runs the full suite, and documents results.
| name | document |
| description | Create comprehensive documentation for a Quay bug fix: JIRA ticket update, release notes, changelog entry, PR description, and team communication. |
| allowed-tools | ["Bash(bash .claude/scripts/jira-ops.sh *)","Bash(git log *)","Bash(git diff *)","Read","Write","Glob","Grep","AskUserQuestion"] |
Create all documentation artifacts needed to close out the bug fix.
Create artifacts/quay-bugfix/docs/issue-update.md with:
Do NOT transition the JIRA ticket — automation handles state transitions.
Create artifacts/quay-bugfix/docs/release-notes.md with:
Create artifacts/quay-bugfix/docs/changelog-entry.md with:
- Fixed [description] (PROJQUAY-XXXX)Read the PR description template if available:
cat .claude/templates/pr-description.md 2>/dev/null
Create artifacts/quay-bugfix/docs/pr-description.md with:
https://issues.redhat.com/browse/<TICKET>Create artifacts/quay-bugfix/docs/team-announcement.md with:
Create artifacts/quay-bugfix/docs/user-announcement.md with:
All files created in artifacts/quay-bugfix/docs/:
issue-update.md — JIRA comment textrelease-notes.md — Release notes entrychangelog-entry.md — CHANGELOG additionpr-description.md — Pull request descriptionteam-announcement.md — Internal communicationuser-announcement.md (optional) — Customer communicationInclude this section at the end of your PR description artifact:
## Confidence Assessment
- **Level**: high | medium | low
- **Score**: <0-100 integer>
- **Score rationale**: <1-2 sentences>
- **Open questions**: <bullet list, or "None">
Confidence signals for this phase:
Report: what documents were created and where.