Missing User Warnings
Medium
- Confidence
- 90% confidence
- Finding
- The skill includes destructive git commands (`git checkout -- .`, branch deletion, and `git stash pop`) that can alter or discard local work. Although the document discusses using a clean working tree or stash, it does not place an immediate, explicit warning adjacent to the destructive commands about data loss and conflict risks, so an agent or user following the steps mechanically could lose uncommitted changes or reintroduce conflicts.
