什么是 pr-comment-analysis?
从 GitHub Pull Request 中提取、整合和确定所有评论的优先级,以进行系统代码审查。获取内联评论和一般公关对话,然后按优先级(关键错误/安全、设计改进、风格挑剔)进行分析和组织。在处理 PR 审核、整合多个审核者的反馈或根据审核意见创建行动计划时使用。 来源:auldsyababua/instructor-workflow。
从 GitHub Pull Request 中提取、整合和确定所有评论的优先级,以进行系统代码审查。获取内联评论和一般公关对话,然后按优先级(关键错误/安全、设计改进、风格挑剔)进行分析和组织。在处理 PR 审核、整合多个审核者的反馈或根据审核意见创建行动计划时使用。
通过命令行快速安装 pr-comment-analysis AI 技能到你的开发环境
来源:auldsyababua/instructor-workflow。
This skill provides comprehensive extraction and analysis of GitHub Pull Request comments, enabling systematic handling of code review feedback. It fetches all comments from a PR (both inline code comments and general conversation), consolidates feedback from multiple reviewers, identifies high-consensus issues, and generates prioritized action plans.
This creates pr-code-review-comments/pr42-code-review-comments.json in your repo.
Load the JSON output and provide it to an LLM agent with the enhanced analysis prompt from references/analysis-prompt.md.
从 GitHub Pull Request 中提取、整合和确定所有评论的优先级,以进行系统代码审查。获取内联评论和一般公关对话,然后按优先级(关键错误/安全、设计改进、风格挑剔)进行分析和组织。在处理 PR 审核、整合多个审核者的反馈或根据审核意见创建行动计划时使用。 来源:auldsyababua/instructor-workflow。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/auldsyababua/instructor-workflow --skill pr-comment-analysis从 GitHub Pull Request 中提取、整合和确定所有评论的优先级,以进行系统代码审查。获取内联评论和一般公关对话,然后按优先级(关键错误/安全、设计改进、风格挑剔)进行分析和组织。在处理 PR 审核、整合多个审核者的反馈或根据审核意见创建行动计划时使用。 来源:auldsyababua/instructor-workflow。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/auldsyababua/instructor-workflow --skill pr-comment-analysis 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/auldsyababua/instructor-workflow