ワンクリックで
debug-agent
Debug 场景特化。触发条件:用户说"帮我 debug"、"这代码炸了"、"报错了"、贴 stack trace、贴报错截图。 提供:动手前检查清单、修改纪律、退出条件判断、debug 三板斧方法论。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Debug 场景特化。触发条件:用户说"帮我 debug"、"这代码炸了"、"报错了"、贴 stack trace、贴报错截图。 提供:动手前检查清单、修改纪律、退出条件判断、debug 三板斧方法论。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
AI Agent Skill for meeting management. Audio transcription and structured storage with entity linking.
Automatically archive old documents from active/daily/ to archive/ based on file age. Archives files older than specified days into archive/YYYY-MM/ directories.
Security guidance and best practices for code development. Use when writing authentication code, handling sensitive data, validating user input, designing APIs, or reviewing code for security issues.
Generate codemods for large-scale code changes. Use when refactoring patterns across many files.
Automatically archive old documents from active/ to archive/ based on age and relevance rules.
Use Brave Search API to search the web and return structured results (title/url/snippet). Trigger when the user asks to enable Brave search, configure Brave API key, or perform web search using Brave.
SOC 職業分類に基づく
| name | debug-agent |
| description | Debug 场景特化。触发条件:用户说"帮我 debug"、"这代码炸了"、"报错了"、贴 stack trace、贴报错截图。 提供:动手前检查清单、修改纪律、退出条件判断、debug 三板斧方法论。 |
没退路不动手。
改之前:
改的时候:
改之后:
流程: 复现 → 最小化 → 二分
信息源优先级:
别猜。 连猜 3 次没进展 = 停下来重新读代码。
以下情况停手并汇报:
停的时候说清:定位到哪、排除了什么、建议下一步。