jenkins

jenkins is a skill for Claude Code from Arvo-AI/aurora. It costs 22 tokens per session (989 once invoked), scanned A, original, Apache-2.0.

A connection to Jenkins for examining automated builds, deployment pipelines, logs, and test results. Jenkins is a tool that automatically builds and deploys software when code changes.

In plain words
What is it for?
Use it to find recent deployments, inspect build details and pipeline stages, read stage or full build logs, review test failures, and examine run and step data from Blue Ocean, Jenkins's visual pipeline interface.
Why use it?
It helps identify whether a failed build, pipeline step, deployment, or test caused an incident.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to find recent deployments, inspect build details and pipeline stages, read stage or full build logs, review test failures, and examine run and step data from Blue Ocean, Jenkins's visual pipeline interface.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/arvo-ai/aurora/jenkins
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 Arvo-AI/aurora --skill jenkins
Clone the repo
git clone --depth 1 https://github.com/Arvo-AI/aurora

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 jenkins

README.md
[![agentmods](https://agentmods.dev/badge/skills/arvo-ai/aurora/jenkins/github.svg)](https://agentmods.dev/skills/arvo-ai/aurora/jenkins)
Your own site
<a href="https://agentmods.dev/skills/arvo-ai/aurora/jenkins"><img src="https://agentmods.dev/badge/skills/arvo-ai/aurora/jenkins/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 jenkins

Your own site · 80×15
<a href="https://agentmods.dev/skills/arvo-ai/aurora/jenkins"><img src="https://agentmods.dev/badge/skills/arvo-ai/aurora/jenkins.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 989 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00022 $0.00989
Opus 5 $0.00011 $0.00495
Sonnet 5 $0.00004 $0.00198
Haiku 4.5 $0.00002 $0.00099

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

Security

Grade A, and why

jenkins 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.

server/chat/backend/agent/skills/integrations/jenkins/SKILL.md · 76 lines

How it starts

The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Jenkins Integration

Overview

Jenkins CI/CD integration for investigating builds and deployments during Root Cause Analysis. Uses three Jenkins APIs: Core REST API, Pipeline REST API (wfapi), and Blue Ocean REST API.

Instructions

Tool: jenkins_rca

Unified Jenkins CI/CD investigation tool for Root Cause Analysis.

Actions:

  • recent_deployments -- Query stored deployment events; optional service filter and time_window_hours
  • build_detail -- Core API: SCM revision, changeSets, build causes, parameters. Requires job_path + build_number
  • pipeline_stages -- wfapi: stage-level breakdown with status and timing. Requires job_path + build_number
  • stage_log -- wfapi: per-stage log output for a specific node_id. Requires job_path + build_number + node_id
  • build_logs -- Core API: console output, truncated to ~1MB. Requires job_path + build_number
  • test_results -- Core API: test report with failure details. Requires job_path + build_number
  • blue_ocean_run -- Blue Ocean API: run data with changeSet and commit info. Requires pipeline_name + run_number
  • blue_ocean_steps -- Blue Ocean API: step-level detail for a pipeline node. Requires pipeline_name + run_number
  • trace_context -- Extract OTel W3C Trace Context; params: deployment_event_id or job_path + build_number

Required params vary by action: job_path + build_number for Core/wfapi, pipeline_name + run_number for Blue Ocean. service is optional for recent_deployments.

RCA Investigation Flow

Recent deployments are a leading indicator of root cause. Always check if a deployment occurred shortly before the alert fired.

  1. jenkins_rca(action='recent_deployments', service='SERVICE') -- Check for recent deploys
  2. jenkins_rca(action='build_detail', job_path='JOB', build_number=N) -- Build details + commits
  3. jenkins_rca(action='pipeline_stages', job_path='JOB', build_number=N) -- Stage breakdown
  4. jenkins_rca(action='build_logs', job_path='JOB', build_number=N) -- Console output
  5. jenkins_rca(action='test_results', job_path='JOB', build_number=N) -- Test failures
  6. jenkins_rca(action='trace_context', deployment_event_id=ID) -- OTel trace correlation

Read the full file on GitHub · 76 lines

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 · 76 lines · 22 tokens per session scan A 797e85663992

Subscribe to this mod's changes

jenkins is a skill published in the GitHub repository Arvo-AI/aurora (406 stars, last pushed today), licensed Apache-2.0. It adds 22 tokens to every session and 989 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-30.

Related

Other skills, from other repositories

terraform-iac

Terraform and OpenTofu infrastructure as code best practices - generate HCL configurations, module patterns, state management, CI/CD workflows, and cloud provider templates for AWS, GCP, Azure.

chainlesschain/chainlesschain · 41 tokens

isaac-automator

Deploy and operate a cloud Isaac Workstation with Isaac Automator: provision a GPU VM running Isaac Sim, Isaac Lab, and/or Isaac Lab Arena on AWS, GCP, Azure, or Alibaba Cloud, connect to it, move data in and out, control cost with stop/start, repair, import existing deployments, and destroy. Use when the user wants a…

isaac-sim/IsaacAutomator · 123 tokens

cloud-iam-deep

GCP/AWS/Azure cloud exploitation -- Cloud Functions, Firestore, Cloud Run, S3, MinIO, Blob Storage, SA keys.

uphiago/recon-skills · 35 tokens

Cloud Security & Container Hardening

AWS/Azure/GCP security auditing, container and Kubernetes hardening, Infrastructure as Code scanning, and cloud compliance assessment.

Masriyan/Claude-Code-CyberSecurity-Skill · 30 tokens

cicd-aiops

Use this skill whenever the user needs to operate a self-managed GitLab or self-hosted Gitea CI/CD server — a one-shot overview, server version and token identity, projects with storage statistics, pipelines/runs with jobs and trace tails, the runner fleet, merge/pull requests, branches, protection rules and releases…

AIops-tools/CICD-AIops · 324 tokens

conducting-cloud-infrastructure-penetration-test

Perform a cloud infrastructure penetration test across AWS, Azure, and GCP to identify IAM misconfigurations, exposed storage buckets, insecure serverless functions, and cloud-native attack paths using Pacu, ScoutSuite, and Prowler.

autohandai/community-skills · 57 tokens