원클릭으로
debug-agent
Debug 场景特化。触发条件:用户说"帮我 debug"、"这代码炸了"、"报错了"、贴 stack trace、贴报错截图。 提供:动手前检查清单、修改纪律、退出条件判断、debug 三板斧方法论。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Debug 场景特化。触发条件:用户说"帮我 debug"、"这代码炸了"、"报错了"、贴 stack trace、贴报错截图。 提供:动手前检查清单、修改纪律、退出条件判断、debug 三板斧方法论。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
| name | debug-agent |
| description | Debug 场景特化。触发条件:用户说"帮我 debug"、"这代码炸了"、"报错了"、贴 stack trace、贴报错截图。 提供:动手前检查清单、修改纪律、退出条件判断、debug 三板斧方法论。 |
没退路不动手。
改之前:
改的时候:
改之后:
流程: 复现 → 最小化 → 二分
信息源优先级:
别猜。 连猜 3 次没进展 = 停下来重新读代码。
以下情况停手并汇报:
停的时候说清:定位到哪、排除了什么、建议下一步。