davesienkowski

Gsd Ruleset Drift — Git skill for Claude Code

Git community

Surface drift between declared .github/rulesets/ and live branch protection; --apply runs the LIVE remediation (OWN-03).

How to install Gsd Ruleset Drift

Installs to ~/.claude/skills/davesienkowski-gsd-contrib-toolkit-gsd-ruleset-drift/SKILL.md

Terminal
mkdir -p ~/.claude/skills/davesienkowski-gsd-contrib-toolkit-gsd-ruleset-drift && curl -fsSL https://raw.githubusercontent.com/davesienkowski/gsd-contrib-toolkit/HEAD/commands/gsd-ruleset-drift.md -o ~/.claude/skills/davesienkowski-gsd-contrib-toolkit-gsd-ruleset-drift/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Gsd Ruleset Drift does


description: Surface drift between declared .github/rulesets/ and live branch protection; --apply runs the LIVE remediation (OWN-03). argument-hint: "(empty = read-only drift report) | --apply" allowed-tools: Bash, Read

Run the OWN-03 ruleset-governance **drift report** — a one-command, **advisory, read-only** check that compares the **declared** ruleset state (`.github/rulesets/*.json`) against the **live** state (`gh api repos//rulesets`) and surfaces any drift in `enforcement`,

Alternatives in Git

  • Ws Reset — Reset the current branch to main, fetch upstream, and update submodules 38.1k ★
  • Clean Worktrees (Automatic) — Automatically remove all worktrees for branches merged into master 25.5k ★
  • OSS PR — Commit + PR workflow for open source contributions: auto-creates a user-prefixed branch when on main/master, t 19.7k ★

Full documentation available on GitHub

View Source Repository