This skill is coherent for GitHub contribution automation, but it includes destructive Git synchronization steps that can discard local work and push changes without enough warning or confirmation.
Review before installing. Use this only in fresh or disposable clones, or after backing up/stashing local work. Before running the script, verify the project directory, origin, upstream, current branch, and `git status`; avoid running it in a repository that has uncommitted, untracked, or ignored files you care about. Prefer a dry-run cleanup and explicit confirmation before hard resets or pushes.