eval-test-skill
CommunityTidy git branches by removing merged ones.
Authorotrebu
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Git branch cleanup utility. Lists and deletes branches that have been merged to main. Use when you want to clean up old branches, delete merged branches, or tidy up your git repository.
Core Features & Use Cases
- List merged branches: Identify branches already merged into main (excluding main/master).
- Confirm deletion: Prompt user to choose which branches to delete.
- Delete branches: Remove selected merged branches safely (uses -d to avoid deleting unmerged branches).
- Use Case: After finishing a feature, you can run this Skill to clean up your local repo and keep it tidy.
Quick Start
List merged branches in the current repository and delete the ones you approve, while preserving main/master and the currently checked-out branch.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: eval-test-skill Download link: https://github.com/otrebu/all-agents/archive/main.zip#eval-test-skill Please download this .zip file, extract it, and install it in the .claude/skills/ directory.