work-issue

Orchestrate GitHub issue workflows from git setup to pull request creation.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/anyeloamt/cuentica --skill work-issue-anyeloamt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work-issue
Source: https://github.com/anyeloamt/cuentica/tree/main/.claude/skills/work-issue
Command: npx skills add https://github.com/anyeloamt/cuentica --skill work-issue-anyeloamt

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the entire lifecycle of resolving a GitHub issue, from initial setup and planning to implementation, review, and pull request creation, minimizing manual intervention and ensuring a structured development process.

Core Features & Use Cases

  • Full Workflow Orchestration: Manages issue context fetching, branch creation, planning, implementation delegation, code review cycles, and PR generation.
  • Agent Coordination: Leverages specialized sub-agents for tasks like Git operations, code implementation, and reviews, ensuring each step is handled by the most appropriate tool.
  • Use Case: A developer can initiate this Skill with a GitHub issue number, and it will handle creating a feature branch, generating an implementation plan, delegating the coding to an implementer agent, managing code reviews, and finally creating a pull request, all with minimal oversight.

Quick Start

Use the work-issue skill to complete the development workflow for GitHub issue number 123.

Frequently Asked Questions about work-issue

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

FAQPage Schema
How do I automate the entire GitHub issue resolution workflow from branch creation to pull request?

Automating GitHub issue resolution requires orchestrating git setup, context fetching, planning, implementation, multi-round code reviews, and pull request creation. This Skill delegates tasks to specialized agents and tracks progress to minimize manual intervention.

How does agent orchestration work for development workflows and code reviews?

Agent orchestration for development workflows delegates specialized tasks like Git operations, code implementation, and multi-round code reviews to dedicated sub-agents. This ensures each step is handled by the most appropriate tool while adhering to project commands.

Can I use this GitHub issue automation with my existing project-specific commands?

Yes, you can use this automation with existing project commands. It ensures adherence to project-specific commands defined in an AGENTS.md file, allowing the orchestration process to respect your established development workflow constraints.

What is the best way to manage pull request creation after implementing code changes?

The best way to manage pull request creation after code changes is to automate it as the final step of an orchestrated workflow. This ensures the PR is generated immediately after multi-round code reviews and implementation are completed.

Do I need to manually create a feature branch before starting automated issue tracking?

No, you do not need to manually create a feature branch. The automation manages issue context fetching and branch creation automatically when initiated with a GitHub issue number, handling the setup phase without manual oversight.