harness-ci

Automates CI/CD pipelines for Kubernetes and other deployments with built-in security scanning and GitOps integration.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/markus41/Demo-0.2 --skill harness-ci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harness-ci
Source: https://github.com/markus41/Demo-0.2/tree/main/.claude/plugins/jira-orchestrator/skills/harness-ci
Command: npx skills add https://github.com/markus41/Demo-0.2 --skill harness-ci

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill simplifies and accelerates building, testing, and delivering container-native applications by providing a configurable Harness CI workflow with built-in caching, test intelligence, and scalable infrastructure management.

Core Features & Use Cases

  • Harness CI pipelines: Configure and orchestrate build, test, and release steps across projects.
  • Caching & performance: Integrate caching strategies to speed up repeated builds.
  • Test Intelligence (TI): Leverage smart test selection to reduce execution time.
  • Infrastructure management: Manage Harness Cloud, Kubernetes, and VM-based build farms.
  • Use Case: Automate end-to-end CI for microservices with matrix builds and artifact publishing.

Quick Start

Install Harness CLI, define a simple pipeline YAML (build, test, publish), and trigger on push or PR. Monitor runs in the Harness UI.

Frequently Asked Questions about harness-ci

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Harness CI pipelines for container-native builds?

Harness CI pipelines are configured using YAML files to orchestrate container-native builds. You define steps such as Run, RunTests, and BuildAndPush to manage workflows across teams and repositories, utilizing scalable build infrastructure like Harness Cloud, Kubernetes, or VMs.

What is Test Intelligence and how does it speed up CI pipelines?

Test Intelligence (TI) accelerates CI pipelines by leveraging smart test selection. It analyzes code changes to execute only the necessary tests, significantly reducing test execution time and speeding up repeated builds for container-native applications.

How do I integrate caching strategies to speed up repeated builds in Harness CI?

Integrate caching strategies in Harness CI by configuring cache settings within your pipeline YAML. This stores and reuses dependencies across pipeline runs, avoiding redundant downloads and compilations, which speeds up repeated builds for container-native applications.

Can I use Harness CI to automate end-to-end CI for microservices with matrix builds?

Yes, Harness CI automates end-to-end CI for microservices using matrix builds and artifact publishing. You can orchestrate complex build, test, and release workflows across multiple services simultaneously by defining these steps within your pipeline YAML configuration.

Does Harness CI work with Kubernetes and VM-based build infrastructure?

Harness CI works with Kubernetes and VM-based build infrastructure, alongside Harness Cloud. You can configure these infrastructure options within your pipeline YAML to dynamically manage scalable build farms across teams and repositories for container-native applications.