skills/systematic-debugging/SKILL.md
Root-cause-first debugging methodology. Use when encountering any bug, test failure, or unexpected behavior BEFORE proposing fixes. Prevents random fix attempts that waste time and create new bugs.
npx skillsauth add kjaylee/misskim-skills systematic-debuggingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
근본 원인 파악 없이 수정 시도 절대 금지
수정 시도 전에 반드시:
다중 컴포넌트 시스템일 때: 각 경계에 진단 로그 추가 → 한 번 실행 → 어디서 깨지는지 확인 → 그 컴포넌트만 조사
| 핑계 | 현실 | |------|------| | "간단한 문제라 프로세스 불필요" | 간단한 버그에도 근본 원인 있음 | | "급해서 프로세스 따를 시간 없음" | 체계적 디버깅이 추측보다 빠름 | | "일단 이것부터 시도" | 첫 수정이 패턴을 결정함 | | "참조 문서가 너무 길어" | 부분 이해 = 버그 보장 |
testing
게임 아이디어를 검토해 와우 팩터 5개를 추가하고, 스펙→TC→구현→QA→런칭까지 한 번에 밀어붙이는 일일 게임 런칭 써클. 기존 자동 게임 파이프라인을 대체/승격할 때 사용.
data-ai
Advanced YouTube analysis, transcripts, and metadata extraction.
development
Modern web design engineering skills including design tokens, advanced UI/UX methodologies, accessibility, and game-specific UI patterns. Use for building commercial-grade, performant, and accessible web interfaces.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".