pipeline-template-module
✓流水线模板模块架构指南,涵盖模板创建、版本管理、实例化、权限控制、研发商店集成。当用户需要开发模板功能、实现模板复用、管理模板版本或进行批量实例化时使用。
Installation
SKILL.md
流水线模板(Pipeline Template)是 BK-CI 的核心功能模块之一,允许用户将流水线配置抽象为可复用的模板,支持模板的创建、版本管理、实例化、权限控制以及与研发商店的集成。
| V1 | 原始实现,功能基础 | 兼容老版本,简单场景 | | V2 | 新架构,支持草稿、PAC、完善的版本管理 | 新功能开发,复杂场景 |
| PipelineTemplateDraftSaveHandler | 保存草稿 | 编辑模板后保存草稿 | | PipelineTemplateDraftReleaseHandler | 发布草稿 | 将草稿发布为正式版本 | | PipelineTemplateReleaseCreateHandler | 创建发布版本 | 直接创建正式版本 | | PipelineTemplateBranchCreateHandler | 创建分支版本 | PAC 场景下的分支版本 | | PipelineTemplateVersionDeleteHandler | 删除版本 | 删除指定版本 |
流水线模板模块架构指南,涵盖模板创建、版本管理、实例化、权限控制、研发商店集成。当用户需要开发模板功能、实现模板复用、管理模板版本或进行批量实例化时使用。 Source: tencentblueking/bk-ci.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/tencentblueking/bk-ci --skill pipeline-template-module- Source
- tencentblueking/bk-ci
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-08
- Updated
- 2026-02-18
Quick answers
What is pipeline-template-module?
流水线模板模块架构指南,涵盖模板创建、版本管理、实例化、权限控制、研发商店集成。当用户需要开发模板功能、实现模板复用、管理模板版本或进行批量实例化时使用。 Source: tencentblueking/bk-ci.
How do I install pipeline-template-module?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tencentblueking/bk-ci --skill pipeline-template-module Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/tencentblueking/bk-ci
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-08