debug
от anthropic
Структурированный сеанс отладки — воспроизведение, изоляция, диагностика и исправление. Запускается с сообщением об ошибке или стеком вызовов, «это работает на стейджинге, но не в проде»,…
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill debug/debug
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
Run a structured debugging session to find and fix issues systematically.
Usage
/debug $ARGUMENTS
How It Works
┌─────────────────────────────────────────────────────────────────┐
│ DEBUG │
├─────────────────────────────────────────────────────────────────┤
│ Step 1: REPRODUCE │
│ ✓ Understand the expected vs. actual behavior │
│ ✓ Identify exact reproduction steps │
│ ✓ Determine scope (when did it start? who is affected?) │
│ │
│ Step 2: ISOLATE │
│ ✓ Narrow down the component, service, or code path │
│ ✓ Check recent changes (deploys, config changes, dependencies) │
│ ✓ Review logs and error messages │
│ │
│ Step 3: DIAGNOSE │
│ ✓ Form hypotheses and test them │
│ ✓ Trace the code path │
│ ✓ Identify root cause (not just symptoms) │
│ │
│ Step 4: FIX │
│ ✓ Propose a fix with explanation │
│ ✓ Consider side effects and edge cases │
│ ✓ Suggest tests to prevent regression │
└─────────────────────────────────────────────────────────────────┘
What I Need From You
Tell me about the problem. Any of these help:
- Error message or stack trace
- Steps to reproduce
- What changed recently
- Logs or screenshots
- Expected vs. actual behavior
Output
## Debug Report: [Issue Summary]
### Reproduction
- **Expected**: [What should happen]
- **Actual**: [What happens instead]
- **Steps**: [How to reproduce]
### Root Cause
[Explanation of why the bug occurs]
### Fix
[Code changes or configuration fixes needed]
### Prevention
- [Test to add]
- [Guard to put in place]
If Connectors Available
If ~~monitoring is connected:
- Pull logs, error rates, and metrics around the time of the issue
- Show recent deploys and config changes that may correlate
If ~~source control is connected:
- Identify recent commits and PRs that touched affected code paths
- Check if the issue correlates with a specific change
If ~~project tracker is connected:
- Search for related bug reports or known issues
- Create a ticket for the fix once identified
Tips
- Share error messages exactly — Don't paraphrase. The exact text matters.
- Mention what changed — Recent deploys, dependency updates, and config changes are top suspects.
- Include context — "This works in staging but not prod" or "Only affects large payloads" narrows things fast.
Больше skills от anthropic
comps-analysis
anthropic
ВСЕГДА соблюдайте следующую иерархию источников данных:
official
analyzing-financial-statements
anthropic
Этот навык рассчитывает ключевые финансовые коэффициенты и метрики на основе данных финансовой отчётности для инвестиционного анализа.
official
applying-brand-guidelines
anthropic
Этот навык применяет единый корпоративный брендинг и стиль ко всем создаваемым документам, включая цвета, шрифты, макеты и сообщения.
official
cookbook-audit
anthropic
Провести аудит блокнота Anthropic Cookbook на основе рубрики. Используйте, когда запрашивается рецензия или аудит блокнота.
official
creating-financial-models
anthropic
Этот навык предоставляет расширенный набор инструментов для финансового моделирования с анализом DCF, тестированием чувствительности, симуляциями Монте-Карло и планированием сценариев для инвестиционных…
official
action-creator
anthropic
Создаёт пользовательские шаблоны действий в один клик, которые выполняют операции с электронной почтой при нажатии в интерфейсе чата. Используйте, когда пользователю нужны повторно используемые действия для…
official
docx
anthropic
Всестороннее создание, редактирование и анализ документов с поддержкой отслеживания изменений, комментариев, сохранения форматирования и извлечения текста. Когда Клод…
official
executive-briefing
anthropic
Преобразует результаты исследований в брифинги, готовые для руководителей. Автоматически активируется, когда пользователь упоминает «executive», «briefing», «C-suite», «board»,…
official