GitHub Action and CLI for validating Incident Card markdown files in pull requests

I've made a small free CLI/GitHub Action for teams that want incident records to live in the repo instead of disappearing into Slack threads, PR descriptions, or ticket comments.

The idea is simple: if a pull request has an "incident" label, CI checks that the PR also changes a valid Incident Card markdown file.

Could you check?

https://github.com/balyakin/incident-ci

reddit.com
u/Kaluga2026 — 9 days ago
▲ 7 r/cicd+2 crossposts

CLI tool that proves Redis-backed caches are disposable by running app probes through controlled cache failure scenarios

I kept seeing the same failure mode in Redis-backed systems: Redis starts as a cache, but over time parts of the app quietly begin depending on cached data as if it were the source of truth.

I've made a small free software. Could you check it?

https://github.com/balyakin/cache-proof

u/Kaluga2026 — 2 days ago