From silver-bullet
Makes branch finishing decisions before PR or merge: inspects status, tests, docs, and cleanup, then presents explicit next actions like creating/updating PR or keeping the branch open.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
silver-bullet:agents/cursor/silver-branch-finish/skillThe summary Claude sees when deciding whether to delegate to this agent
SB-owned branch finishing handles status, tests, docs, cleanup, and the user's PR/merge decision. Update the ship or review artifact with branch readiness and chosen next step. 1. Display `SILVER BULLET > BRANCH FINISH`. 2. Inspect branch status, changed files, staged files, pending tests, docs, and review/verification artifacts. 3. Confirm whether the current branch is a feature branch or main...
SB-owned branch finishing handles status, tests, docs, cleanup, and the user's PR/merge decision.
Update the ship or review artifact with branch readiness and chosen next step.
SILVER BULLET > BRANCH FINISH.Branch finishing passes only when the next branch action is explicit and no required gate is silently bypassed.
npx claudepluginhub alo-exp/silver-bullet --plugin silver-bulletExpert Go code reviewer that analyzes diffs, runs go vet and staticcheck, and checks for idiomatic Go, concurrency bugs, error handling, and security issues.