flow.run.cycle

Coordinate sequential FLOW tasks with CI gating via $flow-run.

20|2|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/SoundBlaster/XcodeMCPWrapper --skill flow-run-cycle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow.run.cycle
Source: https://github.com/SoundBlaster/XcodeMCPWrapper/tree/main/.agents/skills/flow.run.cycle
Command: npx skills add https://github.com/SoundBlaster/XcodeMCPWrapper --skill flow-run-cycle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate repetitive FLOW tasks with CI gating to prevent premature task progression.

Core Features & Use Cases

  • Enforces one-task-at-a-time execution using $flow-run for each task cycle.
  • Opens a new task branch only after the previous task's CI checks pass.
  • Ideal for teams coordinating multiple FLOW tasks across PRs and branches, ensuring orderly delivery.

Quick Start

Invoke the flow-run-cycle process to process a single task and let it advance to the next only after all CI checks pass.

Frequently Asked Questions about flow.run.cycle

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

FAQPage Schema
How do I prevent a pull request from advancing before CI checks pass?

To prevent premature pull request progression, use CI gating to block task advancement until all checks pass. This ensures a new task branch is only opened after the previous workflow delivers its CI green status.

What is the best way to coordinate repetitive workflow tasks one by one?

The best way to coordinate repetitive workflow tasks is sequential execution with strict cycle state management. This approach enforces one-task-at-a-time delivery and resumes from the current cycle state after each task completes.

How does CI gating work for sequential branch creation?

CI gating for sequential branch creation works by blocking the next task branch from opening until the previous task's CI checks are green. This enforces strict PR gating and prevents overlapping task cycles.

Can I resume a task cycle from its current state after a CI failure?

Yes, you can resume a task cycle from its current state after a CI failure. The workflow resumes from the current cycle state, ensuring the failed task is retried without losing sequential progress.

When should I use strict cycle state management for pull requests?

Use strict cycle state management when coordinating multiple tasks across PRs and branches. It is ideal for teams that need orderly delivery and must prevent premature task progression in their workflows.