بنقرة واحدة
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.