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のその他のスキル

dependabot-review
cloudflare
DependabotのPRを分析し、各バンプされたパッケージで実際に何が変更されたか、およびそれらの変更がこのリポジトリに影響を与えるかを判断します。変更されたAPIやメソッドなどを報告します…
module-registry
cloudflare
workerdでモジュールレジストリを扱う際に読み込む — モジュールの解決、コンパイル、評価、登録の読み取り、変更、デバッグ、またはレビュー…
reproduce
cloudflare
cloudflare/agentsのGitHub Issueを再現するために、最小限のAgents/Workerプロジェクトをスキャフォールディングし、一時的なCloudflareアカウントにデプロイして、その後報告する…
local-explorer
cloudflare
ローカルエクスプローラーまたはローカルAPIに製品/リソースを追加する方法。新しいローカルAPIやUIルートを実装する際に使用します。
open-pr
cloudflare
cloudflare/agentsのGitHub Issueと再現結果を基に、修正PRを一発で作成します。ブランチ作成、変更、テスト、プッシュ、そしてIssueにリンクされたPRのオープンまで行います。
write-endpoints
cloudflare
chanfanaを使用したOpenAPIエンドポイント構築の包括的ガイド - スキーマ定義、リクエスト検証、CRUD操作、D1データベース統合、および…
agents-sdk
cloudflare
Cloudflare Workers上でAgents SDKを使用してAIエージェントを構築します。ステートフルなエージェント、耐久性のあるワークフロー、リアルタイムWebSocketアプリ、スケジュールタスクを作成する際に読み込んでください…
changelog
cloudflare
Cloudflareドキュメントサイト向けに製品のチェンジログエントリを作成、更新、レビューします。チェンジログのMDXファイルを生成する際や既存のファイルを編集する際に読み込んでください。