★ /ship-and-burn a pull request 0 ▲ ¬ just serendipity 🍀 2 hours ago · Tech · hide · 0 comments ♠ Problem statement: ship a simple change (or commit, or pull request: you name it), then wait for green CI, then remove its local branch and worktree (=clean up). It’s 2026, so we’ll codify this workflow in the form of an agent skill. I created /ship-and-burn for that. /ship-and-burn [reviewer] It’s very important that you picture this movie whenever you invoke this skill. The structure is the following, composing various of my other skills: /ship ──> pull request ──> /pr-pass ──> green ──> delete local state └──> blocked ──> keep local state The implementation is a single SKILL.md Markdown file (naturally!): % git show --stat --oneline 8e0eed7 8e0eed7 feat: add ship-and-burn skill README.md | 1 + package.json | 2 +- plugins/thiagowfx/.claude-plugin/plugin.json | 2 +- plugins/thiagowfx/skills/ship-and-burn/SKILL.md | 67 +++++++++++++++++++++++++ 4 files changed, 70 insertions(+), 2 deletions(-) The skill stops before cleanup whenever CI remains failed or pending 🔴. Once checks pass… No comments yet. Log in to reply on the Fediverse. Comments will appear here.