Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By hhiroshell
Plan and implement GitHub issues with structured workflows for issue-driven development
npx claudepluginhub hhiroshell/gh-devflow-plugins --plugin github-devflowUse this agent to review code changes for CLAUDE.md and project convention compliance. This agent is used internally by the code-review skill and should not be triggered directly by users.
Use this agent to review code changes for design and maintainability issues. This agent is used internally by the code-review skill and should not be triggered directly by users.
Use this agent to review code changes for missing or outdated documentation. This agent is used internally by the code-review skill and should not be triggered directly by users.
Use this agent to review code changes in the context of git history. This agent is used internally by the code-review skill and should not be triggered directly by users.
Use this agent to review code changes for correctness and logic issues. This agent is used internally by the code-review skill and should not be triggered directly by users.
This skill should be used when the user asks to "review a PR", "code review PR
This skill should be used when the user asks to "fix PR comments", "fix review feedback", "fix PR
This skill should be used when the user asks to "implement an issue", "create a PR for issue", "implement issue
Creates an implementation plan for a GitHub issue and posts it as a comment. Triggered when the user provides a GitHub issue number for planning.
This skill should be used when the user asks to "reply to PR comments", "respond to review comments", "reply to PR
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
For easy problems, start here. For harder problems, do this after Explore.
Auto-fix GitHub issues by analyzing issue details and implementing solutions
Fetches GitHub issue details to create comprehensive implementation specifications, analyzing requirements and planning structured approach with clear implementation steps.
This is a detailed way you can analyze the GitHub issues and let Claude handle them in best possible way.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
A collection of Claude Code plugins for GitHub driven code development workflow.
This repository contains plugins designed to streamline development workflows that center around GitHub Issues and Pull Requests. These plugins help bridge the gap between issue tracking and implementation by automating planning, documentation, and code review processes.
| Plugin | Description |
|---|---|
| github-devflow | Plan and implement GitHub issues with structured workflows for issue-driven development |
To use these plugins with Claude Code, add this repository as a plugin marketplace.
From within Claude Code, run:
/plugin marketplace add hhiroshell/gh-devflow-plugins
Then install the plugin from the marketplace:
/plugin install github-devflow@gh-devflow-plugins
/github-devflow:plan <issue-number>Analyzes a GitHub issue and the codebase to generate a structured implementation plan. The plan includes affected files, step-by-step implementation guidance, testing approach, and potential risks. The plan is automatically posted as a comment on the issue for review.
/github-devflow:implement <issue-number>Implements a GitHub issue by reading the implementation plan from the issue comments, writing the code, and creating a pull request. Automatically links the PR to the issue and adds appropriate labels.
/github-devflow:code-review <pr-number>Performs a comprehensive multi-perspective code review of a pull request. Dispatches 8 specialized reviewer agents in parallel (logic, design, security, performance, convention compliance, git history, PR history, documentation), each analyzing with a clean context. Aggregates all findings into a single GitHub PR review with line-specific comments and a summary.
/github-devflow:reply <pr-number>Replies to unresolved review threads on a pull request. Fetches threads where the latest comment was not generated by Claude Code, analyzes comments with full codebase context, and posts thoughtful replies addressing reviewer concerns.
/github-devflow:fix <pr-number>Processes unresolved PR review threads by autonomously deciding and executing the appropriate action for each: fixing the code (with auto-commit), creating a GitHub issue for out-of-scope problems, or dismissing minor suggestions. Replies to each thread reporting the action taken, then pushes all commits.
/github-devflow:plan <number> to analyze an issue and generate an implementation plan/github-devflow:implement <number> to implement the plan and create a PR/github-devflow:code-review <pr-number> to get a multi-perspective code review/github-devflow:reply <pr-number> to respond to PR review comments/github-devflow:fix <pr-number> to fix code, create issues, or dismiss review commentsgh) installed and authenticatedGitHub driven development treats GitHub Issues as the source of truth for requirements and Pull Requests as the primary unit of work. These plugins support this workflow by:
MIT