什么是 github-pr-inline-reply?
使用 GitHub API 回复有关 GitHub 拉取请求的内联 PR 审核评论。当您需要回复 PR 上的个别审阅评论、确认反馈或通过在评论线程中直接回复将评论标记为已解决时,请使用此技能。 来源:azure-samples/azure-search-openai-demo。
使用 GitHub API 回复有关 GitHub 拉取请求的内联 PR 审核评论。当您需要回复 PR 上的个别审阅评论、确认反馈或通过在评论线程中直接回复将评论标记为已解决时,请使用此技能。
通过命令行快速安装 github-pr-inline-reply AI 技能到你的开发环境
来源:azure-samples/azure-search-openai-demo。
This skill enables replying directly to inline review comments on GitHub pull requests.
To resolve (mark as resolved) PR review threads, use the GraphQL API:
The thread ID starts with PRRT and can be found in the GraphQL query response.
使用 GitHub API 回复有关 GitHub 拉取请求的内联 PR 审核评论。当您需要回复 PR 上的个别审阅评论、确认反馈或通过在评论线程中直接回复将评论标记为已解决时,请使用此技能。 来源:azure-samples/azure-search-openai-demo。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/azure-samples/azure-search-openai-demo --skill github-pr-inline-replyBrowse more skills from azure-samples/azure-search-openai-demo
使用 GitHub API 回复有关 GitHub 拉取请求的内联 PR 审核评论。当您需要回复 PR 上的个别审阅评论、确认反馈或通过在评论线程中直接回复将评论标记为已解决时,请使用此技能。 来源:azure-samples/azure-search-openai-demo。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/azure-samples/azure-search-openai-demo --skill github-pr-inline-reply 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/azure-samples/azure-search-openai-demo