con un clic
speedrun
Speed-run the remaining bugfix phases without stopping between them.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Speed-run the remaining bugfix phases without stopping between them.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Top-level workflow controller that manages phase transitions.
Understand the bug report and propose a plan before taking action.
Perform systematic root cause analysis to identify the underlying issue causing a bug
Create comprehensive documentation for a bug fix including issue updates, release notes, and team communication
Implement a bug fix based on root cause analysis, following project best practices
Create a pull request from the current branch. Use this instead of running gh pr create directly — it detects GitHub App vs user auth, finds or creates forks, syncs workflow files, detects the upstream default branch, and falls back to compare URLs when API access is limited.
| name | speedrun |
| description | Speed-run the remaining bugfix phases without stopping between them. |
You are in speedrun mode. Run the next incomplete phase, then continue to the next one. Do not use the controller skill.
$ARGUMENTS
Consider the user input before proceeding. It may contain a bug report, issue URL, context about where they are in the workflow, or instructions about which phases to include or skip.
The speedrun loop:
/summary), stopThis loop continues until all phases are complete or an escalation stops you.
Check which phases are already done by looking for artifacts and conversation context, then pick the first phase that is NOT done.
| Phase | Skill | "Done" signal |
|---|---|---|
| assess | assess | artifacts/bugfix/reports/assessment.md exists |
| reproduce | reproduce | artifacts/bugfix/reports/reproduction.md exists |
| diagnose | diagnose | artifacts/bugfix/analysis/root-cause.md exists |
| fix | fix | artifacts/bugfix/fixes/implementation-notes.md exists |
| test | test | artifacts/bugfix/tests/verification.md exists |
| review | review | artifacts/bugfix/review/verdict.md exists |
| document | document | artifacts/bugfix/docs/pr-description.md exists |
| pr | pr | A PR URL has been shared in conversation |
| summary | summary | artifacts/bugfix/summary.md exists |
$ARGUMENTS, respect that.$ARGUMENTS or conversation, ask
the user once, then proceed.AskUserQuestion hard gates from earlier
phases (e.g., the existing-PR decision in assess). Those gates block until
the user responds — do not skip or work around them.If you stop early due to escalation (before /summary runs), present:
## Speedrun Complete
### Phases Run
- [each phase that ran and its key outcome]
### Artifacts Created
- [all artifacts with paths]
### Result
- [PR URL, or reason for stopping early]
### Notes
- [any escalations, skipped phases, or items needing follow-up]
From the beginning (no prior work):
/speedrun Fix bug https://github.com/org/repo/issues/425 - session status updates failing
Mid-workflow (some phases already done):
/speedrun
The skill detects existing artifacts and picks up from the next incomplete phase.
With an explicit starting point:
/speedrun Start from /fix — I already know the root cause