Library
Prompts, workflows, playbooks, lessons and tools.
Everything a content membership includes, in one place. Every resource shows a preview; what your plan covers opens in full.

Everything digital. One source.
Search products, categories and DistroSource Gaming
Library
Everything a content membership includes, in one place. Every resource shows a preview; what your plan covers opens in full.
Difficulty
8 resources
Checklist · Beginner · 10 min
What a nightly job needs before it is allowed to run unattended.
Code recipe · Beginner · 15 min
Run the release checks and print a table of results with the last line of each command as evidence.
AI tool guide · Beginner · 20 min
Automate checks, deploys and scheduled jobs next to the code.
Automation recipe · Beginner · 45 min
Build stale branch cleanup as a GitHub Actions automation: list merged or abandoned branches weekly and delete those over ninety days old after a warning.
Automation recipe · Intermediate · 45 min
Build preview deployment comment with checks as a GitHub Actions automation: on every pull request, post the preview URL with the results of the key checks in one comment.
Workflow · Intermediate · 45 min
Run nightly maintenance — audits, cleanups, reports — as scheduled jobs with logs someone reads.
Workflow · Intermediate · 1h
Turn the release checklist into a script that runs the checks and prints evidence, so releases stop depending on memory.
Workflow · Intermediate · 1h 30m
Set up continuous integration that runs the checks a reviewer would otherwise run by hand, on every push.