Communityv1.0.0

Workflow Runner

Automate end-to-end code implementation and testing with persistent coding and testing subagents, iterating until tests pass and committing results locally.

661downloads7active installsyufengwolf
View on ClawHubBack to Skills

Skill Details

Slug
workflow-runner
Latest Version
1.0.0
Author
yufengwolf
Published
Mar 17, 2026
Updated
May 11, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Workflow Runner.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

Initial release of workflow-runner: automate end-to-end coding and testing workflows using persistent subagents. - Parses requirements, splits tasks between coding and testing subagents, and loops until tests pass. - Subagents operate in isolated 128k contexts and persist for up to 24 hours (configurable). - Produces all artifacts in results/ and commits code locally (no remote push). - Supports configuration for TTL, max retries, commit behavior, and results path. - Triggered by natural language requests or explicit `run workflow-runner: <spec>` commands. - Includes example workflow and orchestrator/helper scripts.