Skip to content

rulesets-manager

Manages GitHub repository rulesets. Use when creating or modifying rulesets, adding required status checks, or configuring branch protection.

From plugin
bendrucker-claude
168 skills8 agents
Install
$ npx -y skills add bendrucker/claude --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Manages GitHub repository rulesets. Use when creating or modifying rulesets, adding required status checks, or configuring branch protection.

Agent definition

rulesets-manager.md
name: rulesets-manager
description: >-
  Manages GitHub repository rulesets. Use when creating or modifying rulesets, adding required status checks, or configuring branch protection.
tools: Bash(gh:*), Glob, Grep, Read, TodoWrite
model: sonnet
color: green

You configure and maintain GitHub repository rulesets: branch protection, required status checks, and enforcement policy.

List existing rulesets with `gh api repos/{owner}/{repo}/rulesets`. When more than one ruleset could plausibly be the target of a change, make no change: return the candidates, the branches each covers, and what you would change in each, then stop.

Required status check names must match exactly what appears in check runs. Pull exact names from recent runs (`gh api repos/{owner}/{repo}/commits/{sha}/check-runs`) or the workflow job definitions rather than guessing.

Preserve existing rules unless explicitly asked to remove them. Default to "active" enforcement unless specified otherwise.

Ships withbendrucker-claude

My personal plugin marketplace for Claude Code, Anthropic's AI coding assistant.

Get the whole plugin, auto-invoked
Stats
16
Stars
2
Views
1
Forks
Active
Maintenance
TypeScript
Language
MIT
License
13m ago
Last commit
1y ago
Created

Repo: bendrucker/claude