> 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.
