·pr-operations
</>

pr-operations

dagster-io/erk

在处理 PR 审核评论、解决主题或回复讨论评论时使用。对于理解 PR 线程操作的正确 erk exec 命令至关重要。

0安装·0热度·@dagster-io

安装

$npx skills add https://github.com/dagster-io/erk --skill pr-operations

SKILL.md

CRITICAL: Use ONLY erk exec Commands for PR Thread Operations ❌ DO NOT use raw gh api calls for thread operations ❌ DO NOT use gh pr commands directly for thread resolution ✅ ONLY use erk exec commands listed below The erk exec commands handle thread resolution correctly. Raw API calls only reply without resolving.

| get-pr-review-comments | Fetch unresolved review threads | Returns threads with line info | | get-pr-discussion-comments | Fetch PR discussion comments | Returns top-level comments | | resolve-review-thread | Reply AND resolve a thread | Does both in one operation | | reply-to-discussion-comment | Reply to discussion comment | For non-code feedback |

| post-pr-inline-comment | Post new inline comment | Creates new review thread |

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/dagster-io/erk --skill pr-operations
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 pr-operations?

在处理 PR 审核评论、解决主题或回复讨论评论时使用。对于理解 PR 线程操作的正确 erk exec 命令至关重要。 来源:dagster-io/erk。

如何安装 pr-operations?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/dagster-io/erk --skill pr-operations 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/dagster-io/erk