# Pr Resolver

> Resolve all review comments on a specified GitHub pull request.

- Skill: `zenobi-us/pr-resolver` (Agent Skill)
- Install (CLI): `npx skillmds@latest add zenobi-us/pr-resolver`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zenobi-us/pr-resolver/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: zenobi-us (https://skillmd.com/u/zenobi-us)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zenobi-us/pr-resolver

---


**Input:** GitHub PR URL (e.g., https://github.com/owner/repo/pull/123) or PR number.

Use the `github-pr-resolver` skill to process and resolve all review comments on the specified pull request.

## UserRequest

```md
UserRequest: $ARGUMENTS
```

Determine if UserRequest is a PR, a branch related to a PR, a workflow run related to a PR, or an issue related to a PR. Extract the PR number and repository information.

Otherwise, if UserRequest is empty, assume the current branch is associated with a PR and attempt to find it using the GitHub CLI.

