← ClaudeAtlas

loopbacklisted

Work the Loopback feedback queue — the cross-project bus where real product usage lands as actionable items (pinned UI feedback, backend failures with captured response bodies, UX papercuts, AI-feature feedback with run metadata) and where fixes are written back so pins turn green. Use this whenever the user says "work the feedback queue", "work the loopback queue", "check loopback", "fix the reported feedback", "fix the pins", "what did users report", "triage the feedback", "file feedback", or asks in any words to act on user-reported issues, close reported bugs, or report an observation into the queue — even if they never say "Loopback". Requires the loopback_* MCP tools (or the HTTP /ingest endpoint for filing).
joshidikshant/loopback · ★ 0 · Data & Documents · score 72
Install: claude install-skill joshidikshant/loopback
# Loopback: work the feedback queue Loopback is the feedback bus across this machine's projects. Real product usage — pinned UI feedback, backend failures with response bodies, UX papercuts, feedback on AI features with their run metadata — lands in one queue. Your job is to close loops: fix what real usage surfaced, and write the outcome back so the reporter sees the pin turn green on their page. The project slug: use the one stated in this repo's AGENTS.md ("Working the Loopback queue" section) or in this file if a "Project slug for this repo" line is present below the frontmatter. If neither exists, ask, or check `loopback_get_stats()` for known projects. ## The loop Work one item at a time, most severe first: 1. `loopback_list_feedback(project=<slug>, status="open")` — see what users actually hit. Check `triaged` too if the open queue is empty. 2. `loopback_claim_feedback(id, agent=<your name>)` — claim as your own agent name: `claude-code`, `codex`, `gemini`, or your CLI's name. If the claim is rejected, another agent holds it — pick a different item. Never force-claim (`force=true`) without first stating why in a `loopback_add_comment`. 3. `loopback_get_feedback(id)` — read ALL captured context before touching code. A pin is an anchor, not a scope: a pin on a form button often carries the backend root cause. Specifically read: - `network` and `extra.failed_responses` — failing calls with up to 2KB of response body (error codes, hints, stac