Loading...
Loading...
Found 67 Skills
Implementation agent that executes a single task and creates handoff on completion
Use when working with tdd workflows tdd cycle
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Create high-quality ToolUniverse skills following test-driven, implementation-agnostic methodology. Integrates tools from ToolUniverse's 1,264+ tool library, creates missing tools when needed using devtu-create-tool, tests thoroughly, and produces skills with Python SDK + MCP support. Use when asked to create new ToolUniverse skills, build research workflows, or develop domain-specific analysis capabilities for biology, chemistry, or medicine.
テスト駆動開発(TDD)ワークフローを実行するスキル。 使用タイミング: (1) 新機能の実装開始時 (2) バグ修正時 (3) リファクタリング前 (4) 「テストから書いて」と言われた時 (5) 品質重視の実装が必要な時。 トリガー例: 「TDDで実装して」「テスト駆動で」「テストから書いて」 「RED-GREEN-REFACTORで」「UserServiceのテストを書いて」
Systematically debug and diagnose issues methodically. Uses diagnostic techniques to identify root causes and implement fixes.
Test-driven development workflow — write failing tests first, implement minimum code, run full suite, commit. Use when implementing features, fixing bugs, or adding test coverage. Includes mock bootstrap phase for projects with mockReset:true.
TDD workflow for migrations - orchestrate agents, zero main context growth
Test-driven development workflow with philosophy guide - plan → write tests → implement → validate
Use this skill whenever you are implementing a feature using TDD.
Use when implementing any code in RLM Phase 3. Enforces strict RED-GREEN-REFACTOR discipline with The Iron Law - no production code without a failing test first.
Use this when encountering any errors, test failures, or unexpected behavior before proposing a fix