Install
openclaw skills install linear-feedback-triageTriage 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.
openclaw skills install linear-feedback-triageUse this skill for the Tide-style feedback workflow that lives in Linear.
When the user asks about recent feedback, membership complaints, duplicates, or FB issues:
exec with npx -y mcporter ... from /Users/claw/.openclaw/workspace.config/mcporter.json.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
For broad requests, start with linear.list_issues.
Good filters:
team=FB for 用户反馈label=会员支付 for membership/payment complaintsquery=退款 / query=续费 / query=支付失败 for narrower searcheslimit=10 unless the user asks for moreIf descriptions are truncated, follow up with linear.get_issue on the specific IDs.
Map issues into a small set before deciding action:
Keep labels to at most 3, mixing platform + primary class + one secondary domain when helpful.
Use the user's workflow vocabulary when recommending or applying statuses:
For suspected duplicates:
When confidence is low, say so explicitly instead of forcing a merge.
Common membership/payment buckets:
Heuristic:
If the user asks for a reply draft, produce text that can be used with Tide Bot:
@tidebot /reply <reply text>
Default tones:
Do not claim a fix is shipped unless Linear evidence supports it.
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.
For analysis requests, prefer:
For grouping requests, prefer buckets such as:
Keep summaries compact and decision-oriented.