·process-module-architecture
</>

process-module-architecture

tencentblueking/bk-ci

Process 流水线核心模块架构总览,涵盖流水线 CRUD、构建执行引擎、事件驱动机制、分层架构设计。当用户开发流水线核心功能、理解 Process 模块、修改构建逻辑或进行流水线相关开发时使用。

0Installs·0Trend·@tencentblueking

Installation

$npx skills add https://github.com/tencentblueking/bk-ci --skill process-module-architecture

SKILL.md

| 1-api-layer.md | API 接口层详细分析(708 行) | | 2-service-layer.md | Service 业务层详细分析(872 行) | | 3-engine-control.md | 构建引擎 Control 层分析(790 行) | | 4-dao-database.md | DAO 层与数据库表结构(901 行) | | 5-event-driven.md | 事件驱动机制详解(759 行) |

| api-process | REST API 接口定义 | 91 | 被 biz-process 实现 | | biz-process | 业务逻辑、API 实现 | 100+ | 依赖 biz-base | | biz-base | 引擎核心服务、DAO | 185+ | 依赖 model-process | | biz-engine | 构建调度引擎 | 25 | 依赖 biz-base | | model-process | JOOQ 数据模型 | 自动生成 | 基础层 |

| PipelineQuartzService | biz-process | Quartz 定时调度服务 | | PipelineQuartzJob | biz-process | Quartz Job 实现 | | PipelineTimerService | biz-process | 定时器管理服务 | | PipelineTimerBuildListener | biz-process | 定时触发监听器 |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/tencentblueking/bk-ci --skill process-module-architecture
Category
</>Dev Tools
Verified
First Seen
2026-02-08
Updated
2026-02-18

Quick answers

What is process-module-architecture?

Process 流水线核心模块架构总览,涵盖流水线 CRUD、构建执行引擎、事件驱动机制、分层架构设计。当用户开发流水线核心功能、理解 Process 模块、修改构建逻辑或进行流水线相关开发时使用。 Source: tencentblueking/bk-ci.

How do I install process-module-architecture?

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 process-module-architecture 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