superpowers-tdd
Applies tests-first discipline (red/green/refactor) and adds regression tests for bugs. Use when implementing features, fixing bugs, or refactoring.
DeepseekModel
キュレーション済みスキル
品質 優秀 · 90
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=anthonylee991-gemini-superpowers-antigravity-agent-skills-superpowers-tdd-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name superpowers-tdd description Applies tests-first discipline (red/green/refactor) and adds regression tests for bugs. Use when implementing features, fixing bugs, or refactoring. TDD Skill When to use this skill new features that can be unit tested bug fixes (always add a regression test if practical) refactors (protect behavior with tests first) Rules Prefer red -> green -> refactor . If tests are hard, still add verification : minimal repro script, integration test, or clear manual steps. Keep tests focused: one behavior per test where possible. Name tests by behavior, not implementation details. Process Define the behavior change (what should be true after). Write/adjust a test to capture it (make it fail first if possible). Implement the minimal change to pass. Refactor if needed (keep passing). Run the relevant test suite + any linters. Output requirements When you change code, include: what tests you added/changed how to run them what they prove
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |