- Added disable-model-invocation flag to agent commands
- Added proper task template with {{USER_MESSAGE}}
- Added detailed instructions for each command
- Updated dexto-code, dexto-database, dexto-github, dexto-pdf
- Updated prometheus-bug, prometheus-feature
This should fix "Unknown skill" errors when using these commands.
Co-Authored-By: Claude <noreply@anthropic.com>
16 lines
371 B
Markdown
16 lines
371 B
Markdown
---
|
|
description: "Prometheus Bug Analyzer - Bug analysis and reproduction"
|
|
disable-model-invocation: true
|
|
---
|
|
|
|
Use Prometheus Bug Analyzer to investigate and fix bugs.
|
|
|
|
**Task:**
|
|
{{USER_MESSAGE}}
|
|
|
|
**Instructions:**
|
|
1. Use ~/.claude/hooks/prometheus-wrapper.sh with --bug mode
|
|
2. Retrieve relevant code context
|
|
3. Create reproduction steps
|
|
4. Generate bug analysis report
|