kenryu42

Cc Safety Net — Git skill for Claude Code

Git community

description: Configure CC Safety Net rulebooks for user, project, or shareable GitHub scope.

How to install Cc Safety Net

Installs to ~/.claude/skills/kenryu42-copilot-safety-net-cc-safety-net/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kenryu42-copilot-safety-net-cc-safety-net && curl -fsSL https://raw.githubusercontent.com/kenryu42/copilot-safety-net/HEAD/commands/cc-safety-net.md -o ~/.claude/skills/kenryu42-copilot-safety-net-cc-safety-net/SKILL.md

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

What Cc Safety Net does


description: Configure CC Safety Net rulebooks for user, project, or shareable GitHub scope. allowed-tools: Bash, Read, Write, AskUserQuestion

Workflow

Help the user configure custom blocking rules for CC Safety Net.

Use information already provided in the user's prompt. Ask only when the scope, action, rule intent, merge behavior, or target command is unclear.

  1. Run `npx -y cc-safety-net rule doc` and treat that output as the complete source of truth for schema, paths, GitHub

Alternatives in Git

  • OSS PR — Commit + PR workflow for open source contributions: auto-creates a user-prefixed branch when on main/master, t 19.7k ★
  • Generate PR Description — You are tasked with generating a comprehensive pull request description following the repository's standard te 10k ★
  • Merge Dependabot PRs — @description Evaluate and merge dependabot PRs with parallel builds, dependency-aware batching, and transitive 1.6k ★

Full documentation available on GitHub

View Source Repository