Skip to content

Commit 25dd44c

Browse files
authored
chore: rename /review skill to /sweep (#660)
* chore: rename /review skill to /sweep Avoids confusion with Claude Code's native PR review feature. * fix: update internal-scopes list to use sweep instead of review (#660)
1 parent 2fbc0ef commit 25dd44c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.claude/skills/release/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Scan **every commit message** between the last tag and HEAD. Apply these rules i
5151

5252
**Internal scopes — treat as patch, not minor:** The following scopes represent internal developer tooling and infrastructure, not user-facing features. A `feat:` commit with one of these scopes counts as a **patch**, not a minor bump:
5353

54-
`architect`, `bench`, `ci`, `claude`, `deps-audit`, `dogfood`, `hooks`, `housekeep`, `release`, `review`, `skills`, `test-health`, `titan`
54+
`architect`, `bench`, `ci`, `claude`, `deps-audit`, `dogfood`, `hooks`, `housekeep`, `release`, `skills`, `sweep`, `test-health`, `titan`
5555

5656
For example, `feat(titan): first full pipeline run` is internal tooling — patch. But `feat(cfg): control-flow graph generation` is user-facing — minor.
5757

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: review
2+
name: sweep
33
description: Check all open PRs, resolve conflicts, update branches, address Claude and Greptile review concerns, fix CI failures, and retrigger reviewers until clean
44
allowed-tools: Bash, Read, Write, Edit, Glob, Grep, Agent
55
---

0 commit comments

Comments
 (0)