帮助用户快速忽略或清理指定的 GitHub 通知,减少收件箱干扰。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "inbox-dismiss-notification" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/vscode-team-kit/main/github-inbox/skills/inbox-dismiss-notification/SKILL.md 2. 保存为 ~/.claude/skills/inbox-dismiss-notification/SKILL.md 3. 装好后重载技能,告诉我可以用了
帮我忽略 GitHub 中这个仓库最近 7 天内我已经处理过的通知,避免它们继续占用收件箱。
返回已忽略通知的处理结果,收件箱中对应提醒被清理。
请忽略这个 GitHub issue 线程相关的所有通知,我暂时不需要再收到它的收件箱提醒。
该线程关联的通知被批量忽略,并反馈执行状态。
把我 GitHub 收件箱里标记为低优先级、无需跟进的通知全部忽略。
低优先级通知被统一忽略,帮助用户专注重要消息。
Replace {thread_id} with the notification's id field.
Notification will still render in inbox, but marked as read.
gh api --method PATCH /notifications/threads/{thread_id}
Notification will be marked as done and removed from inbox, but doesn't unsubscribe from the thread.
gh api --method DELETE /notifications/threads/{thread_id}
Will no longer receive notifications from the thread.
gh api --method DELETE /notifications/threads/{thread_id}/subscription
To fully dismiss a notification, unsubscribe and mark as done.
gh api --method DELETE /notifications/threads/{thread_id}/subscription
gh api --method DELETE /notifications/threads/{thread_id}
Chain multiple commands together in a single terminal invocation using && or ; to avoid multiple confirmations.
GH_PAGER=cat to gh api calls to avoid interactive pagers帮助用户通过 gh 命令获取并查看 GitHub 通知列表,快速处理仓库动态。
帮助 AI 代理读写记忆与规则,并按环境自动选择可用存储方案
调用多模型交叉审查代码变更、PR与高风险修改,辅助发现缺陷与争议点
帮助你快速检索 GitHub 中分配给你、待分诊或自定义条件的议题与 PR。
汇集多模型独立方案与辩论,辅助实现路径和架构决策
为 GitHub 议题或拉取请求快速添加表情反应,提升协作反馈效率。
一键将 GitHub 通知全部标记为已读,快速清空消息待办。
帮助用户管理 GitHub 通知线程的订阅状态,减少无关提醒干扰。
帮助用户一键在浏览器中打开 GitHub 通知链接并快速查看详情。
获取指定 GitHub 通知线程的详细信息,便于快速查看上下文与后续处理。
帮助用户整理、存储并检索收件箱内容,提升信息归档与后续处理效率。
帮助用户用 GitHub CLI 管理议题、PR、CI 日志、评论、发布与接口查询。