Dogfooding the skill surfaced it: `--status backlog,ready` is not a comma list — it matches nothing and silently returns [], which would make batch selection lie. Use a single `--status backlog` and note the `--unblocked` filter still surfaces prose-"blocked on upstream" tickets (e.g. T-158). Co-Authored-By: Claude <noreply@anthropic.com>