reproduce-bug
Installation
SKILL.md
Arguments
[GitHub issue number]
Reproduce Bug Command
Look at github issue #$ARGUMENTS and read the issue description and comments.
Phase 1: Log Investigation
Run the following agents in parallel to investigate the bug:
- Task rails-console-explorer(issue_description)
- Task appsignal-log-investigator(issue_description)
Think about the places it could go wrong looking at the codebase. Look for logging output we can look for.
Run the agents again to find any logs that could help us reproduce the bug.
Keep running these agents until you have a good idea of what is going on.