agent-worker-flow

Orchestrate claim-branch-verify-publish workflows for GitHub issues and pull requests.

112|9|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/kim-em/lean-zip --skill agent-worker-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-worker-flow
Source: https://github.com/kim-em/lean-zip/tree/main/.claude/skills/agent-worker-flow
Command: npx skills add https://github.com/kim-em/lean-zip --skill agent-worker-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a standardized, repeatable workflow for agents performing tasks within pod agent sessions, ensuring consistency and efficiency across different tasks like feature development, code reviews, and summarization.

Core Features & Use Cases

  • Issue Management: Automates claiming, planning, and tracking GitHub issues and Pull Requests.
  • Workflow Coordination: Orchestrates multi-agent collaboration through GitHub issue and PR lifecycle management.
  • Use Case: An agent needs to fix a bug reported in a GitHub issue. This skill guides the agent through claiming the issue, setting up a branch, coding the fix, verifying it, and finally creating a Pull Request.

Quick Start

Use the agent-worker-flow skill to orient yourself to the current work queue.

Frequently Asked Questions about agent-worker-flow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub issue claiming and pull request creation for an agent workflow?

Automating GitHub issue claiming and pull request creation involves orchestrating a claim-branch-verify-publish workflow. This skill manages task prioritization, code setup, verification, and publishing by integrating with GitHub CLI for issue and PR operations.

What is the best way to coordinate multi-agent task management on GitHub?

Coordinating multi-agent task management requires a standardized workflow for pod agent sessions. This skill orchestrates collaboration through GitHub issue and PR lifecycle management, ensuring consistency across feature development, code reviews, and summarization.

How does an agent handle partial completions and dependency tracking during code review?

Handling partial completions and dependency tracking during code review is supported within the workflow orchestration. The skill manages task prioritization and verifies code setup before publishing, tracking dependencies across claimed issues and pull requests.

Can I use GitHub CLI to manage pull request lifecycle and issue tracking for automated agents?

Yes, GitHub CLI can manage pull request lifecycle and issue tracking for automated agents. This skill integrates directly with GitHub CLI to handle issue operations, PR creation, and task prioritization within a standard agent workflow.

Do I need to set up a specific branch workflow before fixing a bug reported in a GitHub issue?

Setting up a specific branch workflow is required before fixing a bug reported in a GitHub issue. The skill guides agents through claiming the issue, setting up the branch, coding the fix, verifying it, and finally creating a pull request.

Why should I standardize agent sessions for GitHub automation instead of handling tasks manually?

Standardizing agent sessions for GitHub automation ensures consistency and efficiency across different tasks like feature development and code reviews. Manual handling lacks the structured claim-branch-verify-publish workflow needed for reliable multi-agent collaboration.