ywc-sequential-executor

Automate branch creation, implementation, PR delivery, and CI verification for dependent task ranges.

8|1|Updated May 13, 2026
One-click install
npx skills add https://github.com/yongwoon/ywc-agent-toolkit --skill ywc-sequential-executor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ywc-sequential-executor
Source: https://github.com/yongwoon/ywc-agent-toolkit/tree/main/claude-code/skills/ywc-sequential-executor
Command: npx skills add https://github.com/yongwoon/ywc-agent-toolkit --skill ywc-sequential-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, python3, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates the manual overhead of managing complex development workflows by automating the entire lifecycle of a task, from branch creation and implementation to PR delivery and merge.

Core Features & Use Cases

  • Full Lifecycle Automation: Handles branch creation, commit, PR creation, CI verification, and local synchronization automatically.
  • Sequential Range Execution: Executes multiple tasks in a specific dependency-aware order, ensuring the codebase remains stable throughout the process.
  • Use Case: When you have a series of dependent tasks like database schema updates followed by API implementation, this Skill ensures each step is verified and merged before the next begins.

Quick Start

Use the ywc-sequential-executor skill to implement and deliver the tasks from 000001-010 to 000003-020 sequentially.

Frequently Asked Questions about ywc-sequential-executor

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

FAQPage Schema
How do I automate the full development lifecycle from branch creation to PR delivery?

Automate the full development lifecycle by using a sequential executor to manage branch creation, implementation, pull request delivery, and CI verification. This eliminates manual overhead by handling git operations and PR lifecycle management automatically.

How to execute multiple dependent development tasks in a specific order?

Execute multiple dependent development tasks sequentially using a dependency-aware execution graph. This ensures the codebase remains stable by verifying and merging each task, such as database schema updates before API implementation, before the next begins.

Do I need the gh CLI and python3 to automate pull request workflows?

Yes, you need the gh CLI, python3, git, and jq installed to automate pull request workflows. These dependencies are required to perform automated git operations, parse JSON outputs, and manage the PR lifecycle effectively.

What is the best way to ensure codebase integrity during sequential CI CD automation?

The best way to ensure codebase integrity during CI CD automation is to execute task ranges based on dependency graphs. This strict sequential execution guarantees each step is verified and merged before the subsequent task begins.

Can I automate local synchronization after a pull request is merged?

Yes, you can automate local synchronization after a pull request is merged. The sequential executor handles local repository synchronization automatically as part of the full lifecycle automation, ensuring your local branches stay updated.