Tag a commit

Tag a commit in Git — with three ready prompts, from the immediate task to the lasting pattern.

3prompt heights
Open it in the interactive atlas →

3 ready prompts

Written for the moment this actually comes up.

Improve — make it easier to accept

+
Before I create the v2.1.0 tag, make it easy for product and release to approve: surface the exact…
Before I create the v2.1.0 tag, make it easy for product and release to approve: surface the exact commit hash, include the top three user-facing changes from RELEASE_NOTES.md, list any commits after the tag candidate that should block the tag, and warn if build artifacts differ from the last tagged release.

Decide — diagnose the stuck moment

+
I have the release candidate on main but there were three small merges today and I can't tell which…

I prepared a release and I'm unsure which commit to tag

I have the release candidate on main but there were three small merges today and I can't tell which commit is the right one to mark v2.1.0. The release lead, Priya, expects the tag by Friday and will cut binaries from that tag. I'm afraid tagging the wrong commit will force another rebuild. Which commit should I tag and how do I be certain it's the correct one before pushing the tag to origin?

Become — change the pattern

+
Every release we end up with multiple tags and ambiguous versions that the build team misuses. This…

We keep creating lightweight tags that confuse downstream CI

Every release we end up with multiple tags and ambiguous versions that the build team misuses. This wastes time and causes incorrect artifacts to be shipped. Where are our habits failing around tag naming and timing, and what concrete rules should we adopt so tags reliably represent released binaries and are trusted by the release engineers?

Next to this one

Other version control work people do in Git.

Every task here came from the work, not from a feature list — which is why the prompts name what you want done and never the button that does it. The tool changes; the work does not.
Copyright © LLOS.ai · 2026 — original pedagogy, voice, and design — all rights reserved.

The rest of the map

Same library, five ways in.