rupak4145/Agents-in-DevOps-1 ? reverse-engineered prompt

Reverse engineered prompt

Build me a Python agent that looks at a failed CI/CD build log, finds the error, checks the related source file, and explains what probably went wrong in a way a developer can act on quickly.

I want it to use Google Gemini to reason through the failure, decide what file to inspect next, and then produce a clear incident summary with the root cause, affected file, severity, and a recommended fix. If it helps, you can also make it print a Slack style summary in the terminal for now instead of sending a real Slack message.

Please include a small sample failure log and example source file so I can test it right away. Keep it simple to run from Python, and if you need current setup details or SDK usage, look them up online.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab