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