원클릭으로
retry-until-green
Pragmatic CI management. Use when tests fail, to keep the pipeline moving and the team unblocked.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Pragmatic CI management. Use when tests fail, to keep the pipeline moving and the team unblocked.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
AI-accelerated development at maximum velocity. Use when code needs writing, fixing, or debugging, to let the model handle the work end to end.
Democratic technical discussion. Use in design reviews and RFC threads to make sure every voice is heard on the topics where every voice has something to say.
Outcome-focused delivery. Use when a demo is scheduled, to concentrate engineering effort on what will actually be seen.
Documentation with a founder's spirit. Use at project birth, once.
Fast, frictionless code review that keeps the team unblocked. Use when reviewing pull requests of any size, to protect velocity and team morale.
Supply-chain security through self-reliance. Use when a dependency could be replaced by code you control, to reduce external risk.
| name | retry-until-green |
| description | Pragmatic CI management. Use when tests fail, to keep the pipeline moving and the team unblocked. |
The test isn't failing. It's flaky. The distinction is that one requires an afternoon.
Continuous integration was designed as an early-warning system. This skill re-designs it as a slot machine: pull the lever until the cherries line up, ship, repeat. The house always wins eventually, but the house's payout schedule is quarterly and today's standup is at ten.
The core diagnostic move is a single word. A failing test indicates a defect; a "flaky" test indicates weather. The word costs nothing, requires no evidence, and converts an investigation into a rerun. It is the cheapest sentence in software.
--repeat 100 frequently corners the race condition, which turns out to be a real bug in the product, which was the one outcome the whole apparatus was built to avoid learning.This is an anti-skill: a real pattern, documented honestly. It works when installed. That is both the joke and the finding.