work

Automate GitHub issue management and code delivery workflows.

2|Updated May 19, 2026
One-click install
npx skills add https://github.com/element22llc/e22-plugins --skill work-element22llc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work
Source: https://github.com/element22llc/e22-plugins/tree/main/plugins/steer/skills/work
Command: npx skills add https://github.com/element22llc/e22-plugins --skill work-element22llc

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the end-to-end execution of GitHub issues, automating tasks like claiming, branching, implementing, testing, and PR creation, while maintaining traceability and control over the development process.

Core Features & Use Cases

  • Issue Management: Automate issue claiming, branching, and progress tracking.
  • Code Delivery: Streamline the implementation and testing of issue-related code changes.
  • PR Creation: Open and update pull requests automatically.
  • Use Case: With this Skill, a developer can start working on an issue with a single command, and the Skill will handle all subsequent steps, including code delivery and testing.

Quick Start

To start implementing a GitHub issue, use the command: work start #123

Frequently Asked Questions about work

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

FAQPage Schema
How do I automate GitHub issue management and code delivery?

You can automate GitHub issue management and code delivery by using a single command to claim an issue, create a branch, implement changes, test, and open a pull request automatically. This streamlines the entire workflow end-to-end.

What's the best way to streamline pull request creation from GitHub issues?

Streamlining pull request creation is achieved by automating the transition from issue claim to branch creation and code implementation. The workflow handles opening and updating pull requests automatically to maintain development traceability.

Do I need a specific GitHub setup to automate issue claiming and branching?

Yes, automating issue claiming and branching requires the GitHub system environment. The workflow executes various Git and GitHub commands to manage issue states, branch creation, and code delivery transitions.

Can I track issue progress and transition states automatically in GitHub?

Yes, you can track issue progress and transition states automatically. The workflow manages the full issue lifecycle, maintaining traceability and control over the development process from initial claim through testing.

How does automated workflow transition handle testing before PR creation?

Automated workflow transition handles testing by integrating it directly into the issue implementation phase. After branching and implementing code changes, the workflow runs tests before automatically opening the pull request.

What are the limitations of automating GitHub issue workflows with this approach?

This automation approach is designed specifically for software engineering teams using GitHub for issue tracking and code management. It relies on Git and GitHub commands, requiring the GitHub system to execute the end-to-end workflow.