Git Workflow Use this skill as the repo's routing-first local Git collaboration and recovery anchor . The job is not to teach all of Git. The job is to: - identify the current local Git state quickly, - choose one safe workflow mode, - recommend the smallest reversible fix that solves the problem, - keep boundaries to review, debugging, planning, and hosted PR workflows explicit. Read these references when the case gets sharp-edged or the user needs more than the brief: - references/collaboration-boundaries.md - references/mode-selection-and-command-packets.md - references/recovery-patterns.m…