Full version control coverage with essential commands, team workflows, branching strategies, and recovery techniques.
Security Analysis
high confidenceThis is an instruction-only Git guide that is internally consistent with its purpose: it requires the git binary, contains only documentation, and only suggests storing an optional ~/git/memory.md for user preferences.
The skill name and description match the actual contents: a comprehensive collection of Git commands, workflows, and recovery techniques. Declared requirement is only the git binary, which is exactly what a Git helper needs. The memory location (~/git/) is reasonable for storing optional preferences.
SKILL.md and the included docs only instruct Git-related operations (status, commit, rebase, push, reflog, etc.) and recommend creating an optional memory file under ~/git/. There are no instructions to read unrelated system files, environment variables, or to contact unexpected external endpoints. The skill does suggest running networked Git commands (git push, git clone) which will use whatever credentials the user has configured in their environment.
This is instruction-only with no install spec and no code files. Nothing is downloaded or written by an installer; risk from install mechanisms is minimal.
The skill does not request any environment variables or credentials. However, many Git operations it recommends (push, clone, submodule update) will use the user's existing Git authentication (SSH keys, credential helper, stored HTTPS credentials). That is expected for a Git skill but users should be aware commands may perform network actions using locally-configured credentials.
always is false and the skill is not force-included. The only persistence suggested is an optional memory file at ~/git/memory.md for user preferences, which is proportional to the stated purpose and scoped to the skill. The skill does not request system-wide configuration changes or other skills' credentials.
Guidance
This skill is documentation-only and appears coherent with its stated purpose. Before using it: (1) review any Git commands the agent proposes—do not run destructive commands (reset --hard, force pushes) without understanding them; (2) be aware that network operations like git push/clone will use your existing Git credentials (SSH keys or saved HTTPS credentials) and can modify remote repositories; (3) only create ~/git/memory.md if you want the skill to remember your preferences; (4) there is no installer or external code included, so the main risk is running recommended commands without review. If you want extra caution, run suggested commands manually in a safe test repository first.
Latest Release
v1.0.7
Translated all auxiliary files to English
More by @ivangdavila
Published by @ivangdavila on ClawHub