← Back to context

Comment by Deeds67

4 hours ago

Just create a skill for it -> I call mine `babysit`. It spins up a subagent that polls it every x minutes and auto-fixes it until it's green. I already continue with the next task while it does that in the background

I do this with our AI PR review checks. We have AI review every PR and commits to PRs... which can cause long running loops of commit<>fix.

So my agent just listens for green checks and no PR comments and loops until those conditions are met.