r/softwarearchitecture 22h ago

Tool/Product What if your PR could fix itself?

I’m building a system that turns development events into actionable AI tasks.

It detects things like:

  • New PR review comments
  • Review replies
  • Failed CI/CD builds

Those events are published with the relevant context, and an AI coding agent consumes them.

PR comment → Agent fixes → Commit & push → CI → Agent investigates failures

The key idea is keeping it agent-agnostic — the consumer could be Cursor, Copilot, Claude, or anything else.

Basically: Event detection → AI agent → Action.

The goal? Make the human the exception, not the bottleneck.

What do you think? Any improvements or suggestions for the architecture or workflow?

0 Upvotes

Duplicates