$ loading_
获取指定 GitHub 通知线程的详细信息,便于快速查看上下文与后续处理。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "inbox-get-notification-details" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/vscode-team-kit/main/github-inbox/skills/inbox-get-notification-details/SKILL.md 2. 保存为 ~/.claude/skills/inbox-get-notification-details/SKILL.md 3. 装好后重载技能,告诉我可以用了
获取这个 GitHub 通知线程的详细信息,包括仓库、主题、参与者、未读状态和相关链接:thread_id=123456
返回该通知线程的完整详情,帮助我快速了解代码评审背景与当前状态。
查询这个 GitHub 通知线程的详细内容,确认它来自哪个仓库、对应什么事件、是否需要立即处理:thread_id=789012
输出通知的来源、事件类型和关键上下文,便于判断优先级与处理方式。
请提取这个 GitHub 通知线程的详细信息,并总结我处理它前需要知道的上下文:thread_id=345678
返回线程详情及简要上下文摘要,帮助我更快决定下一步操作。
Use gh api to fetch details of a specific notification thread or issue/PR comments.
gh api /notifications/threads/{thread_id}
gh api repos/{owner}/{repo}/issues/{number}/comments --jq '.[-1] | {user: .user.login, body: .body}'
gh api repos/{owner}/{repo}/pulls/{number}/comments --jq '.[-1] | {user: .user.login, body: .body}'
Replace {thread_id}, {owner}, {repo}, {number} with actual values.
gh api command as a separate terminal invocation — NEVER chain with &&--jq for filtering — it is built into gh调用多模型交叉审查代码变更、PR与高风险修改,辅助发现缺陷与争议点
帮助用户快速忽略或清理指定的 GitHub 通知,减少收件箱干扰。