reply
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
- If the PR context above is
NO_PR, stop and tell the user there is no PR for this branch. Do nothing else. - Never reply to comments that are already resolved.
- Never reply to comments that are unrelated to the current conversation context.
- 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:
More from derogab/agent-kit
pr
Create or update a pull request for the current branch with a summary of all changes. Use when the user asks to open, create, update, or refresh a PR/pull request.
71commit
Create a git commit following the Conventional Commits specification. Use when the user asks to commit staged changes or create a commit message.
70worktree
Resolve missing gitignored files in a git worktree by symlinking them from the main repository.
11review-council
Run all code review tools in parallel and aggregate results into a comprehensive review report.
8redis
Read the Redis Patterns for Coding Agents documentation before answering Redis questions or making Redis changes.
1