deliver-task

Automate engineering task delivery from claiming through peer review.

3|Updated May 7, 2026
One-click install
npx skills add https://github.com/bestdan/workflow-skills --skill deliver-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deliver-task
Source: https://github.com/bestdan/workflow-skills/tree/main/skills/deliver-task
Command: npx skills add https://github.com/bestdan/workflow-skills --skill deliver-task

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill solves the fragmentation of task management by automating the entire lifecycle of a single engineering task, from claiming the work to verifying the implementation and handing off a reviewed pull request.

Core Features & Use Cases

  • Full Lifecycle Automation: Orchestrates claiming, coding, verification, and PR creation without manual intervention.
  • Integrated Review: Automatically runs non-interactive co-reviews and iterates on findings to ensure high-quality code.
  • Use Case: Use this skill when you need to drive a specific task, such as a feature request or bug fix, from an initial state to a ready-for-review pull request while maintaining strict adherence to repository standards.

Quick Start

Use the deliver-task skill to drive the task with identifier PRE-12 through the full implementation and review lifecycle.

Frequently Asked Questions about deliver-task

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

FAQPage Schema
How do I automate the end-to-end engineering task lifecycle from claiming to pull request?

You can automate the end-to-end task lifecycle by orchestrating claiming, implementation, verification, and pull request creation. This workflow operates within repository-native task management systems to ensure consistent hand-off at the needs-review stage.

What is the best way to integrate automated code review into task delivery?

Integrating automated code review into task delivery involves running non-interactive co-reviews and iterating on findings. This ensures high-quality code and maintains high-confidence delivery before reaching the needs-review stage.

Can I use automated task delivery with GitHub Issues, Linear, or Jira?

Yes, automated task delivery operates within repository-native task management systems like GitHub Issues, Linear, or Jira. It drives individual tasks from an initial state to a ready-for-review pull request.

How do I manage local worktrees during automated task implementation?

Automated task implementation requires integration with local worktree management. This maintains strict adherence to repository standards while automating the coding and verification phases of the delivery lifecycle.

Does automated task delivery require automated testing scripts?

Yes, automated task delivery requires integration with automated testing scripts. These scripts verify the implementation and maintain high-confidence delivery before handing off the reviewed pull request.