github-ops

github-ops is a skill for Claude Code, Codex from automateyournetwork/netclaw. It costs 61 tokens per session (501 once invoked), scanned A, original, Apache-2.0.

A tool for working with GitHub repositories, issues, pull requests, files, branches, commits, code search, and automated workflows.

In plain words
What is it for?
Use it to search configuration code, record findings as issues, prepare pull requests, manage files and branches, and monitor or trigger GitHub Actions.
Why use it?
It keeps network findings and configuration changes tied to the repository work where teams review and track them.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/automateyournetwork/netclaw/github-ops
Any agent
npx skills add automateyournetwork/netclaw --skill github-ops
Clone the repo
git clone --depth 1 https://github.com/automateyournetwork/netclaw

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for github-ops

README.md
[![agentmods](https://agentmods.dev/badge/skills/automateyournetwork/netclaw/github-ops.svg)](https://agentmods.dev/skills/automateyournetwork/netclaw/github-ops)
Your own site
<a href="https://agentmods.dev/skills/automateyournetwork/netclaw/github-ops"><img src="https://agentmods.dev/badge/skills/automateyournetwork/netclaw/github-ops.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 501 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00061 $0.00501
Opus 5 $0.00030 $0.00251
Sonnet 5 $0.00012 $0.00100
Haiku 4.5 $0.00006 $0.00050

Measured yesterday against content hash 0380ecf8673d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

github-ops scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

workspace/skills/github-ops/SKILL.md · 64 lines

What it actually says

GitHub Operations Skill

Available Capabilities

Repository Operations

  • Search repositories, list branches, get file contents
  • Create/update files, create branches
  • Compare branches, list commits

Issues

  • Create, list, search, update, and comment on issues
  • Use issues to track network findings, audit results, and remediation tasks

Pull Requests

  • Create PRs for config changes, list PRs, get PR details
  • Review and merge PRs, add comments

Code Search

  • Search across repositories for configuration patterns
  • Find references to specific IPs, VLANs, ACLs in config repos

GitHub Actions

  • List workflow runs, get workflow status
  • Trigger workflows for automated testing

Workflow Patterns

Network Finding → GitHub Issue

When you discover a network problem (via pyATS, health check, etc.):

  1. Create a GitHub issue with the finding details
  2. Include device name, symptom, recommended fix
  3. Label appropriately (bug, security, performance)
  4. Reference the GAIT session ID for audit trail

Config Change → Pull Request

When a config change is approved:

  1. Create a branch from main
  2. Commit the new/updated config file
  3. Open a PR with change details and ServiceNow CR number
  4. Link the PR in the GAIT audit trail

Audit Report → Repository

After health checks or audits:

  1. Commit the report as a markdown file
  2. Organize by date: reports/YYYY-MM-DD/
  3. Include raw data and AI analysis

Environment Variables

  • GITHUB_PERSONAL_ACCESS_TOKEN — GitHub PAT with repo access

Important Rules

  • Never commit secrets, passwords, or API keys to repositories
  • Always create a branch for changes — never push directly to main
  • Include meaningful commit messages describing the network change
  • Reference ServiceNow CR numbers in PR descriptions when applicable
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 64 lines · 61 tokens per session scan A 0380ecf8673d

Subscribe to this mod's changes

github-ops is a skill published in the GitHub repository automateyournetwork/netclaw (650 stars, last pushed yesterday), licensed Apache-2.0. It adds 61 tokens to every session and 501 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

github-operations

GitHub CLI operations for issues, PRs, milestones, and Projects v2. Covers gh commands, REST API patterns, and automation scripts. Use when managing GitHub issues, PRs, milestones, or Projects with gh.

yonatangross/orchestkit · 50 tokens

issue-progress-tracking

GitHub issue workflow ceremony using gh CLI — labels issues as in-progress, creates feature branches (issue/N-description), commits with issue references, posts progress comments, and links PRs with Closes #N. Keeps issues in sync with development work. Use when starting work on an issue, tracking progress, or…

yonatangross/orchestkit · 73 tokens

mk:ghpm

GitHub project management via the gh CLI — create and triage issues, manage GitHub Projects v2 boards (add items, update status fields), manage labels and milestones, and generate handoff-status summaries. Use when "create a GitHub issue", "add to project board", "update sprint status", "create label/milestone", or…

ngocsangyem/MeowKit · 127 tokens

baron

Drive work tracking (issues) and source control (pull requests) through Baron's provider-agnostic ports. Use when the user asks to create/transition/comment/link/query issues, open branches or pull requests, or run a Baron recipe — across Azure DevOps, GitHub, or whatever the repo's .baron/policy.json binds.

loncadev/baron · 72 tokens

github-manager

GitHub operations - manage issues, pull requests, repositories, and workflows via GitHub API.

chainlesschain/chainlesschain · 21 tokens

github-multi-repo

Multi-repository coordination, synchronization, and architecture management with AI swarm orchestration.

natea/fitfinder · 21 tokens