经 AI Skill Hub 精选评估,智能工作流 获评「推荐使用」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
智能工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
智能工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 克隆仓库 git clone https://github.com/harness/harness-skills cd harness-skills # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 harness-skills --help # 基本运行 harness-skills [options] <input> # 详细使用说明请查阅文档 # https://github.com/harness/harness-skills
# harness-skills 配置说明 # 查看配置选项 harness-skills --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export HARNESS_SKILLS_CONFIG="/path/to/config.yml"
Claude Code skills for the Harness.io CI/CD platform. Generate pipeline YAML, manage resources, debug failures, analyze costs, and more from natural language.
This repository is designed as a workflow system, not just a folder of prompts. The top-level instructions (CLAUDE.md, AGENTS.md, .github/copilot-instructions.md) establish shared behavior, while individual skills specialize in creation, debugging, governance, and reporting tasks.
| Skill | Description |
|---|---|
[/manage-users](skills/manage-users/SKILL.md) | Manage users, user groups, and service accounts |
[/manage-roles](skills/manage-roles/SKILL.md) | Manage role assignments and RBAC |
[/manage-feature-flags](skills/manage-feature-flags/SKILL.md) | Create, list, toggle, and delete feature flags |
Use these skills in order:
/create-connector/create-secret/create-service/create-environment/create-infrastructure/create-pipeline/create-triggerTypical sequence:
/run-pipeline to identify the latest execution or reproduce the issue/debug-pipeline to classify the failure and inspect root cause/template-usage if shared templates may have propagated the issue/manage-delegates if the failure points to delegate capacity or connectivityInvocation examples and, for complex skills, brief worked examples.
| Workflow mode | Representative skills | Use when |
|---|---|---|
| Create and scaffold | /create-pipeline, /create-service, /create-connector, /create-template | You need to define or generate new Harness resources and their YAML or MCP payloads. |
| Run and debug | /run-pipeline, /debug-pipeline, /migrate-pipeline, /manage-delegates | You already have resources and need to execute, diagnose, or repair behavior. |
| Govern and secure | /manage-roles, /manage-users, /create-policy, /security-report, /audit-report | You need RBAC, policy, compliance, or security workflows with blast-radius awareness. |
| Analyze and report | /dora-metrics, /analyze-costs, /scorecard-review, /template-usage | You need structured reports, summaries, recommendations, or adoption analysis. |
| Skill | Description |
|---|---|
[/create-pipeline](skills/create-pipeline/SKILL.md) | Generate v0 Pipeline YAML (CI, CD, approvals, matrix strategies) |
[/create-pipeline-v1](skills/create-pipeline-v1/SKILL.md) | Generate v1 simplified Pipeline YAML - **Alpha: internal testing only** |
[/create-template](skills/create-template/SKILL.md) | Create reusable Step, Stage, Pipeline, or StepGroup templates |
[/create-trigger](skills/create-trigger/SKILL.md) | Create webhook, scheduled, and artifact triggers |
[/create-agent-template](skills/create-agent-template/SKILL.md) | Create AI-powered agent templates - **Alpha: internal testing only** |
Common errors, recovery steps, and expected fallbacks. ```
For complex skills, add references/ or templates/ under the skill directory rather than bloating SKILL.md.
Harness Skills 是一个基于 Claude Code 的 CI/CD 平台,用于生成管道 YAML、管理资源、调试失败、分析成本等功能。该项目旨在作为一个工作流系统,而不是仅仅是一个提示文件夹。
Harness Skills 提供以下功能:
Harness Skills 需要以下环境依赖:
安装 Harness Skills,需要按照以下步骤:
Harness Skills 的使用教程包括以下步骤:
Harness Skills 的 API 文档包括以下内容:
Harness Skills 的工作流和模块包括以下内容:
Harness Skills 的常见问题包括以下内容:
高质量开源AI工作流项目
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
AI Skill Hub 点评:智能工作流 的核心功能完整,质量良好。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | harness-skills |
| 原始描述 | 开源AI工作流:A collection of structured AI agent skills that enable Claude Code, Cursor, Gi。⭐30 · Shell |
| Topics | AI工作流代理技能 |
| GitHub | https://github.com/harness/harness-skills |
| License | Apache-2.0 |
| 语言 | Shell |
收录时间:2026-06-06 · 更新时间:2026-06-06 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端