# Pipeline Overview

> >

- **Type:** Skill
- **Install:** `agentstack add skill-cloudbees-oss-devops-agent-kit-pipeline-overview`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [cloudbees-oss](https://agentstack.voostack.com/s/cloudbees-oss)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [cloudbees-oss](https://github.com/cloudbees-oss)
- **Source:** https://github.com/cloudbees-oss/devops-agent-kit/tree/main/.claude/skills/pipeline-overview

## Install

```sh
agentstack add skill-cloudbees-oss-devops-agent-kit-pipeline-overview
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

## Pipeline Overview: $ARGUMENTS

Show the user a unified view of their CI/CD pipelines across all tools.

1. If the user specified a component name, search for it using
   `components_search`. Otherwise, list all components with `components_list`.

2. For each component, gather:
   a. `workflow_list` — all configured workflows (CloudBees + GitHub Actions)
   b. `runs_list(limit=3)` — the 3 most recent runs per workflow
   c. Skip any workflows with names containing "code_scan" — these are
      infrastructure-managed scans, not user pipelines

3. Get controller data:
   a. `controllers_list` — find Jenkins controllers
   b. For each controller: `controllers_data_get(ci4)` — runs overview
      (active runs, queued, wait times)

4. Get security context:
   a. `security_issues_all_get` — open vulnerability count per component

5. Get feature flag context:
   a. `flags_applications_list` — find flag applications
   b. For each application: `flags_list` — count of active flags

6. Present a unified dashboard:

   **Organization Pipeline Status**

   | Component | GitHub Actions | CloudBees Workflow | Jenkins | Security | Flags |
   |-----------|---------------|-------------------|---------|----------|-------|
   | name      | #N PASS/FAIL  | #N PASS/FAIL      | status  | N HIGH   | N active |

   For each component, show:
   - Latest run status per CI tool (pass/fail/running)
   - Open security findings count and max severity
   - Active feature flags
   - Any blockers or issues

7. Provide a summary:
   - Components green vs. red
   - Cross-tool patterns (e.g., "GitHub Actions healthy but CloudBees
     Workflows failing on all 3 components — likely a common config issue")
   - Top recommendations

8. Offer next actions:
   - "/triage [component]" for any failed component
   - "/security-scan all" if security findings exist
   - "/release-status" if all components are green

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [cloudbees-oss](https://github.com/cloudbees-oss)
- **Source:** [cloudbees-oss/devops-agent-kit](https://github.com/cloudbees-oss/devops-agent-kit)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-cloudbees-oss-devops-agent-kit-pipeline-overview
- Seller: https://agentstack.voostack.com/s/cloudbees-oss
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
