issueflow
v0.18.0Takes one open GitHub issue to a reviewed pull request with a red-teamed plan, proven implementation, and converging review loop on Claude Code or Codex.
By Nate SwensonLicense: MIT3 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 17, 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 issueflow for Codex and Claude Code
codex plugin marketplace add natejswenson/claude-skills
codex plugin marketplace upgrade claude-skills
codex plugin add issueflow@claude-skillsPaste and run these commands in a terminal with Codex. They add and refresh the claude-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “issueflow” remain stable.
- Codex:
issueflow@agent-plugin-marketplace→issueflow@claude-skills
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/natejswenson/claude-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/issueflow/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/issueflow/SKILL.md
Included Skills1
Take one GitHub issue through an independently reviewed plan, implementation, draft pull request, and converging review loop. Use when the user says "work an issue", "fix issue 42", "take this issue to a PR", or asks to list open issues. Runs autonomously by default; use --review-plan only when a human plan gate is explicitly requested.
Plugin manifests2
{
"name": "issueflow",
"version": "0.18.0",
"description": "Takes one open GitHub issue to a reviewed pull request with a red-teamed plan, proven implementation, and converging review loop on Claude Code or Codex.",
"author": {
"name": "Nate Swenson"
},
"homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/issueflow",
"license": "MIT",
"skills": "./skills/",
"interface": {
"displayName": "issueflow",
"shortDescription": "Takes one open GitHub issue to a reviewed pull request with a red-teamed plan, proven implementation, and converging rev",
"longDescription": "Takes one open GitHub issue to a reviewed pull request with a red-teamed plan, proven implementation, and converging review loop on Claude Code or Codex.",
"developerName": "Nate Swenson",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"Use $issueflow to help me."
]
}
}{
"name": "issueflow",
"version": "0.18.0",
"description": "Takes one open GitHub issue to a reviewed pull request with a red-teamed plan, proven implementation, and converging review loop on Claude Code or Codex.",
"author": {
"name": "Nate Swenson"
},
"homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/issueflow",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[issueflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/issueflow)