Agent Plugins Marketplace
All plugins

github-workflow

v13.3.0

Development workflow plugin for GitHub story work and for work that stays on your machine. Say 'start the next story' and it picks an issue from your backlog, plans it, builds it, runs tests, opens a PR, has the PR reviewed independently by agents in a fresh context, and merges it on projects that turn on auto-merge. Selection reads org issue fields (Stage, Priority, Effort, Ownership) and the Epic and Feature tree, never labels or board cards, and a scheduled board-sync keeps every issue's Stage in step. For local work, 'build this' plans, builds, verifies and commits with no issue or PR, and code-review reviews a local change as well as a PR. One grill skill runs every interview. Keeps what loads into each session small.

Claude Code16 Skills

By Subverting ComplexityLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
16 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install github-workflow for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install github-workflow@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Subverting-complexity/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is github-workflow/.

Plugin files

github-workflow/
├── .claude-plugin/plugin.json
├── skills/acceptance-criteria/SKILL.md
├── skills/build/SKILL.md
├── skills/bulk-execute/SKILL.md
├── skills/code-architect/SKILL.md
├── skills/code-review/SKILL.md
├── skills/ecosystem-setup/SKILL.md
├── skills/execute/SKILL.md
├── skills/feature-discovery/SKILL.md
├── skills/grill/SKILL.md
├── skills/pr-body/SKILL.md
├── skills/preflight/SKILL.md
├── skills/support-request/SKILL.md
├── skills/tone/SKILL.md
├── skills/user-facing-communication/SKILL.md
├── skills/user-story/SKILL.md
└── skills/writing-github-issues/SKILL.md

Included Skills16

acceptance-criteriaskills/acceptance-criteria/SKILL.md

Write test steps a tester or stakeholder can follow in the UI for a PR or feature branch. Trigger on acceptance criteria, test steps or "what should I test".

buildskills/build/SKILL.md

Build a task locally: plan, write the code, run the quality gate, commit. No issue and no pull request. Trigger on "build this", "implement this" or "fix this" outside GitHub story work.

bulk-executeskills/bulk-execute/SKILL.md

Build two to five related GitHub stories on one branch behind one pull request, reviewed and merged like execute. Trigger on "bulk execute", "batch these stories" or several issue numbers.

code-architectskills/code-architect/SKILL.md

Design a new system, audit a codebase for SOLID, dependency and testability problems with a refactor plan, or write architecture docs and coding standards.

code-reviewskills/code-review/SKILL.md

Review a pull request (the next one needing review, or a number) or a local change (uncommitted work, a branch, a commit, "is this ready?"). Fixes concrete issues; for a PR posts the review and labels. --read-only evaluates only.

ecosystem-setupskills/ecosystem-setup/SKILL.md

Install and configure companion tools (Graphify, RTK, Headroom, ccusage, ecc-agentshield, Fallow) and write .claude/ecosystem.md. Trigger on setting up any of them.

executeskills/execute/SKILL.md

Take a GitHub story end to end: pick, plan, build, test, open a PR, independent review, merge where enabled. Trigger on "next story", "work on story N", a bare issue number or an issue URL. Modes: feature, maintenance, audit.

feature-discoveryskills/feature-discovery/SKILL.md

Plan a feature, change or new project and break it into epics, features and stories with acceptance criteria. Trigger on scoping work, planning a new project, or refining an issue too thin to build.

grillskills/grill/SKILL.md

Interview the user hard about a plan until every open question is answered or deferred. Trigger on "grill me", "stress-test this" or "poke holes in this".

pr-bodyskills/pr-body/SKILL.md

Write a pull request title and description from committed changes or notes. Trigger on documenting a PR or summarising a branch.

preflightskills/preflight/SKILL.md

Check a project is ready to work in: workflow configuration, or git state and quality gate for a local project. Trigger on "preflight" or "check my config".

support-requestskills/support-request/SKILL.md

Write or polish a support request or incident write-up from notes, logs or ticket content, for internal or client readers.

toneskills/tone/SKILL.md

Write or polish emails, messages and updates in the user's own voice, stripping AI tells. Trigger on drafting, rewriting or cleaning up correspondence.

user-facing-communicationskills/user-facing-communication/SKILL.md

The standard for every reply to the user: outcome and current state first, then anything outstanding, blocked or assumed.

user-storyskills/user-story/SKILL.md

Write one user story with acceptance criteria from rough notes, for a project management tool.

writing-github-issuesskills/writing-github-issues/SKILL.md

The standard for writing or rewriting a GitHub issue title and body: short, problem first, only what is needed to build or verify it.

Plugin manifests1

github-workflow/.claude-plugin/plugin.json
{
  "name": "github-workflow",
  "version": "13.3.0",
  "description": "Development workflow plugin for GitHub story work and for work that stays on your machine. Say 'start the next story' and it picks an issue from your backlog, plans it, builds it, runs tests, opens a PR, has the PR reviewed independently by agents in a fresh context, and merges it on projects that turn on auto-merge. Selection reads org issue fields (Stage, Priority, Effort, Ownership) and the Epic and Feature tree, never labels or board cards, and a scheduled board-sync keeps every issue's Stage in step. For local work, 'build this' plans, builds, verifies and commits with no issue or PR, and code-review reviews a local change as well as a PR. One grill skill runs every interview. Keeps what loads into each session small.",
  "author": {
    "name": "Subverting Complexity"
  },
  "repository": "https://github.com/Subverting-complexity/claude-plugins",
  "license": "MIT",
  "keywords": [
    "github",
    "workflow",
    "automation",
    "code-review",
    "backlog",
    "issue-fields",
    "story",
    "pr",
    "local-development",
    "build"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[github-workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/github-workflow)