reply

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Context

  • Current branch: !git branch --show-current
  • PR for this branch: !gh pr view --json number,url 2>/dev/null || echo "NO_PR"

Your task

Reply to unresolved review comments on the current PR that relate to what we have been discussing in this conversation. Skip every other comment.

Pre-flight checks

  1. If the PR context above is NO_PR, stop and tell the user there is no PR for this branch. Do nothing else.
  2. Never reply to comments that are already resolved.
  3. Never reply to comments that are unrelated to the current conversation context.
  4. Never resolve threads. Never modify any files. This skill only posts replies.

Resolve the repository coordinates

Get owner, repo, and PR number for the API calls below:

Related skills
Installs
9
GitHub Stars
4
First Seen
11 days ago