worker
v0.4.0Issue worker pipeline: implement, independent reviewer panel in fresh contexts, PR authored in a fresh context, CI and review-comment loop, optional self-merge.
By Calvin DittkristLicense: MIT0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 7 skill or MCP entries
- Source updated
- Sep 21, 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 worker for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install worker@agent-plugin-marketplacePaste 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/CalvinDittkrist/workflowsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/worker/.
Plugin files
├── .claude-plugin/plugin.json├── skills/address-reviews/SKILL.md├── skills/ci/SKILL.md├── skills/docs/SKILL.md├── skills/gh-axi/SKILL.md├── skills/pr/SKILL.md├── skills/review/SKILL.md└── skills/work/SKILL.md
Included Skills7
Fetch unresolved PR review threads, fix or answer each one, push, and resolve the threads with a reply.
Wait for CI checks and bot reviews on the open PR and report green, checks-failed, review-comments or waiting.
Answer a question about Claude Code (plugin manifest, skill or agent frontmatter, hooks, settings, permissions, model names, CLI flags) from the current documentation instead of from memory.
Operate GitHub through gh-axi (issues, PRs, checks, runs, releases, labels, secrets) with token-efficient TOON output. Use for any GitHub task the workflow scripts do not already cover.
Push the branch and open the pull request from a fresh context, so the description matches the code rather than the author's memory.
Run the independent reviewer panel (code, security, docs, tests, senior) on the branch diff in fresh contexts and fix the findings until the panel passes.
Pipeline driver for a claimed issue. Implement, run the reviewer panel, open the PR in a fresh context, wait for CI and bot reviews, address comments, and in yolo mode merge and clean up.
Plugin manifests1
{
"name": "worker",
"version": "0.4.0",
"description": "Issue worker pipeline: implement, independent reviewer panel in fresh contexts, PR authored in a fresh context, CI and review-comment loop, optional self-merge.",
"author": {
"name": "Calvin Dittkrist",
"url": "https://github.com/CalvinDittkrist"
},
"repository": "https://github.com/CalvinDittkrist/workflows",
"license": "MIT",
"keywords": [
"review",
"security",
"pull-request",
"ci",
"github"
]
}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.
[worker on Agent Plugins Marketplace](https://pluginsmp.com/plugins/worker)