managing-devops-pipeline
Automates interaction with BlueKing pipelines, including checking history, status, and triggering builds.
Install
mkdir -p .claude/skills/managing-devops-pipeline && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/3018" && unzip -o skill.zip -d .claude/skills/managing-devops-pipeline && rm skill.zipInstalls to .claude/skills/managing-devops-pipeline
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
通过 MCP 管理 BK-CI 流水线构建时使用,例如查询构建历史、获取启动参数、查看构建状态和在确认后触发构建。当用户要操作现有流水线而不是修改代码实现时优先使用。Key capabilities
- →Query pipeline build history
- →Retrieve build start parameters
- →View current build status
- →Parse project and pipeline IDs from URLs
- →Trigger new builds after user confirmation
How it works
The skill focuses on safe operations of existing BK-CI pipeline builds by requiring specific identifiers and user confirmation for actions that initiate builds.
Inputs & outputs
When to use managing-devops-pipeline
- →Check the status of a recent CI/CD build
- →Retrieve input parameters for a specific pipeline
- →Trigger a new build after reviewing parameters
- →List recent build history for a project
About this skill
蓝盾流水线管理
适用场景
- 查询流水线构建历史
- 获取启动参数并准备触发构建
- 查看构建状态与最近执行结果
- 根据现有流水线链接解析
projectId和pipelineId
不适用场景
- 修改流水线定义、模板或插件逻辑
- 讨论流水线架构实现
- 未经用户确认直接发起有副作用的构建操作
快速指导
- 这个 skill 关注的是“如何安全地操作现有流水线构建”,不是流水线设计指南。
- 使用前先确认三个标识:
projectId:项目英文名pipelineId:以p-开头的流水线 IDbuildId:以b-开头的构建 ID
- 触发构建的最短链路是:先拿启动参数,再向用户展示完整入参并获得确认,最后才真正启动。
- 查询类操作通常直接读取即可;启动类操作必须明确区分“查看参数”和“执行触发”。
- 具体工具调用与示例 payload 不放在主文件,按需进入对应
reference/。 - 如果问题已经转向流水线模型、模板或执行链路,切到对应模块 skill。
高信号规则
- 所有有副作用的构建启动操作,都必须先获得用户明确确认
- 主 skill 只负责告诉模型“什么时候查、什么时候问、什么时候才能启动”
projectId、pipelineId、buildId是最基础的操作上下文,缺一不可- 通过 URL 解析标识时,应先确认链接确实是流水线详情页
关键陷阱
- 把“获取启动参数”误当成“已经允许启动构建”
- 没展示完整入参就直接触发构建
- 把示例 payload 和记忆性细节塞进主文件,导致上下文冗余
延伸阅读
- 获取构建历史:
reference/build-list.md - 获取启动参数:
reference/build-startinfo.md - 查看构建状态:
reference/build-status.md - 启动构建:
reference/build-start.md - 如果你在改流水线定义:再看
process-module-architecture
When not to use it
- →Modifying pipeline definitions or templates
- →Discussing pipeline architecture
- →Initiating builds without user confirmation
Limitations
- →Requires projectId, pipelineId, and buildId for most operations
- →Does not modify pipeline definitions, templates, or plugin logic
- →Does not support direct initiation of builds without user confirmation
How it compares
This skill provides a structured workflow for interacting with existing BK-CI pipelines, unlike manual command-line execution or direct API calls.
Compared to similar skills
managing-devops-pipeline side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| managing-devops-pipeline (this skill) | 2 | 3mo | No flags | Intermediate |
| bazel-build-optimization | 14 | 2mo | No flags | Advanced |
| bash-defensive-patterns | 3 | 2mo | No flags | Intermediate |
| cicd-automation-workflow-automate | 3 | 4mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by TencentBlueKing
View all by TencentBlueKing →You might also like
bazel-build-optimization
wshobson
Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.
bash-defensive-patterns
wshobson
Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.
cicd-automation-workflow-automate
sickn33
You are a workflow automation expert specializing in creating efficient CI/CD pipelines, GitHub Actions workflows, and automated development processes. Design automation that reduces manual work, improves consistency, and accelerates delivery while maintaining quality and security.
monitor-ci
nrwl
Monitor Nx Cloud CI pipeline and handle self-healing fixes. USE WHEN user says "monitor ci", "watch ci", "ci monitor", wants to track CI status, or needs help with self-healing CI fixes
GitHub Actions CI Builder
agentskillexchange
Generate and manage GitHub Actions workflow YAML files using the GitHub Actions REST API and workflow_dispatch events. Supports matrix builds, reusable workflows, and composite actions.
aios-devops
automacoescomerciaisintegradas
GitHub Repository Manager & DevOps Specialist (Gage). Use for repository operations, version management, CI/CD, quality gates, and GitHub push operations. ONLY agent authorized...