npx claudepluginhub jeremygiberson/gh-pr-tasks-pluginSkills for working with GitHub PR reviews — list PRs, give reviews, and address review feedback.
A Claude Code plugin that provides skills for working with GitHub pull request reviews -- listing PRs, giving code reviews, and addressing reviewer feedback.
gh) installed and authenticated (gh auth login)gh-pr-review extension, installed at a pinned commit:gh extension install agynio/gh-pr-review --pin v1.6.2
The pinned hash is tracked in docs/security-review-log.md. Do not update it without a security review.
Add the plugin to your Claude Code project by adding to .claude/settings.json:
{
"plugins": [
"/path/to/gh-pr-tasks-plugin"
]
}
Validates that the environment is ready: gh CLI installed, authenticated, and gh-pr-review extension present at the expected pinned version. Called automatically by the other skills; you typically don't invoke it directly.
Lists pull requests needing your attention. Shows two sections:
Triggers: "list PRs", "what PRs need work", "PR status", "any PRs waiting on me"
Full code review workflow for a pull request. Analyzes the diff and changed files, drafts inline review comments with a summary, presents everything for your approval, and submits. Assumes you've already set up your workspace (e.g., checked out the PR branch or created a worktree).
Triggers: "review PR #123", "give a review on this PR", "check this PR for issues"
Addresses review feedback on your own PR. Walks through each feedback item with you (skip or address), creates an implementation plan, executes the fixes, runs tests, and pushes after your approval. Skipped items get a reply comment; addressed items are resolved. Assumes you've already set up your workspace.
Triggers: "fix PR feedback", "address PR #123 feedback", "work on PR review comments"
.claude-plugin/
plugin.json # Plugin manifest
skills/
pr-check-deps/ # Environment validation skill
pr-list/ # PR listing skill
pr-review/ # Code review skill
pr-fix/ # Fix feedback skill
docs/
security-review-log.md # Pinned extension hash and review history
security-reviews/ # Detailed security review reports
MIT
No description available.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations