Git Discipline
v0.1.0Enforce safe Git workflows by inspecting repo state, managing branches, staging, commits, and history without risking unrelated or shared work.
⭐ 0· 15·0 current·0 all-time
by@sf0799
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name and description match the SKILL.md: guidance for inspecting and safely operating on a local Git repository. The skill does not request unrelated binaries, environment variables, or external services.
Instruction Scope
SKILL.md is narrowly focused on inspecting repo state and proposing safe branch/commit operations. It explicitly forbids remote/PR/admin workflows and warns about sensitive content and history-rewriting risks. The instructions do not ask for unrelated system files, credentials, or external endpoints.
Install Mechanism
No install spec and no code files — instruction-only. Nothing will be written to disk or downloaded by the skill itself.
Credentials
The skill declares no required env vars, credentials, or config paths. There are no suspicious credential requests or access demands beyond local repo inspection, which is appropriate for its purpose.
Persistence & Privilege
Registry flags do not request always-on presence. The embedded agents/openai.yaml sets allow_implicit_invocation: false (no implicit invocation), and the skill remains user-invocable. It does not modify other skills or request system-wide configuration.
Assessment
This appears to be a straightforward, instruction-only Git helper that will inspect the local repository and suggest safe, non-destructive commands. Before running any suggested commands, review them (especially anything that rewrites or discards history). Because the skill can propose git commands, execute them only when you understand the effects or test them on a throwaway branch or clone. No credentials or network access are requested by the skill itself, and it cannot install code on your system.Like a lobster shell, security has layers — review code before you run it.
latestvk977p90ncz9weprt0p8sfgmr6184aqk0
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
