task-processor-auto

Automate the software development workflow from task implementation to PR merging.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/dundas/uhr --skill task-processor-auto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-processor-auto
Source: https://github.com/dundas/uhr/tree/main/.claude/skills/task-processor-auto
Command: npx skills add https://github.com/dundas/uhr --skill task-processor-auto

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the entire software development workflow from task implementation to PR creation, review, and merging, eliminating manual oversight and accelerating development cycles.

Core Features & Use Cases

  • Autonomous Task Execution: Processes sub-tasks sequentially without user intervention.
  • Automated PR Management: Creates, updates, and comments on Pull Requests.
  • Intelligent Review & Gap Analysis: Automatically analyzes PRs, checks CI status, and generates detailed gap analysis documents.
  • Use Case: A developer can initiate this Skill to handle a complex feature. The Skill will write code, commit changes, create a PR, run automated checks, generate a gap analysis, and even address review comments, freeing the developer to focus on higher-level tasks.

Quick Start

Use the task-processor-auto skill to process all sub-tasks for the current parent task autonomously.

Frequently Asked Questions about task-processor-auto

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

FAQPage Schema
How do I automate task implementation and pull request creation end-to-end?

Automating task implementation and pull request creation end-to-end involves orchestrating Git operations and GitHub CLI commands. This approach processes sub-tasks sequentially, commits code changes, and generates PRs autonomously without manual developer intervention.

What is autonomous PR processing in a CI/CD developer workflow?

Autonomous PR processing in a CI/CD developer workflow manages the complete pull request lifecycle. It automatically creates PRs, comments on updates, checks CI status, and generates gap analysis documents to eliminate manual oversight during code review.

Can I use GitHub Actions to run automated code reviews and gap analysis?

Yes, you can use GitHub Actions to run automated code reviews and gap analysis. The process analyzes pull requests, checks continuous integration status, and generates detailed gap analysis documents to identify missing requirements autonomously.

Does autonomous task management work for complex features with multiple sub-tasks?

Autonomous task management works for complex features with multiple sub-tasks by processing them sequentially. It handles code writing, commits, PR creation, automated checks, and review comment resolution, freeing developers to focus on higher-level architecture.

How do I address review comments on a pull request automatically?

To address review comments on a pull request automatically, the system orchestrates GitHub CLI commands to read feedback and implement code updates. It processes revisions autonomously, ensuring the PR meets review requirements before merging.

What are the limitations of automating the software development workflow?

Limitations of automating the software development workflow include the need for predefined task structures and Git environment configurations. Complex, ambiguous feature requirements may still require manual developer intervention for proper code review and architectural decisions.