By shouenlee
GitHub pull request tools — review PRs, resolve review comments, check thread status, and create PRs using the gh CLI
Create a GitHub pull request from the current branch with auto-generated title and description. Use when the user wants to create a PR, open a pull request, or submit changes for review.
Review a GitHub PR or self-review local changes. Fetches PR data via gh CLI, analyzes code quality, verifies tests, checks best practices, and posts inline review comments. Use when asked to review a PR, check a pull request, or self-review before creating a PR.
Show a quick summary of PR review thread statuses on GitHub. Use when the user wants to check PR status, see remaining comments, review thread summary, or triage before resolving.
Fetch active PR review threads from GitHub and resolve them by making code changes. Use when the user wants to address, fix, or resolve PR review comments automatically.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub shouenlee/ghcp-dev-plugin --plugin gh-pr-toolsGenerates RFCs and Architecture Decision Records from feature descriptions, maintaining consistent numbering and format
Analyzes code for bugs, security issues, performance problems, and readability improvements
Decomposes feature descriptions and GitHub issues into ordered implementation subtasks with file-level scope and acceptance criteria
Manages Python dependencies — add, remove, audit for vulnerabilities, and detect unused packages
Intelligently reviews git diffs and creates well-structured commits, automatically splitting changes into multiple logical commits when needed
Review pull requests with structured analysis and approve with confidence
Automated code review for pull requests using multiple specialized agents with confidence-based scoring
GitHub PR dashboard for Claude Code. View PR status, CI/CD progress, bot comments, and merge PRs directly from your terminal.
this is to analyze the PRs and solve the requested changes in them
this is to analyze the PRs and solve the requested changes in them
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in. Originally from OpenAI's curated skills catalog.