high-quality-commit
69Create Clean Git Commits
Messy commit history makes reviews and rollbacks harder. This skill guides Claude, Codex, or Claude Code through commit strategy, messages, and verification.
Remove Git Worktrees Safely
Abandoned Git worktrees can leave stale files and local branches behind. This skill runs a focused cleanup script for a named branch.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "remove-git-worktree" from https://skillstore.io/skills/akabanakk-remove-git-worktree.md and its manifest at https://skillstore.io/api/skills/akabanakk-remove-git-worktree/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "remove-git-worktree". Remove the worktree for feature/new-login.
Expected outcome:
The feature/new-login worktree was removed from the expected sibling worktrees directory. The matching local branch was also deleted.
Using "remove-git-worktree". Clean up bugfix/header-layout after merge.
Expected outcome:
The cleanup completed for bugfix/header-layout. The local worktree and local branch are no longer present.
Using "remove-git-worktree". Verify the path before removing experiment/payment-flow.
Expected outcome:
The resolved path matched the expected worktrees directory. Cleanup can continue after user confirmation.
Most command-execution findings are expected for a Git cleanup script and are false positives because commands are hardcoded and quoted. The parent-relative worktree path and later delete operations are real risks because the skill can remove a sibling worktree directory and force-delete a local branch without confirmation. No evidence found for prompt injection or network behavior.
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/akabanakk-remove-git-worktree/audits/11?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/akabanakk-remove-git-worktree?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/akabanakk-remove-git-worktree?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/akabanakk-remove-git-worktree/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/akabanakk-remove-git-worktree.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>AKABANAKK. (2026). remove-git-worktree security audit report (audit version 11) [Author version unspecified]. Skillstore. https://skillstore.io/skills/akabanakk-remove-git-worktree/audits/11@techreport{akabanakk-akabanakk-remove-git-worktree-2026,
author = {AKABANAKK},
title = {remove-git-worktree security audit report (audit version 11)},
institution = {Skillstore},
year = {2026},
number = {11},
url = {https://skillstore.io/skills/akabanakk-remove-git-worktree/audits/11},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "remove-git-worktree security audit report (audit version 11)"
version: "unspecified"
type: report
authors:
- name: "AKABANAKK"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/akabanakk-remove-git-worktree/audits/11"
identifiers:
- type: other
value: "skillstore:akabanakk-remove-git-worktree:audit:11"
description: "Skillstore immutable audit report identifier"
Remove a feature worktree and its local branch after merge work is finished.
Delete a mistakenly created worktree that follows the repository worktree naming convention.
Standardize cleanup of old local worktrees during repository maintenance.
Use the remove-git-worktree skill to remove the worktree for branch feature/new-login.
After confirming branch feature/cart-checkout is merged, remove its local worktree and matching local branch.
For branch bugfix/header-layout, show the resolved worktree path first. Continue only if it matches the expected sibling worktrees directory.
Before removing branch experiment/payment-flow, check whether local work may be lost and explain the cleanup impact.
Author
AKABANAKKLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/AKABANAKK/claude-code-marketplace/tree/main/akb7/skills/remove-git-worktreeRef
0519034dad657fb1f7706e0550e962beeda73fdf
Maintenance freshness
7/18/2026
Usage
5 downloads ยท 209 views
File structure
Create Clean Git Commits
Messy commit history makes reviews and rollbacks harder. This skill guides Claude, Codex, or Claude Code through commit strategy, messages, and verification.
Search the Web with Gemini CLI
Current research tasks need fresh sources and concise summaries. This skill runs Gemini CLI search and asks it to return sourced Markdown.
Create Git Worktrees for Isolated Tasks
Developers need isolated branches without copying repositories manually. This skill creates or reuses a Git worktree and prepares a basic local environment.
Standardize Your Git Workflow
by Atman36
Inconsistent commits and branches make collaboration and releases harder to manage. This skill applies Conventional Commits, GitFlow, review practices, and pre-commit checks.
Manage Advanced Git Workflows
by wshobson
Complex Git history tasks can break branches, hide bugs, or slow reviews. This skill provides structured guidance for safe rebases, cherry-picks, bisects, worktrees, and recovery.
Manage Git Submodules Safely
by supercent-io
Git submodules can be hard to add, update, and remove without mistakes. This skill provides structured workflows for common submodule tasks.
Master Advanced Git Workflows
by AutumnsGrove
Complex Git maintenance can make history changes and conflict resolution difficult. This skill provides structured guidance, recovery steps, and an optional local helper for common advanced workflows.
Finish Development Branches Safely
by ZhanlinCui
Completing a feature branch often requires tests, merge decisions, and cleanup. This skill guides Claude, Codex, and Claude Code through safe branch finishing choices.
Create Conventional Git Commits
by 21pounder
Manual commit preparation can miss staged changes, message style, or sensitive files. This skill reviews git state and helps create clear conventional commits.