superforge-debug
SolidRoot-cause-first debugging with FailForward learning memory, which recalls past failures before diagnosing and records new ones after. Forbids trial-and-error patching and dummy fallbacks that mask symptoms. Use when the user says "bug", "error", "it crashes", "build fails", "test is failing", "not working", "why does this happen", "still broken", "バグ", "エラー", "動かない", "落ちる", "直らない", "なぜか失敗する", or runs /superforge-debug.
Install
Quality Score: 80/100
Skill Content
Details
- Author
- takaoumehara
- Repository
- takaoumehara/superforge-skill
- Created
- 3 days ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
superforge-test
Drive implementation through Red-Green-Refactor TDD across Web (Jest, Vitest, Playwright), iOS (Swift Testing, XCTest), and Android (JUnit, Compose Test), verifying each red and green state by actually running the suite. Use when the user says "write tests", "TDD", "test first", "add test coverage", "refactor safely", "テストを書いて", "テスト先に", "TDD", "リファクタリング", "テストが無い", or runs /superforge-test.
debugging
Method for debugging broken behavior — simultaneous log collection across every layer of the chain, finding the break, a ban on guessing, the three-attempt rule. Use when something isn't working, a test is failing, there's a stack trace, or you need to find the root cause of a bug.
systematic-debugging
Use when encountering a bug, test failure, crash, or unexpected behavior. Enforces root-cause investigation before any fix attempt. NOT for writing new features. Trigger: bug, error, failing test, broken, unexpected, crash, regression.