Agent Plugins Marketplace
All plugins

issue-flow

v0.7.0

Work GitHub issues through isolated worktrees, reviewed pull requests, and safe merges

CodexClaude Code3 Skills

By c18t0 GitHub starsUpdated 46 minutes ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 3, 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 issue-flow for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add issue-flow@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/c18t/agent-skills

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

Plugin files

plugins/issue-flow/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/issue-draft/SKILL.md
├── skills/issue-work/SKILL.md
└── skills/release-merge/SKILL.md

Included Skills3

issue-draftskills/issue-draft/SKILL.md

やりたいことを受け取って GitHub issue の本文を起草し、チャットでレビューを受けてから gh issue create で作る。タイトルは英語・本文は日本語、ラベルは実在確認してから選ぶ。issue を作る・issue を立てる・issue を起票する・バグを issue にする・要望を issue にまとめる、と言われたときに使う。

issue-workskills/issue-work/SKILL.md

GitHub issue 番号を受け取り、専用 worktree の作業境界を守りながら issue を解決して PR を出し、承認を得てから squash merge と片付けまで行う。issue に着手する・issue の対応を始める・issue 用のブランチを切る・worktree を作って作業する、と言われたときに使う。

release-mergeskills/release-merge/SKILL.md

破壊的変更が重なって 1 本ずつマージできない複数の PR を、release ブランチの worktree でローカル merge して統合し、統合状態で CI を回してから release → main を merge commit で入れる。PR をまとめてリリースする・複数 PR を統合する・release ブランチを切る・PR 同士が衝突する・リリース PR を作る、と言われたときに使う。

Plugin manifests2

plugins/issue-flow/.codex-plugin/plugin.json
{
  "name": "issue-flow",
  "version": "0.7.0",
  "description": "Work GitHub issues through isolated worktrees, reviewed pull requests, and safe merges",
  "author": {
    "name": "c18t",
    "url": "https://github.com/c18t"
  },
  "repository": "https://github.com/c18t/agent-skills",
  "skills": "./skills/",
  "interface": {
    "displayName": "Issue Flow",
    "shortDescription": "Work GitHub issues safely from draft to merge",
    "longDescription": "Draft GitHub issues for review, solve them in dedicated worktrees, open pull requests, verify CI, and merge with explicit approval gates.",
    "developerName": "c18t",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://github.com/c18t/agent-skills/tree/main/plugins/issue-flow",
    "defaultPrompt": [
      "Start working on this GitHub issue in a dedicated worktree."
    ]
  }
}
plugins/issue-flow/.claude-plugin/plugin.json
{
  "name": "issue-flow",
  "description": "GitHub issue を起点にしたワークフローのスキルセット。issue を起草してレビューを経て作成し、issue 番号から専用 worktree の作業境界を守って解決・PR 作成・squash merge まで進め、1 本ずつマージできない複数 PR は release ブランチで統合する",
  "version": "0.7.0",
  "author": {
    "name": "c18t"
  },
  "keywords": [
    "git",
    "worktree",
    "github",
    "issue",
    "release",
    "hooks"
  ]
}

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

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