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.
Use this agent to review code changes for performance 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 in the context of previous pull requests. 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 security vulnerabilities. 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
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
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Uses power tools
Uses Bash, Write, or Edit tools
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.