Move feedback into development work
New feedback arrived.
Let your Agent read the scene.
Give a trusted Agent the CLI or Skill. It can read feedback, download screenshots, prepare an actionable development prompt, and update progress.
fbpp
List feedback
Download screenshots
Update progress
Give the CLI to your Agent
Use this in a trusted terminal or server environment. Never place an owner API token in a public website.
Useful Agent commands
Remote Skill and API fallback
Agents can read the remote Skill for the latest integration rules. The HTTP API remains available when a CLI is not convenient.
HTTP API endpoints
GET /api/cli/sites: list websites.GET /api/cli/feedback?site=<siteKey>&status=new: list feedback.GET /api/cli/feedback/:id: read feedback details.GET /api/cli/feedback/:id/screenshot: download a screenshot with a Bearer token.PATCH /api/cli/feedback/:id: update status, type, priority, title, or notes.