speedrun

Execute bugfix phases sequentially using artifact-based completion checks.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/stackrox/ambient-workflows --skill speedrun-stackrox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speedrun
Source: https://github.com/stackrox/ambient-workflows/tree/main/workflows/bugfix/.claude/skills/speedrun
Command: npx skills add https://github.com/stackrox/ambient-workflows --skill speedrun-stackrox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speedrun the remaining bugfix phases without stopping between them to accelerate delivery.

Core Features & Use Cases

  • Automatically advances through each bugfix phase in order (assess, reproduce, diagnose, fix, test, review, document, pr, summary) until completion, using artifacts as completion signals.
  • Reduces context switching and manual waiting, enabling faster iterations and feedback.
  • Supports escalation handling if a phase requires user input or safety checks, pausing until the user responds.

Quick Start

Start a speedrun by issuing /speedrun in the bugfix workflow to begin running the next incomplete phase.

Frequently Asked Questions about speedrun

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

FAQPage Schema
How do I automate bugfix workflow phases to run without stopping between steps?

Automate bugfix workflow phases by running them continuously without manual pauses. The speedrun command advances through assess, reproduce, diagnose, fix, test, review, document, pr, and summary phases automatically using artifacts as completion signals.

What is the best way to skip manual waiting between bugfix stages like diagnose and test?

Skip manual waiting between bugfix stages by enforcing continuous execution without using the controller. This approach automatically progresses through each phase in order, reducing context switching and enabling faster iterations and feedback.

How does artifact-based completion checking work for bugfix phase progression?

Artifact-based completion checking evaluates generated artifacts to determine when a bugfix phase is complete. Once an artifact signals completion, the workflow immediately enforces phase order and advances to the next stage without interruption.

Can I pause automated bugfix execution if a phase requires user input or safety checks?

Yes, automated bugfix execution supports escalation handling. If a phase requires user input or safety checks, the continuous execution pauses until the user responds, ensuring safety while maintaining overall workflow automation.

Do I need an in-progress bugfix workflow to start automating phases continuously?

Yes, continuous phase automation applies to in-progress bugfix workflows. You start the process by issuing the speedrun command, which begins running the next incomplete phase and continues through all remaining stages until the summary.

Why does my bugfix workflow stop between phases instead of running continuously?

Bugfix workflows stop between phases when using the controller or lacking artifact-based completion checks. Switching to continuous execution mode enforces phase order and uses artifacts to automatically trigger the next phase without stopping.