CI Health Check: a /ci Skill for Claude Code
By Hudson Atwell , GBTI Network Member. Originally published on gbti.network . Claude Code loads any markdown file at .claude/skills/<name>/SKIL…
Tech news from the best sources
By Hudson Atwell , GBTI Network Member. Originally published on gbti.network . Claude Code loads any markdown file at .claude/skills/<name>/SKIL…
All your checks are green. Before you merge, one question worth asking: is it green because the code was fixed, or because the checker was silenced? T…
Originally published at shieldly.io/blog . Most IAM problems are not caught by a clever attacker. They are caught — eventually — by an audit, mont…
from https://www.kmwebdev.me/blog/night-of-the-living-bugs At 4 AM, the CI pipeline wasn’t broken. It was confused. What I thought was a simple automa…
The gate was a fixed 90% threshold on an intent-classification eval. The change came in at 91%, cleared the bar, went out. A fixed pass-rate gate catc…
Your CI is green. The PR merges. Prod breaks anyway. A passing test suite proves exactly one thing: no test that exists, failed. It does not prove tha…
So developers like CI... for everything! We do this because we like things to be automated. Building software is tedious and risky. If we can push a c…
After running AI coding agents in production for a while, one thing became clear: the failures aren't in the code the model writes. They're at the sea…
A few months back our LLM-as-judge ran on a 1-to-5 helpfulness scale. The CI gate stayed green because we were averaging that score. Spot-checking aga…
⚠️ この記事はアフィリエイト広告(プロモーション)を含みます。リンク先で発生した収益の一部が運営者に支払われますが、読者の購入価格には一切影響ありません。 By the end of this article you will have a GitHub Actions workflow that…
Your CI pipeline is green. Deployments go through. The team ships features on time. Everything looks fine. But look closer. That "green" pipeline is a…
Originally published at plain.jxd.dev/blog/ci . Cross-posted here for the dev.to community — the canonical version (and any future updates) lives on t…
A case study: how a TypeScript migration doubled my test runs — with zero failures CI was green. Tests were passing. PRs were merging. The system was …
Cross-posted from carrick.tools . The agentic development cycle has completely upended traditional software engineering practices. Teams are looking t…
No. There's no such thing as 'CI/CD'. CI and CD are two distinct things, and you're probably not doing them either. This is Part 1: how to actually do…
The real cost of a red pipeline CI pipelines fail. That's expected — it's literally their job to catch problems. But here's what shouldn't be normal: …
LLM applications need a different kind of regression test. Unit tests can tell you whether a function returns a value, but they do not tell you whethe…
The Friday Vercel refused my merge Friday April 10th, late afternoon. I merge to main a Stripe integration that opens a payment webhook endpoint. Verc…