Stage/unstage files

Stage/unstage files in Visual Studio Code — 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.

Execute — do the immediate task

+
I need to prepare a clean commit for review. Stage src/auth.ts and src/session.ts and ensure dist/…
I need to prepare a clean commit for review. Stage src/auth.ts and src/session.ts and ensure dist/ and node_modules/ are unstaged. If any other files are staged, unstage them, then show me the staged file list so I can run the final tests before committing.

Improve — make it easier to accept

+
Before I stage files for the PR, make it easy for the reviewer: highlight which files must be…
Before I stage files for the PR, make it easy for the reviewer: highlight which files must be staged for the story, call out generated files that should never be staged, and point out files that commonly sneak into the index so I can confirm the exact diff before committing.

Become — change the pattern

+
I repeatedly stage generated files and unrelated artifacts, which causes rework and noisy commits.…

I keep staging generated or irrelevant files

I repeatedly stage generated files and unrelated artifacts, which causes rework and noisy commits. Which three small changes to my workflow, .gitignore, or staging routine will prevent these mistakes and make staging a deliberate, low-friction step for reviewers and CI?

Next to this one

Other code editor work people do in Visual Studio Code.

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.