chore: enhance root cause analysis for /create-bug skill#26722
Conversation
Add Step 6 to the create-bug command with three phases: - 6a: Investigate root cause (trace through code) - 6b: Identify regression PRs (git history comparison) - 6c: Scope analysis (search for same pattern, file separate bugs) Also updates the comment format to include regression PRs, full scope of impact, and links to related bugs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
No E2E tests are needed as this change cannot affect any application behavior or test execution. Performance Test Selection: |
Description
Updates the
/create-bugClaude Code skill command to include a full root cause analysis workflow (Step 6) with three phases:Also updates the comment format to include all required sections.
Changelog
CHANGELOG entry: null
Related issues
Fixes:
MMQA-1523
Manual testing steps
Screenshots/Recordings
Before
N/A
After
Run
/create-bugin Claude Code terminal and opt into root cause investigation to see the full 3-phase workflow.Pre-merge author checklist
Pre-merge reviewer checklist