Agent skill
worktree-safe-remove
Safely remove a worktree by checking for important data in data/local before deletion. Preserves data/shared (symlink to main repository).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/worktree-safe-remove
SKILL.md
Worktree Safe Remove
Worktree を安全に削除する(重要データのチェック付き)。
Goal
重要なデータを失わずに worktree を削除する。
Instructions
- Worktree 削除前に
data/local/内の重要ファイルをチェック - 重要ファイルが見つかった場合はユーザーに警告
data/shared/は保持される(メインリポジトリへの symlink のため)
Usage
REPO_ROOT=$(git rev-parse --show-toplevel 2>/dev/null || pwd)
"$REPO_ROOT/.agent/skills/worktree-safe-remove/safe-remove.sh" "$WORKTREE_PATH"
Constraints
- 削除前に
data/local/の重要データを必ずバックアップ data/shared/は削除されない(全 worktree で共有)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?