Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计提醒

linear-feedback-triageLinear feedback triage 搜索

Agent Skill

用于处理 Linear 项目、Issue、团队、周期和产品开发任务流。它适合让 Agent 辅助查询任务状态、整理需求队列、创建缺陷或汇总迭代进展。使用时需要确认 workspace、team、label、assignee 和状态流转规则;涉及批量创建或修改任务时,应先核对字段和目标团队,避免把草稿需求直接写入正式项目。

总安装

5,998

周安装

255

GitHub Stars

公开资料未说明

下载量

2,101
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:linear-feedback-triage(Linear feedback triage 搜索)
来源仓库:https://github.com/qwqcode/linear-feedback-triage
安装命令:
openclaw skills install linear-feedback-triage
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install linear-feedback-triage

简介

linear-feedback-triage 分类处理用户反馈类问题。

  • 特别针对 FB 团队工作流程优化设计。
  • 支持投诉查询与重复项识别功能。安装时按仓库提供的命令执行,建议先在测试环境验证依赖、命令权限和文件改动范围。
  • 需定期校准标签体系匹配准确性。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
linear-feedback-triage
description
Triage user-feedback issues in Linear, especially FB team / 用户反馈 workflows. Use when asked to query Linear issues, list recent complaints, find duplicate feedback, group membership/payment complaints, decide main issue vs sub-issue, suggest status/labels/assignee, or draft user replies for the Tide feedback process.

Linear Feedback Triage

Use this skill for the Tide-style feedback workflow that lives in Linear.

Quick start

When the user asks about recent feedback, membership complaints, duplicates, or FB issues:

  1. Use exec with npx -y mcporter ... from /Users/claw/.openclaw/workspace.
  2. Query the Linear MCP server configured in config/mcporter.json.
  3. Prefer read-only queries first.
  4. Summarize findings before proposing writes.
  5. Only mutate Linear when the user clearly asks, or when the workflow explicitly calls for it.

Useful commands:

cd /Users/claw/.openclaw/workspace && npx -y mcporter call linear.list_issues team=FB limit=10
cd /Users/claw/.openclaw/workspace && npx -y mcporter call linear.get_issue id=FB-12345
cd /Users/claw/.openclaw/workspace && npx -y mcporter call linear.list_issue_statuses team=FB
cd /Users/claw/.openclaw/workspace && npx -y mcporter call linear.list_issue_labels team=FB

Core workflow

1. Query first

For broad requests, start with linear.list_issues.

Good filters:

  • team=FB for 用户反馈
  • label=会员支付 for membership/payment complaints
  • query=退款 / query=续费 / query=支付失败 for narrower searches
  • limit=10 unless the user asks for more

If descriptions are truncated, follow up with linear.get_issue on the specific IDs.

2. Normalize the feedback type

Map issues into a small set before deciding action:

  • 建议: product/content suggestion, feature request, request for a new payment method
  • BUG: broken flow, payment failure, renewal failure, login/register issue, crash, data problem
  • 内容反馈: meditation/sleep/sound/content quality issues
  • 其他: unclear but not obviously a bug or suggestion

Keep labels to at most 3, mixing platform + primary class + one secondary domain when helpful.

Label guidance

Zero-level labels

  • Android
  • iOS
  • Web
  • 重要

First-level labels

  • 建议
  • 功能故障
  • 内容反馈
  • 会员支付
  • 注册登录
  • 其他

Second-level labels

  • 专注功能
  • 睡眠功能
  • 帐号数据
  • 网络问题
  • 闪退崩溃
  • 播放功能
  • 冥想内容
  • 声音内容
  • 睡眠内容

Status guidance

Use the user's workflow vocabulary when recommending or applying statuses:

  • 待处理: raw incoming feedback
  • 待跟进: assigned and entering workflow
  • 沟通中: active user communication
  • 处理中: analysis, fixing, discussion, or investigation underway
  • 挂起: blocked or dormant short-term
  • 已解决: issue resolved or recorded elsewhere and no further user question remains
  • 已归档: duplicate/aged-out/archive state
  • 无效反馈: spam or meaningless feedback; use sparingly

Duplicate-handling rules

For suspected duplicates:

  1. Compare issue title, complaint theme, platform, account hints, and timestamps.
  2. If it is the same user and same complaint, treat it as a likely duplicate.
  3. If it matches an existing unresolved bug:

- recommend the new issue be archived - recommend linking it under the main issue as a sub-issue - reply to the user that the problem has been received and is being handled

  1. If it matches an existing resolved bug:

- recommend archive/sub-issue under the solved main issue - reply asking the user to update to the solved version or re-check

When confidence is low, say so explicitly instead of forcing a merge.

Membership/payment complaint guidance

Common membership/payment buckets:

  • refund / cancellation request
  • auto-renewal complaint
  • payment failure
  • renewal failure
  • purchase blocked by account conflict
  • payment-method suggestion

Heuristic:

  • payment method request → usually 建议 + 会员支付
  • cannot pay / renew / buy → usually BUG or transactional failure + 会员支付
  • refund / cancel auto-renewal → usually support/payment workflow item; still tag 会员支付

Reply drafting

If the user asks for a reply draft, produce text that can be used with Tide Bot:

@tidebot /reply <reply text>

Default tones:

  • unresolved known/active issue: acknowledge receipt, say it is being handled
  • resolved issue: suggest updating/retrying on latest version
  • suggestion: thank the user and say it has been recorded for evaluation

Do not claim a fix is shipped unless Linear evidence supports it.

Mutation commands

Only use these when needed:

cd /Users/claw/.openclaw/workspace && npx -y mcporter call linear.save_issue id=FB-12345 state=处理中
cd /Users/claw/.openclaw/workspace && npx -y mcporter call linear.save_issue id=FB-12345 labels='["会员支付","Android"]'
cd /Users/claw/.openclaw/workspace && npx -y mcporter call linear.save_comment issueId=FB-12345 body='处理中,已复现。'

Before writes, briefly state what you are about to change.

Output format

For analysis requests, prefer:

  • issue ID
  • short title
  • status
  • labels
  • why it matches the request
  • duplicate/main-issue recommendation if relevant

For grouping requests, prefer buckets such as:

  • 退款 / 退订
  • 自动续费争议
  • 支付失败
  • 无法购买 / 无法续费
  • 支付方式建议

Keep summaries compact and decision-oriented.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

71.5%
按下载量换算1,502

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills