armgabrielyan/deadbranch
Clean up stale git branches safely.
What's novel
Clean up stale git branches safely.
Code Analysis
6 files read · 2 roundsA Rust CLI utility that scans local Git repositories for stale branches based on age and merge status, optionally backing them up before deletion.
Strengths
Strong separation of concerns with dedicated modules for configuration, errors, and backup logic. The use of `thiserror` provides excellent ergonomics for error handling, and the config system is flexible and user-friendly.
Weaknesses
Lacks comprehensive test coverage visible in the file tree (only one test file shown). The backup mechanism's implementation details are somewhat opaque without seeing the full Git interaction logic.
Score Breakdown
Signal breakdown
Innovation
Craft
Traction
Scope
Evidence
Commits
72
Contributors
3
Files
59
Active weeks
5
Repository
Language
Rust
Stars
65
Forks
6
License
MIT