dsh-feedback
Feedback log for DeepSeek Harness — lightweight add/list/update/delete of process feedback, persisted to {cwd}/work/feedback.json, a runtime skill describing the mechanism, and a web client panel (top-right session header) to view/copy/edit/delete feedback.
AI 분석
核心用途是收集和管理 Agent 运行中的问题与反馈。适合需要跨上下文回收反馈、持续优化 Agent 表现或配合技能压缩工具使用的用户。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
使用规则(与 omp 一致)
- 发现即记录、轻量:记录时不展开处理;调用失败须重试,不得静默丢弃。
- 自包含:summary 指明哪个 skill/文档/MCP/工具、什么问题。
- 跨上下文回收:任何新会话开始处理前先
feedback_list。 - 处理完即删除;每条反馈要么纳入本单元处理,要么显式推迟,不得无声悬置。
- 多个同类反馈积累 = 演化信号(配合
dsh-skillzip的skillzip_compress等)。 - 详细规则见
skills/feedback/SKILL.md(运行时已注册为feedbackskill)。