$ loading_
帮助用户管理 GitHub 通知线程的订阅状态,减少无关提醒干扰。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "inbox-manage-subscription" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/vscode-team-kit/main/github-inbox/skills/inbox-manage-subscription/SKILL.md 2. 保存为 ~/.claude/skills/inbox-manage-subscription/SKILL.md 3. 装好后重载技能,告诉我可以用了
请帮我取消这个 GitHub 通知线程的订阅,避免后续继续收到提醒。
返回该线程已取消订阅的结果或操作状态说明。
请重新订阅这个 GitHub 通知线程,我想继续接收后续讨论更新。
返回该线程已重新订阅的结果或状态说明。
请查看这个 GitHub 通知线程当前是否处于订阅状态。
返回当前订阅状态,说明是否正在接收该线程通知。
Stop receiving notifications for this thread:
gh api --method PUT /notifications/threads/{thread_id}/subscription -f ignored=true
Subscribe to receive notifications:
gh api --method PUT /notifications/threads/{thread_id}/subscription -f ignored=false
Remove subscription entirely:
gh api --method DELETE /notifications/threads/{thread_id}/subscription
Replace {thread_id} with the notification's id field.
调用多模型交叉审查代码变更、PR与高风险修改,辅助发现缺陷与争议点
一键将 GitHub 通知全部标记为已读,快速清空消息待办。