Skip to content

Commit f8e1c52

Browse files
authored
Creates "extracting information" cookbook article (#57005)
Co-authored-by: Jules Porter <[email protected]>
1 parent 70a590b commit f8e1c52

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-0
lines changed
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
title: Extracting information
3+
shortTitle: Extract information
4+
intro: Copilot Chat in GitHub can help you extract key information from issues and discussions.
5+
versions:
6+
feature: copilot
7+
complexity:
8+
- Simple
9+
octicon: copilot
10+
topics:
11+
- Copilot
12+
contentType: tutorials
13+
---
14+
15+
{% 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.
16+
17+
## Example scenario 1
18+
19+
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.
20+
21+
## Example prompt
22+
23+
`Can you summarize the key points and action items from this discussion?`
24+
25+
## Example response
26+
27+
{% data reusables.copilot.example-prompts.response-is-an-example %}
28+
29+
````text
30+
Key Points:
31+
- The feature request aims to improve the user interface for better accessibility.
32+
- There are concerns about the impact on existing users and workflows.
33+
- Action items include gathering feedback from users and conducting usability testing.
34+
Action Items:
35+
- [ ] Gather feedback from users by the end of the week.
36+
- [ ] Conduct usability testing with a focus group next month.
37+
````
38+
39+
## Example scenario 2
40+
41+
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.
42+
43+
## Example prompt
44+
45+
`Can you list the open issues assigned to me, along with their deadlines and priorities?`
46+
47+
## Example response
48+
49+
{% data reusables.copilot.example-prompts.response-is-an-example %}
50+
51+
````text
52+
Issue 1:
53+
- Deadline: Next Friday
54+
- Priority: High
55+
56+
Issue 2:
57+
- Deadline: End of the month
58+
- Priority: Medium
59+
60+
Issue 3:
61+
- Deadline: No specific deadline
62+
- Priority: Low
63+
````
64+
65+
## Further reading
66+
67+
{% data reusables.copilot.example-prompts.further-reading-items %}

content/copilot/tutorials/copilot-chat-cookbook/communicate-effectively/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ topics:
77
- Copilot
88
children:
99
- /creating-diagrams
10+
- /extracting-information
1011
contentType: tutorials
1112
---

0 commit comments

Comments
 (0)