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
local-explorer
cloudflare
ローカルエクスプローラーまたはローカルAPIに製品/リソースを追加する方法。新しいローカルAPIやUIルートを実装する際に使用します。
official
commit-categories
cloudflare
コミットを変更ログや「新機能」サマリーに分類するためのルール。変更ログやwhats-newコマンドでコミットを分類する前に必ず読み込む必要があります。提供するのは…
official
architecture
cloudflare
コードベースを初めてナビゲートするとき、新しいクライアントメソッドを追加するとき、新しいコンテナハンドラ/サービスを追加するとき、またはリクエストの流れを理解するときに使用します…
official
changesets
cloudflare
チェンジセットを作成する際、リリースを準備する際、またはバージョンを上げる際に使用します。参照するパッケージ、ユーザー向けのチェンジセット説明の書き方などをカバーします。
official