Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始めるtesting
スター1
フォーク0
更新日2026年6月16日 13:53
TDD rules
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
TDD rules
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | testing |
| description | TDD rules |
RED: Write a failing test first. Run test script — confirm it FAILS. Do NOT write implementation before this step.
GREEN: Write the minimum code to make the test pass. Run test script — confirm ALL tests pass.
REFACTOR: Clean up without changing behavior. Run tests after every change.
Rules: