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.
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.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "create-git-worktree" from https://skillstore.io/skills/akabanakk-create-git-worktree.md and its manifest at https://skillstore.io/api/skills/akabanakk-create-git-worktree/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.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 "create-git-worktree". Create a worktree for feature/profile-page.
Expected outcome:
Using "create-git-worktree". Create bugfix/login-timeout from main.
Expected outcome:
Confirms main as the base branch, updates the checkout, creates the worktree, and notes whether .env was copied.
Using "create-git-worktree". Run it for a branch that already has a worktree.
Expected outcome:
Reports that the worktree already exists and gives the existing path.
Most shell and SKILL.md entropy detections are benign for a Git worktree helper. The script still has real risk because it creates sibling directories, changes and pulls the base branch, and copies .env into the new worktree. No prompt injection or malicious exfiltration intent was found.
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-create-git-worktree/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/akabanakk-create-git-worktree?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/akabanakk-create-git-worktree?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/akabanakk-create-git-worktree/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/akabanakk-create-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). create-git-worktree security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/akabanakk-create-git-worktree/audits/8@techreport{akabanakk-akabanakk-create-git-worktree-2026,
author = {AKABANAKK},
title = {create-git-worktree security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/akabanakk-create-git-worktree/audits/8},
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: "create-git-worktree security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "AKABANAKK"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/akabanakk-create-git-worktree/audits/8"
identifiers:
- type: other
value: "skillstore:akabanakk-create-git-worktree:audit:8"
description: "Skillstore immutable audit report identifier"
Create a separate workspace for a feature branch while keeping the main checkout available.
Open another branch for testing or review without stashing current work.
Start a hotfix worktree from a selected release or main branch.
Create a worktree for branch feature/profile-page.
Create a worktree for bugfix/login-timeout from main using this skill.
Create or reuse a worktree for feature/search-filter and tell me which path is used.
Before creating release/2.4-hotfix from release/2.4, tell me the target path and whether .env will be copied.
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/create-git-worktreeRef
6eec4a59f63ff83440a84c18d1aef79743bc714e
Maintenance freshness
7/18/2026
Usage
6 downloads Β· 193 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.
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.
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.
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.
Operate Local Project Stacks Safely
by ACSKamloops
Local development stacks can be hard to debug when logs, services, and config changes are handled out of order. This skill guides Claude, Codex, and Claude Code to inspect evidence first and explain safe operational steps.
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.