> 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/konpuraiansutorepto/reports/team-comparison-report.md).

# チーム比較レポート

その [チーム比較](https://app.aikido.dev/reports/teams/compare) このレポートでは、さまざまなチームのセキュリティにおけるパフォーマンスを並べて確認できます。ギャップの特定、進捗の測定、組織全体での説明責任の確立に役立ちます。

<figure><img src="/files/d1681d7841063088292b980aee010633689896ff" alt=""><figcaption></figcaption></figure>

単一のチームだけを個別に見るのではなく、このレポートでは、課題件数、修正速度、コンプライアンスのカバー率の観点でチーム同士を比較できます。

<figure><img src="/files/d23f1238322d7ee5582e5fcebe6de150b90f7c99" alt=""><figcaption></figcaption></figure>

## このレポートを使用するタイミング

次のような場合に、チーム比較レポートを活用してください：

* チームリーダーとのセキュリティレビューを支援する
* どのチームが改善しているか、どのチームが遅れているかを把握する

## ハイライト

### **チームを並べて比較**

各チームの重要度別の課題分布を確認できます。重大、高、中、低の指摘を含みます。

未解決の課題数または総合パフォーマンスに基づいてチームを並べ替え、外れ値をすばやく特定できます。

### エクスポートして共有

［アクション］ボタンからチーム比較をエクスポートし、経営陣や関係者と共有できます。

<figure><img src="/files/e63347992119e4360b82eb79e357fa7759318384" alt=""><figcaption></figcaption></figure>


---

# 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/konpuraiansutorepto/reports/team-comparison-report.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.
