morg

Automate developer task lifecycle across Git, GitHub, Jira, and Slack.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/developerdavi/morg --skill morg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: morg
Source: https://github.com/developerdavi/morg/tree/main/.claude/skills/morg
Command: npx skills add https://github.com/developerdavi/morg --skill morg

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the entire developer task lifecycle, from ticket management and branch creation to PR generation and task completion, significantly reducing context-switching and manual effort.

Core Features & Use Cases

  • Task Management: Start tickets, create branches, and transition statuses seamlessly.
  • Code Workflow: Automate PR creation, viewing, and merging.
  • Use Case: When you need to start working on a new Jira ticket (e.g., "MORG-123"), this Skill will create a new branch, link it to the ticket, and transition the ticket to "In Progress" with a single command.

Quick Start

Use the morg skill to start working on ticket MORG-42.

Frequently Asked Questions about morg

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

FAQPage Schema
How do I automate Jira ticket to Git branch creation from the CLI?

You can automate the Jira ticket to Git branch creation lifecycle by using CLI tools to start a ticket, create a linked branch, and transition the status to In Progress with a single command.

What's the best way to automate pull request generation and Jira status updates together?

Automating pull request generation and Jira status updates is handled by integrating Git, GitHub, and Jira through a CLI workflow, allowing you to generate PRs and transition ticket statuses without manual context-switching.

Do I need GitHub CLI and pnpm installed to automate developer task workflows?

Yes, automating the developer task lifecycle requires CLI tools like git, gh, and pnpm to be installed, as these dependencies are necessary for executing branch operations and pull request generation.

Can I start working on a new Jira ticket and create a branch without manual context switching?

Yes, you can start working on a new Jira ticket and create a linked branch seamlessly, as the automation manages ticket creation, branch operations, and status transitions directly from the CLI.

Does this CLI automation tool work with Slack for developer task notifications?

Yes, the CLI automation integrates with Slack alongside Git, GitHub, and Jira to manage the developer task lifecycle, including ticket creation, branch operations, pull request generation, and status updates.

What are the limitations of automating the developer task lifecycle through CLI tools?

Automating the developer task lifecycle through CLI tools is limited by its dependency on specific command line tools like git, gh, and pnpm, requiring these environments to be properly configured for execution.