Anthropic ClaudeDevOps・インフラ⭐ リポ 1品質スコア 58/100
coderabbit-ci-integration
CodeRabbit CI/CD統合をGitHub Actionsとテスト機能で設定できます。自動テストの構築、CIパイプラインの設定、またはCodeRabbitのテストをビルドプロセスに組み込む際に使用します。「coderabbit CI」「coderabbit GitHub Actions」「coderabbit automated tests」「CI coderabbit」といった表現で実行できます。
description の原文を見る
Configure CodeRabbit CI/CD integration with GitHub Actions and testing. Use when setting up automated testing, configuring CI pipelines, or integrating CodeRabbit tests into your build process. Trigger with phrases like "coderabbit CI", "coderabbit GitHub Actions", "coderabbit automated tests", "CI coderabbit".
SKILL.md 本文
注意: このスキルのライセンスは ライセンス未確認 です。本サイトでは本文プレビューのみを表示しています。利用前に GitHub の原本でライセンス条件をご確認ください。
CodeRabbit CI インテグレーション
概要
自動テストを備えた CodeRabbit インテグレーション用の CI/CD パイプラインをセットアップします。
前提条件
- Actions が有効になっている GitHub リポジトリ
- CodeRabbit テスト API キー
- npm/pnpm プロジェクトが設定されていること
手順
ステップ 1: GitHub Actions ワークフローの作成
.github/workflows/coderabbit-integration.yml を作成します:
name: CodeRabbit Integration Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CODERABBIT_API_KEY: ${{ secrets.CODERABBIT_API_KEY }}
jobs:
test:
runs-on: ubuntu-latest
env:
CODERABBIT_API_KEY: ${{ secrets.CODERABBIT_API_KEY }}
steps:
- uses: act
...
詳細情報
- 作者
- Brmbobo
- リポジトリ
- Brmbobo/Web2podcast
- ライセンス
- 不明
- 最終更新
- 2026/1/26
Source: https://github.com/Brmbobo/Web2podcast / ライセンス: 未指定