Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
$pwd:

debugging-difficult-bugs

// Use early when debugging a medium or hard bug, especially when tests alone may not reveal the real runtime failure. Trigger this before extended TDD iteration when a bug involves runtime state, ordering, persistence, streaming, concurrency, UI/manual reproduction, external services, or when a red or newly passing test may not model the real issue. Skip only when the root cause is already directly proven by a stack trace or deterministic test that exercises the real runtime path.

$ git log --oneline --stat
stars:2,123
forks:279
updated:2026년 5월 31일 05:09
SKILL.md
readonly