Git Workflows

v1.0.0

Advanced git operations beyond add/commit/push. Use when rebasing, bisecting bugs, using worktrees for parallel development, recovering with reflog, managing subtrees/submodules, resolving merge conflicts, cherry-picking across branches, or working with monorepos.

5· 10.2k·104 current·111 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (advanced git workflows) match the SKILL.md content and required binaries (only 'git'). There are no unrelated environment variables, installs, or config paths requested.
Instruction Scope
SKILL.md is an instruction-only guide containing many concrete git commands and examples (rebase, bisect, worktree, reflog, submodules, etc.). It includes examples that create and run temporary test scripts (e.g., writing /tmp/test-for-bug.sh and invoking it) and example uses of npm test — these are expected for automated bisect/test workflows but do allow executing repository code or scripts. The instructions do not attempt to read unrelated system credentials or files, but they do include destructive git commands (reset --hard, rebase, remove worktrees) that will modify repository state if run.
Install Mechanism
No install spec (instruction-only). Nothing is downloaded or written by the skill itself; this is the lowest-risk install model.
Credentials
No environment variables, credentials, or config paths are requested. Example commands reference npm and test scripts but those are illustrative and not declared as required environment elements.
Persistence & Privilege
always:false and no persistence/install actions. The skill does not request permanent presence or modify other skills/config; autonomous invocation is allowed by platform default and not escalated here.
Assessment
This skill is coherent with its purpose and only needs git, but it contains concrete commands that will change repository state (rebase, reset --hard, worktree removal, etc.) and examples that create/run scripts (bisect run). Before enabling or running it: review the SKILL.md yourself, run the commands in a disposable clone or sandbox, back up important branches, and avoid running automated bisect/test scripts from untrusted repositories. Because the skill source is unknown and instruction-only, treat it as documentation the agent will follow — the main risk is accidental destructive git operations or executing repo-provided test scripts, not credential exfiltration.

Like a lobster shell, security has layers — review code before you run it.

latestvk9749wr7esxmkgr5e99hbydmj980f67e

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🌿 Clawdis
OSLinux · macOS · Windows
Binsgit

Comments