> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/deep-review/configure-deep-review.md).

# Deep Review を設定する

PR Checks から 1 つ以上のリポジトリで Deep Review を有効にします。有効化したら、各リポジトリの設定で厳しさレベルを選択し、 [関連リポジトリを](/docs/docs-ja/deep-review/link-repositories.md).

{% hint style="info" %}
Deep Review の料金 **24時間のローリングウィンドウごとに、プルリクエスト1件につき1クレジット**。その期間内に同じ PR に対して追加レビューを行っても、追加料金はかかりません。
{% endhint %}

## Deep Review を有効にする

{% stepper %}
{% step %}

### PR Checks を開く

に移動し **リポジトリ > プル/マージリクエスト > PR/MR チェックを管理**。また、 [PR/MR チェックを管理](https://app.aikido.dev/repositories/prs) を直接。
{% endstep %}

{% step %}

### リポジトリを選択する

1 つ以上のリポジトリを選択します。一括で有効化するには、設定したいすべてのリポジトリを選択してから、 **「PR スキャンを設定」** を一括アクションバーでクリックします。
{% endstep %}

{% step %}

### Deep Review をオンにする

を開き **ディープレビュー** セクションで、 **PR の Deep Review を実行**.
{% endstep %}

{% step %}

### 変更を保存します

クリック **「保存」**。Aikido は選択したリポジトリに対する今後のプルリクエストをレビューします。
{% endstep %}
{% endstepper %}

<div data-with-frame="true"><figure><img src="/files/58f4e88d7a3d2cb133ed50ac36ef0c9cf5ca1f9e" alt="Repository configuration with Deep Review enabled and the Perform Deep Review of PRs toggle turned on."><figcaption></figcaption></figure></div>

## リポジトリの Deep Review 設定を開く

厳しさとリンクされたリポジトリは、各リポジトリごとに個別に設定されます：

1. 開く [**リポジトリ**](https://app.aikido.dev/repositories) そして、設定したいリポジトリを選択します。
2. その **リポジトリ設定**.
3. を見つけます。 **Deep PR Review** カード。
4. クリック **「編集」** の横にある **厳しさ** または **リンクされたリポジトリ**.

<div data-with-frame="true"><figure><img src="/files/74f90d53a9f411990bc06f4f5ff36bb5e8715477" alt="Deep PR Review card in repository settings, with Edit buttons for strictness and linked repositories."><figcaption></figcaption></figure></div>

## 厳しさレベルを選択

厳しさは、Deep Review が投稿するフィードバックの量を調整します：

* **ゆるめ**：レビューを焦点化し、コメント数を少なく抑えます。
* **標準**：レビュアーを圧倒せず、バランスの取れたカバー範囲を提供します。
* **積極的**：より多くの潜在的な問題や改善点を指摘するため、コメントが増えます。

## クレジット

Deep Review の料金 **24時間のローリングウィンドウごとに、プルリクエスト1件につき1クレジット**.

つまり：

* プルリクエストに対する最初の Deep Review にかかるのは **1 クレジット**.
* その後の **同じ PR へのレビューは** 次の 24 時間以内（たとえば新しいコミット後） **では追加クレジットは消費されません**.
* 最後に課金されたレビューから 24 時間の期間が過ぎると、その PR への次回のレビューにかかるのは **1 クレジット** 再び

クレジットはコミットごとや個別のレビュー実行ごとではなく、PR ごとに課金されます。詳細はこちら： [Aikidoクレジット](/docs/docs-ja/miscellaneous-info/wallet-and-credits.md).

{% hint style="info" %}
あなたのチームで Deep Review にいくらかかるか気になりますか？

私たちの [見積もりツール](https://app.aikido.dev/repositories/deep-review) は、過去30日間の利用状況に基づいて目安を示します。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/deep-review/configure-deep-review.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
