From fdc279db053879e8caac61f069d2399dc99fb77d Mon Sep 17 00:00:00 2001 From: carlos-alm <127798846+carlos-alm@users.noreply.github.com> Date: Fri, 27 Mar 2026 16:49:10 -0600 Subject: [PATCH 1/2] chore: rename /review skill to /sweep Avoids confusion with Claude Code's native PR review feature. --- .claude/skills/{review => sweep}/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .claude/skills/{review => sweep}/SKILL.md (99%) diff --git a/.claude/skills/review/SKILL.md b/.claude/skills/sweep/SKILL.md similarity index 99% rename from .claude/skills/review/SKILL.md rename to .claude/skills/sweep/SKILL.md index bcdb56b3..bd96d867 100644 --- a/.claude/skills/review/SKILL.md +++ b/.claude/skills/sweep/SKILL.md @@ -1,5 +1,5 @@ --- -name: review +name: sweep description: Check all open PRs, resolve conflicts, update branches, address Claude and Greptile review concerns, fix CI failures, and retrigger reviewers until clean allowed-tools: Bash, Read, Write, Edit, Glob, Grep, Agent --- From 1c11fba7f013de06667b2ffe20be74438e3ec148 Mon Sep 17 00:00:00 2001 From: carlos-alm <127798846+carlos-alm@users.noreply.github.com> Date: Fri, 27 Mar 2026 21:33:38 -0600 Subject: [PATCH 2/2] fix: update internal-scopes list to use sweep instead of review (#660) --- .claude/skills/release/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/skills/release/SKILL.md b/.claude/skills/release/SKILL.md index e262b41b..84d55a73 100644 --- a/.claude/skills/release/SKILL.md +++ b/.claude/skills/release/SKILL.md @@ -51,7 +51,7 @@ Scan **every commit message** between the last tag and HEAD. Apply these rules i **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: -`architect`, `bench`, `ci`, `claude`, `deps-audit`, `dogfood`, `hooks`, `housekeep`, `release`, `review`, `skills`, `test-health`, `titan` +`architect`, `bench`, `ci`, `claude`, `deps-audit`, `dogfood`, `hooks`, `housekeep`, `release`, `skills`, `sweep`, `test-health`, `titan` For example, `feat(titan): first full pipeline run` is internal tooling — patch. But `feat(cfg): control-flow graph generation` is user-facing — minor.