repository-module-architecture
✓Repository 代码库管理模块架构指南,涵盖 Git/SVN 代码库接入、Webhook 配置、代码库授权、触发器管理。当用户开发代码库功能、配置 Webhook、处理代码库授权或实现触发器逻辑时使用。
Installation
SKILL.md
模块定位: Repository 是 BK-CI 的代码库管理模块,负责对接各种代码托管平台(Git、SVN、GitHub、GitLab、TGit、P4),管理代码库的认证、授权、Webhook 等功能。
| Git(工蜂) | CODEGIT | 腾讯工蜂 Git | OAuth / SSH / HTTP | | TGit | CODETGIT | 腾讯 TGit | OAuth / SSH / HTTP | | GitHub | GITHUB | GitHub.com | OAuth / GitHub App | | GitLab | CODEGITLAB | GitLab 私有部署 | HTTP / SSH | | SVN | CODESVN | Subversion | HTTP / SSH | | P4 | CODEP4 | Perforce | 凭证认证 |
| REPOSITORYID | Long | 代码库主键(自增) | | PROJECTID | String | 项目标识(= TPROJECT.englishname) | | ALIASNAME | String | 代码库别名(用户自定义) | | URL | String | 代码库 URL | | TYPE | String | 代码库类型(CODEGIT/GITHUB 等) | | REPOSITORYHASHID | String | 代码库 HashId(对外暴露) | | ENABLEPAC | Boolean | 是否开启 PAC(Pipeline as Code) | | SCMCODE | String | SCM 配置标识 |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/tencentblueking/bk-ci --skill repository-module-architecture- Source
- tencentblueking/bk-ci
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-08
- Updated
- 2026-02-18
Quick answers
What is repository-module-architecture?
Repository 代码库管理模块架构指南,涵盖 Git/SVN 代码库接入、Webhook 配置、代码库授权、触发器管理。当用户开发代码库功能、配置 Webhook、处理代码库授权或实现触发器逻辑时使用。 Source: tencentblueking/bk-ci.
How do I install repository-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 repository-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
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-08