pr-operations

Installation
SKILL.md

PR Operations Skill

Core Rule

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.

Quick Reference

Command Purpose Key Point
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 single thread Does both in one operation
Related skills
Installs
67
Repository
dagster-io/erk
GitHub Stars
81
First Seen
Jan 29, 2026