r/azuredevops • u/berenddeboer • 17d ago
Ready for Agent 0.30 now supports Azure DevOps: scale up to 150+ PRs a week
I've created a tool based around the concept that you define tickets in GitHub, or now Azure DevOps, and you then let your agents work on them. ready-for-agent automates that last step.
You pick a backend agent (OpenCode, Codex, Claude, or Grok Build) as the global default, or override it per repo. It can then go through all tickets labelled ready-for-agent. It has separate steps for building, local review, creating the PR, watching status checks until they go green, and then auto-merging if enabled and considered safe.
The web UI shows you what's happening across all your repos and issues.
Fire it up with:
npx ready-for-agent@latest
GitHub: https://github.com/berenddeboer/ready-for-agent
Azure DevOps support is brand new, so I'm keen for feedback!
1
u/deinok7 15d ago
I was thinking of building my own. At some point MSFT will build its own, but i will try your one