fixbug
스타8
포크3
업데이트2026년 4월 21일 09:26
Structured bug fix workflow — diagnose from git history, minimal fix, verify
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Structured bug fix workflow — diagnose from git history, minimal fix, verify
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Scaffold a new VC-Shell UI component with proper structure, types, barrel exports, and Storybook story
Verify changed components render correctly in Storybook by running a targeted build check
Time-boxed implementation plan with approval gate before coding
| name | fixbug |
| description | Structured bug fix workflow — diagnose from git history, minimal fix, verify |
git log --oneline -15 and git diff HEAD~5 to identify recent changes that may have caused the regressionyarn typecheck to verify no TypeScript errorsCONSTRAINTS: