AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Debug Workflow

skill-shioki-cursor-knowledge-management-system-debug-workflow · by shioki

バグ調査、エラー解析、パフォーマンス問題の調査時に使用。過去の類似問題の検索やデバッグセッションの記録にも活用する。

No reviews yet
0 installs
34 views
0.0% view→install

Install

$ agentstack add skill-shioki-cursor-knowledge-management-system-debug-workflow

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-shioki-cursor-knowledge-management-system-debug-workflow)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Debug Workflow? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

デバッグワークフロー

問題の特定から解決、記録までのデバッグプロセス全体を支援するスキルです。

When to Use

  • バグやエラーが発生したとき
  • パフォーマンス問題を調査するとき
  • 過去の類似問題を検索したいとき
  • デバッグセッションを記録したいとき
  • 緊急時の対応フローを確認したいとき

Instructions

1. 過去事例の確認

まず references/DEBUG_TEMPLATE.md を読み込み、過去の問題解決記録を確認してください。

2. デバッグプロセス

Step 1: 問題の特定・記録

以下の情報を整理してください:

  • 発生日時
  • 環境(開発/ステージング/本番)
  • 影響範囲
  • 緊急度(高/中/低)
  • エラーメッセージ
  • 再現手順
  • 期待動作 vs 実際の動作
Step 2: 調査・分析
  • 過去の類似事例を scripts/search-sessions.sh で検索
  • ログ・スタックトレースの分析
  • 関連コンポーネントの影響調査
Step 3: 解決策の実装
  • 原因の仮説を複数立てる
  • 最小限の変更で検証する
  • 影響範囲を考慮したテストを実施する
Step 4: 記録・共有
  • デバッグセッションを記録
  • 根本原因と解決策を文書化
  • 再発防止策を検討

3. セッション管理

デバッグセッションの作成:

bash .cursor/skills/debug-workflow/scripts/create-session.sh "問題の概要"

過去セッションの検索:

bash .cursor/skills/debug-workflow/scripts/search-sessions.sh "キーワード"

4. 緊急時対応

  • 1時間以内に解決できない: チームに相談を推奨
  • システム全体に影響: 即座にエスカレーション
  • データ損失の可能性: 最優先で対応

5. コマンドとの連携

デバッグセッションの開始には /start-debug コマンドの利用を案内してください。 解決後の改善記録には /log-improvement コマンドを案内してください。

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.