test-plan

作成者: cloudflare

変更に対する焦点を絞ったテスト計画を作成します。機能のテスト方法、カバーすべきケース、または出荷前のQAチェックリストをユーザーが尋ねた場合に使用します。

npx skills add https://github.com/cloudflare/agents --skill test-plan

Test Plan

Turn a change description into a short, prioritized test plan.

Process

  1. Restate what changed in one sentence.
  2. Identify the riskiest behaviors first (data loss, auth, money, concurrency).
  3. List concrete test cases as given / when / then, happy paths first, then edge cases and failure modes.
  4. Note any setup, fixtures, or environment the cases need.
  5. Call out what is explicitly out of scope so the plan stays focused.

Output format

## Risks

- Ranked list of the riskiest areas.

## Cases

1. given … / when … / then …

## Out of scope

- Anything intentionally not covered.

Keep the plan small enough to act on immediately. If the change is unclear, ask for the acceptance criteria before listing cases.

cloudflareのその他のスキル

workerd-api-review
cloudflare
workerdのコードレビューにおけるパフォーマンス最適化、API設計と互換性、セキュリティ脆弱性、標準仕様準拠。tcmalloc対応を含む…
official
workerd-safety-review
cloudflare
workerdのコードレビューにおけるメモリ安全性、スレッド安全性、並行性、および重要な検出パターン。V8/KJ境界の危険性、ライフタイム管理などをカバー。
official
module-registry
cloudflare
workerdでモジュールレジストリを扱う際に読み込む — モジュールの解決、コンパイル、評価、登録の読み取り、変更、デバッグ、またはレビュー…
official
reproduce
cloudflare
cloudflare/agentsのGitHub Issueを再現するために、最小限のAgents/Workerプロジェクトをスキャフォールディングし、一時的なCloudflareアカウントにデプロイして、その後報告する…
official
debug-plan
cloudflare
バグレポートのための体系的なデバッグ計画を作成します。ユーザーが障害、リグレッション、または予期しない動作の調査方法を尋ねたときに使用します。
official
pirate-voice
cloudflare
遊び心のある海賊風の声で書き直したり、答えたりする。ユーザーが海賊調や航海の言い回しを求めたり、海賊のように話すよう頼んだ場合に使用する。
official
reproduce
cloudflare
cloudflare/agentsのGitHub issueを再現するために、最小限のAgents/Workerプロジェクトを雛形から作成し、一時的なCloudflareアカウントにデプロイして、その後報告します。
official
write-endpoints
cloudflare
chanfanaを使用したOpenAPIエンドポイント構築の包括的ガイド - スキーマ定義、リクエスト検証、CRUD操作、D1データベース統合、および…
official