A tool to safely migrate GitHub Actions workflows to Ubuntu-slim runner
Hi HN! I’ve been running GitHub Actions workflows for a while, and when GitHub announced the new ubuntu-slim runners as a cheaper alternative to ubuntu-latest, I wanted to migrate—but figuring out which workflows are safe to switch turned out to be surprisingly tedious. You need to check for Docker usage, services, containers, step failures due to missing packages, and whether jobs rely on tools not available in the slim image. So I built gh-slimify, a GitHub CLI extension that automates all of this. It scans your repository, detects which jobs can be migrated, flags incompatible patterns,…
In plain words
gh-slimify is a GitHub CLI extension that helps developers migrate Actions workflows to Ubuntu-slim runners, which cost less than ubuntu-latest. It scans repositories to identify which jobs can safely switch by detecting Docker usage, services, containers, missing packages, and unavailable tools. The extension flags incompatible patterns and can automatically update only the safe workflows. It's designed for teams running GitHub Actions who want to reduce costs without breaking their CI/CD pipelines. The tool is open source under the MIT license.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
Hi HN! I’ve been running GitHub Actions workflows for a while, and when GitHub announced the new ubuntu-slim runners as a cheaper alternative to ubuntu-latest, I wanted to migrate—but figuring out which workflows are safe to switch turned out to be surprisingly tedious. You need to check for Docker usage, services, containers, step failures due to missing packages, and whether jobs rely on tools not available in the slim image. So I built gh-slimify, a GitHub CLI extension that automates all of this. It scans your repository, detects which jobs can be migrated, flags incompatible patterns, identifies missing commands, and can update only the safe workflows with a single command. gh extension install fchimpan/gh-slimify gh slimfy # Analyze workflows gh slimfy fix # Update only jobs that are safe to migrate It’s open source (MIT). As a bonus: the README also includes an AI agent prompt that reproduces the same workflow-migration analysis—useful if you want to integrate the logic into an LLM agent or experiment with automated refactoring. I’d love feedback—especially on edge cases, false positives/negatives, or patterns it should detect better.
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Launched alongside, November 2025
the whole month →
- IB
Life & fun · Nov 2025 · bitsnpieces.dev



- BBoing▲782
Life & fun · Nov 2025 · boing.greg.technology