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.
$npx -y skills add comsky/remy-skill-recipes --skill branch-context-checkInstalls into the current project.
Run `npx skills use "https://github.com/comsky/remy-skill-recipes" --skill "comsky/remy-skill-recipes/branch-context-check"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/comsky/remy-skill-recipes" that are relevant to the current task. Run `npx skills add "https://github.com/comsky/remy-skill-recipes"` and select the relevant skills, then follow their instructions.