·pr-operations
</>

pr-operations

dagster-io/erk

Use when working with PR review comments, resolving threads, or replying to discussion comments. Essential for understanding the correct erk exec commands for PR thread operations.

0Installs·0Trend·@dagster-io

Installation

$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 |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/dagster-io/erk --skill pr-operations
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is pr-operations?

Use when working with PR review comments, resolving threads, or replying to discussion comments. Essential for understanding the correct erk exec commands for PR thread operations. Source: dagster-io/erk.

How do I install pr-operations?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dagster-io/erk --skill pr-operations Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

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