veld-launch-feedback-loop

Solid

Launch the Veld feedback loop — act as the coding agent that pulls human feedback off Veld's in-browser overlay and works it one item at a time. Use when the user says "run the feedback loop", "watch for my feedback", "I'll review in the browser", "start collaborating on the UI", or when they want an agent parked on `veld feedback next`. Assumes a Veld run is already serving the app.

Code & Development 12 stars 2 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
37
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Launch the Veld Feedback Loop Veld shows the human an in-browser overlay to comment on elements, pages, and screenshots. Those comments land on a **linear queue**. Your job: drain it — pull the next item, fix it, reply, repeat — until the human clicks **Done**. The queue is stateless from your side: there is **no cursor to track**. You call `veld feedback next`, work the item it returns, then `reply`/`resolve`. That item drops off, and the next call returns the following one. ## On invocation — start looping now 1. **Find the run.** `veld feedback next` auto-selects the current run (a single active or recently-used run); if several exist, pass `--name <run>`. If there is no run at all, ask the human to `veld start <node> --name <run>` first. 2. **Enter the loop below and keep running it until you get `"ended"`.** Don't stop after one item — this is a Ralph loop; you keep pulling. ``` loop: out = veld feedback next --wait --name <run> --json → result "item" : work it (below), then reply (or resolve) → result "timeout" : call next again (nothing waiting yet) → result "ended" : the reviewer clicked "Done" → stop the loop ``` `next --wait` blocks in the CLI (polling ~1×/sec, up to ~4 min) then returns `timeout`. On `timeout`, **just call it again** — re-invoking is free (no cursor) and resumes cleanly even if you were killed or the session restarted: a day-old comment is still at the head next time you call. ## Working an item The `item` payload ha...

Details

Author
prosperity-solutions
Repository
prosperity-solutions/veld
Created
4 months ago
Last Updated
today
Language
Rust
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

loopback

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).

0 Updated today
joshidikshant
AI & Automation Solid

wjs-looping-feedback

Use when the user wants to add an in-site feedback loop to a website repo — a floating "提个建议" button where allowlisted visitors submit suggestions that become a GitHub Issue, which GitHub Actions turns into an automatic code change via Claude Code, auto-merges and deploys, and records on a /_feedback dashboard with one-click revert. Triggers — "给网站加个反馈对话框", "提一句话就自动改网站", "装上反馈闭环", "feedback loop", "/wjs-looping-feedback".

107 Updated 3 days ago
jianshuo
AI & Automation Solid

run-feedback

Use when a run of a workflow, skill, command, or test produced errors or friction worth keeping, or when executing the end-of-run Retro Global Protocol — collect findings into the feedback inbox, triage them (defect / work-item / noise), and file defects into the known-issues ledger or work-items into the backlog. Triggers: "собери фидбек по прогону", "file run errors", "retro this run", "/run-feedback".

4 Updated today
MatrixFounder