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

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

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