·ci-cd
</>

ci-cd

Guides understanding and working with Apache Beam's CI/CD system using GitHub Actions. Use when debugging CI failures, understanding test workflows, or modifying CI configuration.

12Installs·1Trend·@apache

Installation

$npx skills add https://github.com/apache/beam --skill ci-cd

How to Install ci-cd

Quickly install ci-cd AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/apache/beam --skill ci-cd
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: apache/beam.

SKILL.md

View raw

Overview Apache Beam uses GitHub Actions for CI/CD. Workflows are located in .github/workflows/.

| beamPreCommitJava.yml | Java build and tests | | beamPreCommitPython.yml | Python tests | | beamPreCommitGo.yml | Go tests | | beamPreCommitRAT.yml | License header checks | | beamPreCommitSpotless.yml | Code formatting |

| beamPostCommitJava.yml | Full Java test suite | | beamPostCommitJavaValidatesRunner.yml | Runner validation tests | | beamPostCommitJavaExamples.yml | Example pipeline tests |

Guides understanding and working with Apache Beam's CI/CD system using GitHub Actions. Use when debugging CI failures, understanding test workflows, or modifying CI configuration. Source: apache/beam.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/apache/beam --skill ci-cd
Category
</>Dev Tools
Verified
First Seen
2026-03-09
Updated
2026-03-10

Browse more skills from apache/beam

Quick answers

What is ci-cd?

Guides understanding and working with Apache Beam's CI/CD system using GitHub Actions. Use when debugging CI failures, understanding test workflows, or modifying CI configuration. Source: apache/beam.

How do I install ci-cd?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/apache/beam --skill ci-cd Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/apache/beam