Skylv Repo Cleaner

AdvisoryAudited by Static analysis on May 3, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If approved incorrectly, the user could remove local work or shared remote branch references.

Why it was flagged

These commands can delete local branches, force-delete branches, or delete remote branches. This is central to the skill's purpose and is balanced by its separate instruction to show the user the deletion plan and ask for confirmation.

Skill content
Commands: git branch -d (safe) or git branch -D (force)
Remote: git push origin --delete branch-name
Recommendation

Review the proposed branch list before approving deletion, prefer safe deletion with git branch -d, and use force or remote deletion only when the branch is confirmed merged or otherwise recoverable.