Skip to main content

情報の抽出

Copilot Chat in GitHub は、issue やディスカッションから重要な情報を抽出するのに役立ちます。

GitHub Copilot Chat は issue やディスカッションから重要な情報を抽出するのに役立つため、より簡単にコンテンツを要約し理解できます。 Copilot Chat に、アクション項目、期限、特定の要求などの重要な詳細情報を特定するように依頼できます。

例 1

機能要求に関する長いディスカッション スレッドを確認しているとします。 対処する必要がある主なポイントとアクション項目をすばやく特定する必要があります。

プロンプトの例

Copilot Chat prompt
Can you summarize the key points and action items from this discussion?

応答の例

メモ

次の応答は例です。 Copilot Chat の応答は非決定的であるため、ここで示したものとは異なる応答が返される可能性があります。

Key Points:
- The feature request aims to improve the user interface for better accessibility.
- There are concerns about the impact on existing users and workflows.
- Action items include gathering feedback from users and conducting usability testing.
Action Items:
- [ ] Gather feedback from users by the end of the week.
- [ ] Conduct usability testing with a focus group next month.

例 2

多くの未解決の問題が割り当てられているため、各問題の期限と優先順位を抽出して、作業の優先順位を決めるのに役立てたいと考えています。

プロンプトの例

Copilot Chat prompt
Can you list the open issues assigned to me, along with their deadlines and priorities?

応答の例

メモ

次の応答は例です。 Copilot Chat の応答は非決定的であるため、ここで示したものとは異なる応答が返される可能性があります。

Issue 1:
- Deadline: Next Friday
- Priority: High

Issue 2:
- Deadline: End of the month
- Priority: Medium

Issue 3:
- Deadline: No specific deadline
- Priority: Low

参考資料