afk

Installation
SKILL.md

/afk

Drain the agent-ready backlog. Single skill that owns issue selection, worktree isolation, inner-agent execution, GitHub state coordination, merge-back, and runner-fallback.

When To Use

  • /afk — every issue currently labelled ready-for-agent.
  • /afk --prd 42 — only issues that reference PRD #42 (by prd: #42 line in body, parent link, or prd:42 label).
  • /afk --issues 356,359,362 — explicit list, in that order.
  • /afk --runner codex — pin a backend instead of alternating on exhaustion.
  • /afk -n 5 — cap at five issues (default: drain until empty).
  • /afk --once — single supervised iteration. Same as scripts/once.sh. Use for debugging the prompt.
  • /afk monitor — readonly status board, reads .red/tmp/afk-state.json from another terminal.

Hard Preconditions

Refuse to start if any of these fail. The user fixes them, you don't.

Installs
1
First Seen
May 16, 2026
afk — reddb-io/red-skills