ci skills

346 tagged ci, measured the same way as everything else here.

Browse within: actions 107gh-extension 107cai 103benchmark 86llm-agents 84agent-evaluation 83python-cli 83release-gate 83arcade 46azdo 46azure-devops 46dotnet 46github-actions 18code-quality 16

AlexSkrypnyk/scaffold

Skill Claude CodeCodex

Update a project created from the Scaffold template to the latest version of the Scaffold.

not rated 11 yesterday C 21 tokens GPL-3.0

Knuckles-Team/gitlab-api

Skill Claude CodeCodex

Review and merge GitLab merge requests via the gitlab-api MCP server — by default the MRs assigned to you or where you are a reviewer, optionally scoped to a project, group, or the whole instance. Read an MR, gate it on a green pipeline (pipeline → jobs → job log), then approve, accept/merge, or set…

not rated 10 6d ago A 158 tokens original MIT

alert-hysteresis

28

conallob/o11y-analysis-tools

Skill Claude CodeCodex

Query a live Prometheus's historical ALERTS series to statistically recommend better 'for:' hold-down durations, reducing spurious short-lived alerts and alert fatigue. Use interactively when an alert is firing too often/too briefly and needs its hysteresis tuned, or when auditing a rules file's for: values against…

not rated 4 1mo ago A 0 tokens original BSD-3-Clause

conallob/o11y-analysis-tools

Skill Claude CodeCodex

Identify Prometheus alert/recording rules that have no promtool unit-test coverage, and scaffold true-positive/false-positive/hysteresis test-case skeletons for them. Use when bootstrapping unit tests for new or existing PromQL rules, or auditing test coverage of a rules file. Fully hermetic: reads only local…

not rated 4 1mo ago A 0 tokens original BSD-3-Clause

conallob/o11y-analysis-tools

Skill Claude CodeCodex

Render end-to-end previews of what an alert notification will actually look like (plain-text email, HTML email, Slack attachment JSON, raw webhook JSON) by replaying a Prometheus unit-test file's expected alerts through a live Alertmanager. Effectively a "print preview" for alerts. Use to review notification…

not rated 4 1mo ago A 153 tokens original BSD-3-Clause

watch-branch

31

justincampbell/gh-watch

Skill Claude CodeCodex

Watch a GitHub branch for new commits using the gh-watch extension. Use when the user wants to be notified when new commits are pushed to a branch, monitor main for merges, or track branch activity.

not rated 4 16d ago A 45 tokens original MIT

watch-pr

32

justincampbell/gh-watch

Skill Claude CodeCodex

Watch a GitHub pull request for CI status, reviews, comments, merge conflicts, and terminal states using the gh-watch extension. Use when the user wants to monitor a PR, wait for CI, or track PR progress.

not rated 4 16d ago A 48 tokens original MIT

watch-tag

33

justincampbell/gh-watch

Skill Claude CodeCodex

Watch a GitHub repository for new tags using the gh-watch extension. Use when the user wants to be notified when a tag is created, when a release is cut, or when a tag that includes a specific commit appears (e.g. "tell me when my merge ships in a release").

not rated 4 16d ago A 62 tokens original MIT

mcp-error-surfacing

34

lewing/helix.mcp

Skill Claude CodeCodex

Updated: 2026-05-28 (CallToolFilters middleware implemented + schema audit findings captured).

not rated 4 4d ago A 0 tokens original MIT

lewing/helix.mcp

Skill Claude CodeCodex

How to evaluate and land a major-version upgrade of the ModelContextProtocol C# SDK (e.g. 1.x → 2.x) in this repo.

not rated 4 4d ago A 39 tokens original MIT

lewing/helix.mcp

Skill Claude CodeCodex

Use this only for tiny results where schema carries little value and you must keep the actual tool-call payload stable.

not rated 4 4d ago A 0 tokens original MIT

armanfatemi/nullius

Skill Claude CodeCodex

