release-dbt-mcp

作成者: dbt-labs

dbt-mcpの新バージョンをPyPiにリリースする

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
Mermaidフローチャート図を生成し、dbtモデルの系統をMCPツール、manifest.json、または直接コード解析をフォールバックとして使用して可視化します。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