scrub
Bug scrubbing and triage for OCMUI Interruption Catcher duties
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Bug scrubbing and triage for OCMUI Interruption Catcher duties
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Top-level workflow controller that manages phase transitions for OCMUI bug resolution
Root cause analysis for bugs
Create PR description and recommend Jira updates
Implement bug fix following UHC Portal standards
Create draft pull request
Systematically reproduce bugs in a controlled environment
| name | scrub |
| description | Bug scrubbing and triage for OCMUI Interruption Catcher duties |
Evaluate unscrubbed bugs from the OCMUI Defect Manager Dashboard to determine if they're ready to be worked on. This is the primary entry point for Interruption Catcher duties.
Bugs are broken functionality. Ask yourself:
If it's NOT a bug:
Can the bug be reproduced?
If information is missing:
If it appears unreproducible:
Is the bug blocked?
Check if any of these apply:
If blocked:
Apply the OCMUI priority criteria:
Blocker - Complete halt in critical functionality
Critical - Significant degradation, no workaround
Major - Important features affected, complex workaround
Normal - Moderate impact, straightforward workaround
Minor - Minimal impact
If priority seems incorrect:
Should anyone be assigned?
Only assign if:
OR
Otherwise:
Create artifacts/bugfix/scrubbing/scrub-report-{issue-key}.md with:
Bug Summary:
Scrubbing Analysis:
✅ Type Check: [Bug / Story / Task]
✅ Reproducibility: [Can Reproduce / Needs Info / Unreproducible]
✅ Blockers: [Blocked / Not Blocked]
✅ Priority Assessment: [Blocker / Critical / Major / Normal / Minor]
✅ Assignment: [Assign to X / Leave Unassigned]
Recommended Jira Updates:
[ ] Change type to: {Story/Task} (if not a bug)
[ ] Set Priority to: {recommended level}
[ ] Set Blocked field to: {true/false}
[ ] Add Blocked Reason: {reason}
[ ] Add label: needs-uxd (if applicable)
[ ] Add label: scrubbed
[ ] Assign to: {developer name} (if applicable)
[ ] Add to sprint: {current sprint name} (if Blocker/Critical with parent story)
[ ] Add comment requesting: {missing information}
Next Steps:
{Recommend /reproduce, /diagnose, /fix, or waiting for more info}
After generating the scrub report, re-read .claude/skills/controller/SKILL.md and return control to the controller for next step recommendations.
artifacts/bugfix/scrubbing/scrub-report-{issue-key}.md — Complete scrubbing analysis and Jira update recommendationsAfter running this phase:
/diagnose or /fix immediately