(Print) Use this randomly generated list as your call list when playing the game. There is no need to say the BINGO column name. Place some kind of mark (like an X, a checkmark, a dot, tally mark, etc) on each cell as you announce it, to keep track. You can also cut out each item, place them in a bag and pull words from the bag.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Clear session and start over
Fix a bug with inline Copilot
Provide error messages to to identify potential root causes
New idea: _____________
Provide files as context to a task
Use Copilot in configuration files - Dockerfile, Jenkinsfile, CF YAML etc.
Generate commit messages
Find a previous conversation with Copilot
New idea: _____________
Ask detailed questions about a specific library, design pattern, framework etc.
Generate DB queries
New idea: _____________
Open a directory that you are not familiar and ask copilot to explain it as a whole and then prompt questions about specific parts
Brainstorm architecture design ideas
Identify areas for performance improvement
Use Github Copilot CLI to generate shell commands
Simplify implementation of an existing method
Generate documentation (README, comments, type signatures etc.)
Generate mock data (Follow up: Make it a reusable solution for testing)
Generate unit tests. Provide Copilot with an example of expected format.
Generate Open API spec from text desc or existing code
Review your code prior to commit in "Edit" mode
Generate API implementation from Open API spec
Use "Agent" mode to implement a feature (Try VSCode and a scope greater than 1 API call)