1
0
mirror of synced 2025-12-21 02:46:50 -05:00
Files
docs/content/copilot/tutorials/copilot-chat-cookbook/communicate-effectively/extracting-information.md
Siara 164e19962b Discovery landing page (#58174)
Co-authored-by: Claire W <78226508+crwaters16@users.noreply.github.com>
Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com>
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
Co-authored-by: Jules Porter <jules-p@users.noreply.github.com>
Co-authored-by: hubwriter <hubwriter@github.com>
Co-authored-by: Robert Sese <734194+rsese@users.noreply.github.com>
2025-10-29 18:30:03 +00:00

2.1 KiB

title, shortTitle, intro, versions, complexity, octicon, category, topics, contentType
title shortTitle intro versions complexity octicon category topics contentType
Extracting information Extract information Copilot Chat in GitHub can help you extract key information from issues and discussions.
feature
copilot
Simple
copilot
Communicate effectively
Author and optimize with Copilot
Copilot
tutorials

{% data variables.copilot.copilot_chat %} can help you extract key information from issues and discussions, making it easier to summarize and understand the content. You can ask {% data variables.copilot.copilot_chat_short %} to identify important details, such as action items, deadlines, or specific requests.

Example scenario 1

You are reviewing a long discussion thread about a feature request. You want to quickly identify the main points and any action items that need to be addressed.

Example prompt

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

Example response

{% data reusables.copilot.example-prompts.response-is-an-example %}

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.

Example scenario 2

You have a number of open issues assigned to you, and you want to extract the deadlines and priorities for each issue to help you prioritize your work.

Example prompt

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

Example response

{% data reusables.copilot.example-prompts.response-is-an-example %}

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

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

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

Further reading

{% data reusables.copilot.example-prompts.further-reading-items %}