build-and-ci-integrity

build-and-ci-integrity is a skill for Claude Code, Codex from ChloeVPin/open-agent-skills. It costs 56 tokens per session (1,141 once invoked), scanned A, original, no licence file.

A review guide for making build systems and CI workflows repeatable, secure, and verifiable. CI, or continuous integration, automatically checks code changes.

In plain words
What is it for?
Use it when changing build commands, workflow files, runners, published artifacts, release checks, or provenance records.
Why use it?
It helps reduce unreliable builds, excessive permissions, uncontrolled inputs, and artifacts that cannot be trusted or reproduced.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it when changing build commands, workflow files, runners, published artifacts, release checks, or provenance records.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chloevpin/open-agent-skills/build-and-ci-integrity
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.

Any agent
npx skills add ChloeVPin/open-agent-skills --skill build-and-ci-integrity
Clone the repo
git clone --depth 1 https://github.com/ChloeVPin/open-agent-skills

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 build-and-ci-integrity

README.md
[![agentmods](https://agentmods.dev/badge/skills/chloevpin/open-agent-skills/build-and-ci-integrity/github.svg)](https://agentmods.dev/skills/chloevpin/open-agent-skills/build-and-ci-integrity)
Your own site
<a href="https://agentmods.dev/skills/chloevpin/open-agent-skills/build-and-ci-integrity"><img src="https://agentmods.dev/badge/skills/chloevpin/open-agent-skills/build-and-ci-integrity/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 build-and-ci-integrity

Your own site · 80×15
<a href="https://agentmods.dev/skills/chloevpin/open-agent-skills/build-and-ci-integrity"><img src="https://agentmods.dev/badge/skills/chloevpin/open-agent-skills/build-and-ci-integrity.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,141 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.00056 $0.01141
Opus 5 $0.00028 $0.00571
Sonnet 5 $0.00011 $0.00228
Haiku 4.5 $0.00006 $0.00114

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

Security

Grade A, and why

build-and-ci-integrity 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 12d 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.

skills/build-and-ci-integrity/SKILL.md · 66 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

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. 12d ago First seen · 66 lines · 56 tokens per session scan A 9bf3c2b4948e

Subscribe to this mod's changes

build-and-ci-integrity is a skill published in the GitHub repository ChloeVPin/open-agent-skills (2 stars, last pushed 6d ago), with no licence file. It adds 56 tokens to every session and 1,141 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-08-31.

Related

Other skills, from other repositories

mcore-create-issue

Investigate a failing GitHub Actions run or job and create a GitHub issue for the failure.

NVIDIA/skills · 26 tokens

hns-workflow-ci-loop

Unified CI watch + auto-fix loop skill. Polls gh pr checks after /moai sync PR creation, classifies required vs auxiliary failures, attempts safe automated patches (max 3 iterations), and escalates semantic failures to the user. Use for CI loop workflow — NOT for general loop iteration patterns (see…

modu-ai/moai-adk · 76 tokens

gh-fix-ci

Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use gh to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.

foryourhealth111-pixel/Vibe-Skills · 72 tokens

agent-loop-ext

Crash-resilient external agent loop with state persistence and CI/CD integration.

jmagly/aiwg · 18 tokens

land-and-deploy

Merge PR, wait for CI, verify deploy, run canary. The complete landing pipeline.

FlorianBruniaux/claude-code-ultimate-guide · 24 tokens

build-ci-migration-assistant

Automatically migrates build systems and CI/CD configurations to target platforms. Use when modernizing build infrastructure, switching CI/CD providers, or standardizing across projects. Supports common migration paths including Maven↔Gradle, npm↔Yarn, Travis CI→GitHub Actions, CircleCI→GitHub Actions, Jenkins→GitLab…

ArabelaTso/Skills-4-SE · 107 tokens