Automating End-to-End PR Workflows with Claude Task Master
Claude Task Master (CLI claudetm) is an autonomous orchestration system built on the Claude Agent SDK. It keeps Claude working until a goal is achieved, handling planning, code changes, pull request creation, CI integration, and verification. The tool is open source under the MIT license and can be installed via PyPI, uv, or Docker.
Core Workflow
The workflow follows a clear sequence: planning, working, PR lifecycle, and verification. When you give the CLI a goal, it reads the codebase, creates a task list, and defines success criteria. It then makes changes, runs tests, commits, and pushes each change as a separate pull request. CI results are monitored automatically; if a check fails, the system generates a new commit to address the issue. Review comments are also handled, and the PR is merged once all criteria are satisfied.
Hands-Off Development






