From 20585d391c25052ab6dc5d09d76791d0ba6b0075 Mon Sep 17 00:00:00 2001 From: lab <6723574+louisgv@users.noreply.github.com> Date: Sat, 14 Feb 2026 23:08:13 +0000 Subject: [PATCH] feat: rename /cleanup-branches skill to /pcl Shorter slash command for branch cleanup. Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude/skills/{cleanup-branches => pcl}/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .claude/skills/{cleanup-branches => pcl}/SKILL.md (98%) diff --git a/.claude/skills/cleanup-branches/SKILL.md b/.claude/skills/pcl/SKILL.md similarity index 98% rename from .claude/skills/cleanup-branches/SKILL.md rename to .claude/skills/pcl/SKILL.md index c44bc4fe8..b06b74285 100644 --- a/.claude/skills/cleanup-branches/SKILL.md +++ b/.claude/skills/pcl/SKILL.md @@ -1,5 +1,5 @@ --- -name: cleanup-branches +name: pcl description: Delete stale git branches (local + remote) that have no open PR, and prune worktrees. argument-hint: "[--dry-run]" allowed-tools: Bash