闲社服务运行正常AI智能体自动化平台

消费者负反馈诊断

# 消费者负反馈诊断

作者:暂未提供 | 来源记录:ClawHub
包含在套餐中
登记来源
ClawHub
版本
V 1.0.0
检测标记
后台标记通过
随套餐获取
请查看所属套餐
0
收藏
来源与检测标记为平台登记信息,并不代表已展示可复核的检测报告。使用前请核对版本、依赖和所需权限,建议先在隔离环境中运行。
概述
安装方式
版本历史

消费者负反馈诊断

消费者负反馈诊断

Use this skill when a shop has exported redacted negative feedback from reviews, after-sales, complaints, or customer service and needs a repeatable triage queue.

Prerequisites

  • - Python 3.9 or newer.
  • A redacted JSON array with feedback references and owner-supplied signal tags.
  • A platform profile with the desired response deadline.

Input and output

Each record contains feedbackref, channel, orderref, rating, signaltags, productclaimstatus, refundrequest, and owner_note. Signal tags must be explicit observations; the script does not infer intent from a person\'s identity.

Output is consumerfeedbacktriage.json with cause, severity, evidence tasks, deadline, owner queue, and HUMANREVIEWREQUIRED status.

Procedure

  1. 1. Export or enter only redacted feedback facts.
  2. Run python scripts/triageconsumerfeedback.py --input examples/feedback.json --output consumerfeedbacktriage.json.
  3. Pass the triage output to feedback-reply-guard for a draft queue, or route it to the responsible human team.

Error recovery

Malformed JSON, missing redaction fields, or unsupported rating values exits non-zero. Unknown signal tags remain REVIEW and are never silently treated as a product fault or customer fault.

Permission and privacy boundaries

The skill does not contact a consumer, post a reply, decide a refund, admit liability, reveal private data, or change an order. Keep order references pseudonymous and remove names, phone numbers, addresses, account IDs, and chat screenshots before input.

Acceptance

The example must create separate queues for a product-claim issue, a logistics issue, and an unknown issue, with evidence tasks and HUMANREVIEWREQUIRED on every row.

下载

v1.0.0 最新 2026-8-26 15:14
初始版本(来自套餐拆分)
返回顶部