superforge-test
SolidDrive 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.
Install
Quality Score: 78/100
Skill Content
Details
- Author
- takaoumehara
- Repository
- takaoumehara/superforge-skill
- Created
- 3 days ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
superforge-verify
Gate that blocks any completion claim until there is empirical runtime evidence — the test suite actually run, both mobile and desktop viewports checked, and native iOS or Android simulator runs confirmed. Use before saying a task is done, fixed, or shipped. Use when the user says "is it done", "did it work", "verify", "double check", "are you sure", "before we ship", "確認して", "検証して", "本当に動く", "終わった", "動作確認", or runs /superforge-verify.
tdd
Use when writing production code that needs tests - new features, bug fixes, refactoring. Enforces RED-GREEN-REFACTOR cycle before any implementation.
tdd
Red-green refactor workflow for test-driven development. Use when asked to 'write tests first', 'TDD', 'red-green refactor', 'test-driven', or 'failing test first'. Backend-only — do not use for frontend components.