debug-plan

作成者: cloudflare

バグレポートのための体系的なデバッグ計画を作成します。ユーザーが障害、リグレッション、または予期しない動作の調査方法を尋ねたときに使用します。

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

Debug Plan

Create a practical debugging plan that starts with evidence before fixes.

Instructions

  1. Restate the symptom in one sentence.
  2. List the most likely failure boundaries.
  3. Suggest the first three checks in order.
  4. Identify what evidence would confirm or reject each hypothesis.
  5. End with the smallest safe fix path.

Keep the plan short enough that someone can start immediately.

For more detail on the shape of the output, read references/checklist.md.

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
pirate-voice
cloudflare
遊び心のある海賊風の声で書き直したり、答えたりする。ユーザーが海賊調や航海の言い回しを求めたり、海賊のように話すよう頼んだ場合に使用する。
official
reproduce
cloudflare
cloudflare/agentsのGitHub issueを再現するために、最小限のAgents/Workerプロジェクトを雛形から作成し、一時的なCloudflareアカウントにデプロイして、その後報告します。
official
test-plan
cloudflare
変更に対する焦点を絞ったテスト計画を作成します。機能のテスト方法、カバーすべきケース、または出荷前のQAチェックリストをユーザーが尋ねた場合に使用します。
official
write-endpoints
cloudflare
chanfanaを使用したOpenAPIエンドポイント構築の包括的ガイド - スキーマ定義、リクエスト検証、CRUD操作、D1データベース統合、および…
official