vishal2612200

Agentpack Resolve — Git skill for Claude Code

Git community

Resolve all actionable PR review comments with cited fixes, validation, and replies.

How to install Agentpack Resolve

Installs to ~/.claude/commands/vishal2612200-agentpack-agentpack-resolve.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/vishal2612200/agentpack/HEAD/.claude/commands/agentpack-resolve.md -o ~/.claude/commands/vishal2612200-agentpack-agentpack-resolve.md

Restart Claude Code, or start a new session, for it to be picked up.

What Agentpack Resolve does


description: Resolve all actionable PR review comments with cited fixes, validation, and replies.

AgentPack PR comment resolution

Use this command to validate, plan, fix, verify, and reply to inline or review comments on a PR.

Examples:

/agentpack-resolve
/agentpack-resolve pr 123
/agentpack-resolve PR #123
/agentpack-resolve PR #123 focus on backward compatibility
  1. Bind to the requested PR and fetch its latest head, inline review threads, and top-level PR comments.

Alternatives in Git

  • Fix PR — by metabase - Fetches and fixes unresolved PR comments by automatically retrieving feedback, addressing review 46.5k ★
  • Gh Address Comments — Address review and issue comments on open GitHub PRs via CLI 14.6k ★
  • Push And Release — Git pull, resolve conflicts, push, fix hook errors, then release 1.6k ★

Full documentation available on GitHub

View Source Repository