CursorPool
← 返回首页

spikes-feedback

0

在 Cursor 内读取来自 Spikes(spikes.sh) 的结构化用户反馈,接入 Spikes MCP server、教 agent 反馈闭环工作流的 Skill,以及在 UI 改动后提示检查反馈的规则。

1 条规则

# Spikes feedback loop

If this repo has a `.spikes/` directory, treat reviewer feedback as a first-class input.

- After a UI change, run `spikes list --json --unresolved` (or the equivalent MCP tool) and check whether any open item was about the element you just touched.
- When a user says "fix the feedback" without specifics, list open items first and confirm scope before editing.
- Resolve items only after verifying the fix renders correctly. Don't pre-resolve.
- Selectors are the source of truth for "which element" — prefer them over paraphrased comments.