Reproduce and investigate a bug using logs and console inspection
Investigates GitHub issues by running parallel console and log analysis agents to reproduce bugs. Use this when you need to automatically gather evidence and reproduction steps from logs and console exploration for a specific issue.
/plugin marketplace add EveryInc/compounding-engineering-plugin/plugin install compound-engineering@every-marketplace[GitHub issue number]Look at github issue #$ARGUMENTS and read the issue description and comments.
Then, run the following agents in parallel to reproduce the bug:
Then think about the places it could go wrong looking at the codebase. Look for loggin output we can look for.
Then, run the following agents in parallel 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.
Reference Collection:
app/services/example_service.rb:42)Then, add a comment to the issue with the findings and how to reproduce the bug.