eng-ticket-workflow

Manage software development tickets from triage to pull request submission.

4|2|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/stepandel/clawup --skill eng-ticket-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eng-ticket-workflow
Source: https://github.com/stepandel/clawup/tree/main/examples/multi-agent/eng/skills/eng-ticket-workflow
Command: npx skills add https://github.com/stepandel/clawup --skill eng-ticket-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the handling of project management tickets, from initial processing and planning to delegating coding tasks and submitting pull requests, ensuring efficient software development workflows.

Core Features & Use Cases

  • Ticket Triage and Planning: Read and understand ticket details, ensuring a clear understanding of requirements before starting.
  • Code Delegation: Intelligently delegate coding tasks to AI models like Claude Code, providing necessary context and acceptance criteria.
  • Automated Checks: Ensures code compiles, tests pass, and PRs are correctly submitted with all necessary information.
  • Use Case: When a new bug report ticket is created, this Skill can be used to read the report, delegate the debugging and fixing to an AI coding assistant, and then ensure the fix is tested and a pull request is created.

Quick Start

Use the eng-ticket-workflow skill to process the ticket described in the attached document.

Frequently Asked Questions about eng-ticket-workflow

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

FAQPage Schema
How do I automate software development ticket processing from triage to pull request submission?

You can automate ticket processing by using a workflow that reads ticket details, delegates coding tasks to AI coding assistants like Claude Code, and submits pull requests. This ensures code compiles, tests pass, and PRs include necessary information.

What is the best way to delegate coding tasks from project tickets to an AI coding assistant?

Delegating coding tasks to an AI assistant requires passing ticket requirements and acceptance criteria to tools like Claude Code. The workflow then validates the generated code by running compilation and test execution checks before creating a pull request.

Can I use AI coding assistants to automatically run tests and submit pull requests for bug reports?

Yes, you can use AI coding assistants to process bug reports by delegating the debugging and fixing tasks, ensuring the code compiles and tests pass, and automatically submitting a pull request with all necessary information attached.

Does automated ticket delegation support iterative development with quality checks?

Automated ticket delegation supports iterative development by handling code compilation, test execution, and quality checks. It ensures code generated by AI assistants meets project standards before creating a pull request in your version control system.

Do I need version control systems to automate pull request submission for AI coding tasks?

Yes, version control systems are required to automate pull request submission for AI coding tasks. The workflow integrates with version control systems to seamlessly submit pull requests after code compilation and test execution checks are completed.