claude-code-methodology: Skill for Claude Code

.claude/skills/arib-ci-audit/SKILL.md

arib-ci-audit is a skill for Claude Code from AribSudia/claude-code-methodology. It costs 29 tokens per session (3,096 once invoked), scanned A, original, no licence file.

A code-repository audit skill for continuous integration and pull-request practices. Continuous integration automatically builds and tests code changes, while pull requests are proposed changes reviewed before merging.

In plain words
What is it for?
Use it to audit, set up, or review CI workflows, pull-request templates, CODEOWNERS files, and branch protection.
Why use it?
It helps identify missing or weak repository rules and checks around code changes.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

This is AribSudia/claude-code-methodology's own configuration. It tells Claude Code how to work on claude-code-methodology itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-code-methodology configures →

Reuse

Borrowing it

Nothing to install: this file belongs to AribSudia/claude-code-methodology. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/AribSudia/claude-code-methodology/main/.claude/skills/arib-ci-audit/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/AribSudia/claude-code-methodology

Made for: Claude Code.

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 arib-ci-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/aribsudia/claude-code-methodology/arib-ci-audit/github.svg)](https://agentmods.dev/skills/aribsudia/claude-code-methodology/arib-ci-audit)
Your own site
<a href="https://agentmods.dev/skills/aribsudia/claude-code-methodology/arib-ci-audit"><img src="https://agentmods.dev/badge/skills/aribsudia/claude-code-methodology/arib-ci-audit/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for arib-ci-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/aribsudia/claude-code-methodology/arib-ci-audit"><img src="https://agentmods.dev/badge/skills/aribsudia/claude-code-methodology/arib-ci-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,096 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00029 $0.03096
Opus 5 $0.00015 $0.01548
Sonnet 5 $0.00006 $0.00619
Haiku 4.5 $0.00003 $0.00310

Measured 9d ago against content hash 67bd0e1ee735, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

arib-ci-audit 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 9d ago.

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.

.claude/skills/arib-ci-audit/SKILL.md · 372 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 9d ago First seen · 372 lines · 29 tokens per session scan A 67bd0e1ee735

Subscribe to this mod's changes

arib-ci-audit is a skill published in the GitHub repository AribSudia/claude-code-methodology (2 stars, last pushed 7d ago), with no licence file. It adds 29 tokens to every session and 3,096 once invoked, about $0.0001 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-08-31.

Related

Other skills, from other repositories

chinese-git-workflow

A reference for configuring Git with Chinese code-hosting services such as Gitee, Coding.net, GitLab China, and CNB, including SSH, HTTPS, credentials, CI, and repository mirroring.

jnMetaCode/superpowers-zh · 69 tokens

baby-sit

Monitor a GitHub pull request until CI is green, diagnose failures, and rerun only evidence-backed flaky GitHub Actions jobs.

langchain-ai/open-swe · 30 tokens

atmos-hooks

Atmos hooks: lifecycle events, hook kinds, command/store/git/security hooks, step/steps hooks, when: conditions, scoping and overrides, toolchain integration, --skip-hooks, and Atmos Pro/local output.

cloudposse/atmos · 46 tokens

atmos-pro

Atmos Pro setup and workflows: settings.pro, GitHub OIDC, affected and inventory uploads, stack locks, pro commit, workflow dispatch, merge queues, and drift detection.

cloudposse/atmos · 38 tokens

start-temps-cluster

Start (or restart) a local multi-node Temps cluster using Docker-in-Docker — one control plane + 3 worker nodes, each a privileged DinD container running its own dockerd + temps agent, wired with the real multi-host overlay (VXLAN, computecidr allocation) via tools/dev-cluster/ in whichever checkout/worktree you run…

gotempsh/temps · 204 tokens

pr-watch

Local PR watcher. Monitors CI status, automatically fixes failing checks by reading failure logs and applying targeted fixes, then optionally merges when all checks pass. Local CLI analog to Claude Code's cloud auto-fix feature.

SethGammon/Citadel · 46 tokens