release-dbt-mcp

作者: dbt-labs

在 PyPi 上發佈新版本的 dbt-mcp

npx skills add https://github.com/dbt-labs/dbt-mcp --skill release-dbt-mcp
  1. Initiate the Create release PR GitHub workflow. Use the auto for the bump input. Don't set the prerelease input.
  2. Wait for this to start and then poll the status of this running workflow.
  3. Once it finishes successfully, approve & squash merge (gh pr merge --squash --admin) the PR that was created. This repo does not allow merge commits. This is an autogenerated PR, so it is okay to bypass CI. This is the only case that bypassing CI is okay.
  4. Merging this PR will kick off the Release dbt-mcp workflow.
  5. Wait for this to start and then poll the status of this running workflow. When the workflow waits for GitHub environment approval, open the page with open <url>
  6. Ask the user to continue once they have approved the GitHub environment.
  7. Once the user continues, continue polling the status of the Release dbt-mcp workflow.
  8. When that workflow has finished successfully. Ensure that the new version of dbt-mcp is on PyPI by checking the JSON API at https://pypi.org/pypi/dbt-mcp/json (the HTML page is JS-rendered and won't work with WebFetch).
  9. Report to the user the status of all GitHub workflows that ran and the status of the release.

來自 dbt-labs 的更多技能

answering-natural-language-questions-with-dbt
dbt-labs
根據使用者提出的業務問題,透過 dbt 的語意層或臨時 SQL 查詢,撰寫並執行針對資料倉儲的 SQL 查詢以回答問題。當使用者詢問關於…時使用。
official
adding-dbt-unit-test
dbt-labs
建立單元測試的YAML定義,模擬上游模型輸入並驗證預期輸出。適用於為dbt模型新增單元測試或進行練習時…
official
building-dbt-semantic-layer
dbt-labs
在建立或修改 dbt Semantic Layer 元件時使用——包括語意模型、指標、維度、實體、度量或時間軸。涵蓋 MetricFlow…
official
configuring-dbt-mcp-server
dbt-labs
為 dbt 生成 MCP 伺服器設定 JSON、處理驗證設定,並驗證伺服器連線。用於設定、配置或…
official
creating-mermaid-dbt-dag
dbt-labs
使用MCP工具、manifest.json或直接程式碼解析作為備用方案,生成dbt模型血緣關係的Mermaid流程圖。適用於視覺化dbt模型…
official
migrating-dbt-core-to-fusion
dbt-labs
Use when a user needs help triaging dbt-core to Fusion migration errors. Runs dbt-autofix first, then classifies remaining errors into actionable categories…
official
migrating-dbt-project-across-platforms
dbt-labs
Use when migrating a dbt project from one data platform or data warehouse to another (e.g., Snowflake to Databricks, Databricks to Snowflake) using dbt…
official
running-dbt-commands
dbt-labs
格式化並執行 dbt CLI 指令,選取正確的 dbt 可執行檔,並建構指令參數。適用於執行模型、測試、建置、編譯等情境時使用,…
official