The four heights
The same task, four distances: today's deadline, the next reviewer, the stuck moment, the pattern.
Execute — do the immediate task
+I finished work on feature/token-rotation. Push my local branch feature/token-rotation to the…
Execute — do the immediate task
+I finished work on feature/token-rotation. Push my local branch feature/token-rotation to the remote as a new branch on origin, set upstream so future pushes are simple, and then push tags v1.2.0 and v1.2.0-rc1. Fail if the push would overwrite remote history. After pushing, open a pull request targeting main and assign Priya Shah as reviewer.
Pasted it? When the reply comes back, push once: ask it to sharpen the weakest part. — Did this prompt help?
Improve — make it easier to accept
+Before I push this branch, make it easy for ops and reviewers to accept it. Run a dry-run push to…
Improve — make it easier to accept
+Before I push this branch, make it easy for ops and reviewers to accept it. Run a dry-run push to detect conflicts, ensure commit messages follow the project's convention, squash trivial fixup commits if appropriate, and surface any large binary blobs or inadvertent secrets in the pushed commits. If anything suspicious appears, list the exact commits to rewrite or remove.
Pasted it? When the reply comes back, push once: ask it to sharpen the weakest part. — Did this prompt help?
Decide — diagnose the stuck moment
+I tried to push feature/token-rotation and the remote rejected it because origin/main moved ahead.…
Decide — diagnose the stuck moment
+my push was rejected because remote has new commits.
I tried to push feature/token-rotation and the remote rejected it because origin/main moved ahead. I haven't pulled since starting work and I'm worried merging will break the integration tests that pass locally. What is the safest sequence to reconcile my branch with origin/main, preserve my work, and minimize the chance of introducing regressions after push?
Pasted it? When the reply comes back, push once: ask it to sharpen the weakest part. — Did this prompt help?
Become — change the pattern
+I keep getting rejected pushes because I work off an old main and forget to pull or rebase, which…
Become — change the pattern
+Pushes repeatedly conflict because I never sync before starting work.
I keep getting rejected pushes because I work off an old main and forget to pull or rebase, which creates painful merge commits and broken CI. What workflow change should I adopt so I stay in sync with origin/main, reduce push conflicts, and keep history clean while collaborating with multiple teammates?
Pasted it? When the reply comes back, push once: ask it to sharpen the weakest part. — Did this prompt help?
Next to this one
Other code hosting work people do in GitHub.
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.