Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .claude/skills/add-repo-override/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
---
name: add-repo-override
description: Add a per-repo settings override to overrides.json
description: >-
Add a per-repo settings override to overrides.json so a specific
repository can deviate from the baseline. Use this skill whenever the
user wants to customize settings for one repo, add an exception, or
says "this repo needs different branch protection" or "override the
wiki setting for this repo".
disable-model-invocation: true
user-invocable: true
argument-hint: "<repo-name> <setting-path> <value>"
---

# Add Repository Override
Expand Down
8 changes: 6 additions & 2 deletions .claude/skills/audit/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
name: audit
description: Run a dry-run settings audit across all repositories
user-invocable: true
description: >-
Run a dry-run settings audit across all repositories to detect drift
from baseline. Use this skill whenever the user wants to check repo
settings, find drift, audit governance, or says "are all repos in
sync?" or "check settings across the org".
disable-model-invocation: true
user-invocable: true
---

# Audit Repository Settings
Expand Down
8 changes: 7 additions & 1 deletion .claude/skills/exclude-repo/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
---
name: exclude-repo
description: Exclude a repository from settings governance
description: >-
Exclude a repository from settings governance so the sync script
skips it entirely. Use this skill whenever the user wants to remove
a repo from governance, stop syncing a repo, or says "don't manage
this repo" or "exclude my-fork from settings sync".
disable-model-invocation: true
user-invocable: true
argument-hint: "<repo-name>"
---

# Exclude Repository
Expand Down
9 changes: 7 additions & 2 deletions .claude/skills/ship/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
---
name: ship
description: Update docs, commit, create PR, monitor CI and reviews, address feedback, merge
description: >-
End-to-end PR lifecycle: update docs, commit, create PR, monitor CI,
address CodeRabbit and Copilot reviews, and merge. Use this skill
whenever the user says "ship it", "send a PR", "commit and merge",
"push this", or wants to finalize and land their changes. Pass a PR
number to resume monitoring an existing PR.
disable-model-invocation: true
user-invocable: true
argument-hint: "[optional PR number to resume monitoring]"
allowed-tools: Read, Write, Edit, Bash, Glob, Grep, Agent
---

# Ship — Commit, Monitor, Fix, Merge
Expand Down
Loading