# feedback-agent：云智能体自动修 Bug 并开 PR

- 来源：eric zakariasson (@ericzakariasson)
- 发布时间：2026-08-15 23:59
- AIHOT 分数：44
- AIHOT 链接：https://aihot.virxact.com/items/cmsukfxk1025brouh4cyn80wa
- 原文链接：https://x.com/ericzakariasson/status/2088656734873321805

## AI 摘要

Eric Zakariasson 将用户反馈自动修复流程打包成 npm 包 feedback-agent，应用内嵌入组件后，用户提交反馈即触发云智能体处理。该流程基于 PostHog 收集的文本、会话回放、事件和错误数据，由 Cursor 云智能体结合只读 PostHog MCP 上下文循环验证修复，最终自动创建带测试的 GitHub PR 供手机端审核。

## 正文

i turned this into an npm package

you drop a widget in your app and when someone files feedback, a cloud agent opens a pr

npm i feedback-agent

### 引用推文

> eric zakariasson：i've been building some smaller apps over the last weeks for myself, friends and family and discovered a pretty nice pattern in the process you see, after build...
