Commit Tidy
v0.1.0Analyze staged/committed changes and recommend splitting or squashing strategy. Use when the user says "commit split", "split commits", "should I split this...
⭐ 1· 43·0 current·0 all-time
byes6kr@drumrobot
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the runtime instructions: the SKILL.md exclusively describes inspecting git diffs, categorizing changed files, recommending split/squash strategies, and optionally running git commands to implement splits. No unrelated binaries, credentials, or installs are requested.
Instruction Scope
Instructions are narrowly focused on git operations (git diff, git status, git reset, git add, git commit). These commands modify the local repository state (e.g., git reset HEAD unstages changes, git commit creates commits). The skill does not ask for unrelated file system paths or external endpoints, but any execution of the provided commands will change the repo—user confirmation or a disposable branch is advisable before executing commands.
Install Mechanism
No install spec and no code files — instruction-only. That minimizes risk because nothing is downloaded or written by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The declared requirements are proportional to the stated purpose (local git operations only).
Persistence & Privilege
Flags show always:false and normal model invocation settings. The skill does not request permanent presence or system-level configuration changes.
Assessment
This skill is consistent with its stated purpose, but be aware it will run git commands that modify your repository if you ask it to execute changes. Before allowing execution: 1) Review the analysis and the exact git commands the skill will run. 2) Run recommendations manually or on a disposable branch or with a safety copy of the repo. 3) Prefer that the agent only provide a plan and commit messages unless you explicitly request it to run git reset/add/commit. 4) No network downloads or secret access are requested by the skill, so main risk is accidental local repo modification — require explicit confirmation before executing commands.Like a lobster shell, security has layers — review code before you run it.
latestvk97c5dvb9dp9j1qrm36t9sx5nx83zxch
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
