cnb-skill

Execute CNB MCP tool calls to manage CI/CD workflows and repositories.

8|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/eryajf/learn-skills --skill cnb-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cnb-skill
Source: https://github.com/eryajf/learn-skills/tree/main/skills/cnb-skill
Command: npx skills add https://github.com/eryajf/learn-skills --skill cnb-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

CNB 平台操作助手帮助用户以一致且可审计的方式执行 CI/CD、代码仓库管理、流水线触发与文档查询等任务,减少手动操作和错误。

Core Features & Use Cases

  • Unified Tooling: Interact with CNB MCP HTTP API to list groups, repositories, pipelines and knowledge base info, returning authoritative data and structured outputs.
    • Workflow Automation: Coordinate multiple MCP tools for end-to-end tasks like triggering builds, monitoring statuses, and fetching logs.
  • Use Case: Example: a developer asks to trigger a build for demo-app on main, then fetch status and logs for reporting。

Quick Start

Start by instructing the assistant to connect to CNB MCP and list available tools.

Frequently Asked Questions about cnb-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate CI/CD build triggers and fetch logs through the CNB platform?

You can automate CI/CD build triggers and fetch logs by executing CNB MCP tool calls. This Skill coordinates multiple MCP tools to trigger builds, monitor statuses, and retrieve logs with auditable results.

What is the best way to manage CNB repositories and pipelines with auditable outputs?

Managing CNB repositories and pipelines is done by interacting with the CNB MCP HTTP API. It lists groups, repositories, and pipelines while returning authoritative data and structured outputs for auditing.

How do I query the CNB knowledge base for official documentation?

Querying the CNB knowledge base involves executing MCP tool calls to retrieve official documentation. It enforces authentication and error handling throughout the tool execution to ensure safe data exposure.

Do I need authentication to execute CNB MCP tool calls for workflow automation?

Yes, authentication is required to execute CNB MCP tool calls. The Skill enforces authentication and error handling throughout tool execution to ensure safe data exposure and auditable workflow automation.

Can I use this approach to monitor build status across multiple CNB repositories?

Yes, you can monitor build status across repositories by coordinating multiple MCP tools. It handles typical scenarios including listing resources, triggering builds, monitoring status, and fetching logs end-to-end.