I built an unattended Claude Code loop that reviews PRs and works my Jira backlog A developer built an unattended Claude Code plugin, ultracode-live-engineer, that automatically reviews Slack-mentioned PRs, follows up on its own PRs, and picks up Jira tickets. After 163 wake-ups, it reviewed 32 PRs, fixed 4 PR follow-ups, and moved 13 tickets forward, with an idle pass optimized to be 58% faster and use 30% fewer agent calls. The developer emphasizes a non-negotiable rule to escalate ambiguous cases to humans rather than guessing. Every developer knows this Tuesday: you're deep in a bug, Slack pings with "can you review this PR?", and by the time you get back to your own code you've lost the thread. Meanwhile the Jira backlog sits there — every ticket in it legitimate, and every one losing to whatever's on fire that day. php flowchart LR S "Slack ping" -- C1 "stop coding" -- R "review PR" -- C2 "lost the thread" B "Jira backlog" -.- |"loses to\nwhatever's urgent"| N "stays untouched" Neither task needs me specifically — just consistent judgment, on a schedule that doesn't depend on how busy I am. So I built ultracode-live-engineer , a Claude Code plugin that wakes up on its own and handles both. php flowchart TD W "⏰ Wake" -- P1 & P2 & P3 P1 "👀 Slack Review