Branch Context Check

Verify that the current Git branch, upstream state, and dirty working tree match the user's intended task before staging, committing, pushing, or continuing work from another session. Use this to detect stale branch reuse, leftover dirty files from previous sessions, unrelated commits on the current branch, cases where work should be split into a new branch or worktree, and post-publish cleanup decisions after push, PR creation, or PR merge.

comsky Updated

File contents

comsky/remy-skill-recipes/tree/main/skills/branch-context-check commit 474ca9f98f

Frequently asked questions

npx skillmds@latest add comsky/branch-context-check