Get review or advice on your work from this repo's four reviewer agents in .claude/agents/. The protocol is: list every candidate whose domain overlaps the change, write a one-line SPECIFIC justification of why each applies to THIS change, drop any whose justification is generic or duplicated by a narrower candidate…

not rated 4 3d ago A 192 tokens original MIT

intent-to-proposal

38

armanfatemi/nullius

Skill Claude CodeCodex

Transform a raw idea into one or more well-defined OpenSpec proposals through guided dialogue, codebase survey, feasibility review, and decomposition. Use when the user has an idea they want to develop into a proposal — or when given a problem to solve, and its shape is not yet decided. The output is a complete…

not rated 4 3d ago A 87 tokens original MIT

proposal-to-pr

39

armanfatemi/nullius

Skill Claude CodeCodex

Drive an OpenSpec change from proposal to merge-ready PR. Reads openspec/changes/ /, blocks at Stage 1 until every prerequisite named in the proposal's > Depends on: blockquote has reached main, plants a canary and runs parallel reviews on the proposal, refines until zero blockers, implements each task, verifies with…

not rated 4 3d ago A 126 tokens original MIT

setup-pre-commit

40

mattmre/EVOKORE-MCP-PUBLIC

Skill Claude CodeCodex

Use when bootstrapping or extending the pre-commit hook chain (Husky + lint-staged + Prettier + typecheck + integration tests) for an EVOKORE-style TypeScript repo, including detecting an existing setup, surfacing the diff, and never silently overwriting a configured chain.

not rated 3 3mo ago A 67 tokens original MIT

inkcheck

41

chaoz23/inkcheck

Skill Claude CodeCodex

CI for ink interactive-fiction stories. Use it whenever a .ink file changes hands or changes state: "does my story compile?", "can any path crash it?", "are all my endings reachable?", "is there content nobody can ever see?", pre-commit checks, reviewing a story PR, or validating a generated/edited ink file before…

not rated 2 9d ago A 104 tokens original MIT

docverity

42

deveshagarwal/docverity

Skill Claude CodeCodex

Check whether a project's documentation still matches its code, and report stale or wrong claims with suggested fixes. Use this after editing, renaming, moving, or deleting source files, CLI flags, environment variables, or functions, to catch docs you may have just made inaccurate; when the user asks whether the…

not rated 2 2mo ago A 84 tokens original MIT

changelog-writer

44

migmcc/agent-skill-quality-gate

Skill Claude CodeCodex

Use when a release is being prepared and a human-readable changelog must be generated from merged pull requests.

not rated 2 2mo ago A 26 tokens original MIT

weak-skill

45

migmcc/agent-skill-quality-gate

Skill Claude CodeCodex

This skill does some helpful things with files and stuff. Maybe it cleans up the repo, or somehow organizes things, etc. Probably useful as needed.

not rated 2 2mo ago D 0 tokens original MIT

tripwire

46

bharath31/tripwire

Skill Claude CodeCodex

Use when authoring, editing, or reviewing a SKILL.md file — lints it against the Agent Skills best-practice rules and checks whether the description would actually activate the skill on the prompts it claims to cover, before the skill ships.

not rated 2 12d ago A 52 tokens original MIT

agents-doctor

47

ItsHege/agents-md-doctor

Skill Claude CodeCodex

Validate AGENTS.md and related agent instruction files with the published agents-doctor CLI. Use when the user asks to check, lint, verify, explain, audit, fix, release-check, or compare AGENTS.md, CLAUDE.md, GEMINI.md, agent instruction inheritance, tool profiles, context fidelity, instruction graphs, GitHub…

not rated 2 1mo ago A 93 tokens original MIT

Knuckles-Team/repository-manager

Skill Claude CodeCodex

Run and inspect the two-tier (fast/heavy) pre-commit gate across repos via rmgates, and validate a fix without re-running the whole wave: run to populate the durable gate ledger, retest to narrow a re-run to only the hooks the ledger last recorded failing (with automatic full-wave escalation on an all-pass), and…

not rated 2 6d ago A 218 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: