Skill audit report
Delete local Git branches whose upstream was deleted on the remote ("[gone]"), and remove any worktrees attached to them. Use when the user asks to clean up merged/stale branches, prune gone branches, tidy local branches after merging PRs, or "delete branches that are gone on the remote".
OpenAgentSkill Trust Score
The Trust Score helps an agent decide whether a skill is safe enough to shortlist before installation.
GitHub adoption
WARN48
30 GitHub stars
Stars/forks activity
WARN43
30 stars, 2 forks; issue activity unavailable in current metadata
Recent maintenance
PASS100
10d since push
License clarity
PASS86
MIT
README/SKILL.md completeness
INFO76
Public metadata needs stronger README/SKILL.md context
Dependency/runtime risk
INFO64
command execution surface, network or browser surface
Install availability
PASS92
npx skills add rlajous/claude-code-commands --skill clean-gone
Install command safety
PASS92
standard package or runtime install path
Permission surface
INFO62
shell or command execution, network or browser access
Repository evidence
PASS86
https://github.com/rlajous/claude-code-commands/tree/main/skills/clean-gone
Review status
INFO66
AI review data available
Agent Proven outcomes
INFO54
No agent outcome data yet
Checks
Install path
92
npx skills add rlajous/claude-code-commands --skill clean-gone
Repository
88
https://github.com/rlajous/claude-code-commands/tree/main/skills/clean-gone
License
86
MIT
Maintenance
100
10d since push
AI review
55
The skill does not explicitly handle repositories with multiple remotes; `git fetch --prune` prunes only the default remote, so branches tracking other remotes may be evaluated against stale state.
README/SKILL.md completeness
84
Usable description available
Dependency risk
64
command execution surface, network or browser surface
Install command safety
92
standard package or runtime install path
Permission surface
62
shell or command execution, network or browser access
Stars/forks activity
43
30 stars, 2 forks; issue activity unavailable in current metadata
Adoption
42
30 GitHub stars
Warnings
Method
This report combines public metadata, AI review output, repository freshness, install readiness, OpenAgentSkill events, quality scoring, trust checks, and the agent safety gate. It is not a full source-code security review.
Compare nearby options