Skip to content

Commit b88d310

Browse files
authored
Merge pull request #40077 from github/repo-sync
Repo sync
2 parents d573c27 + dc2bca0 commit b88d310

File tree

2 files changed

+39
-4
lines changed

2 files changed

+39
-4
lines changed

content/copilot/how-tos/use-chat/use-chat-in-github.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,11 @@ To navigate between subthreads:
116116

117117
## Powered by skills
118118

119-
{% data variables.product.prodname_copilot_short %} has access to a collection of skills to fetch data from {% data variables.product.github %}, which are dynamically selected based on the question you ask. You can tell which skill {% data variables.product.prodname_copilot_short %} used by clicking {% octicon "chevron-down" aria-label="the down arrow" %} to expand the status information in the chat window.
120-
121-
![Screenshot of the {% data variables.product.prodname_copilot_short %} chat panel with the status information expanded and the skill that was used highlighted with an orange outline.](/assets/images/help/copilot/chat-show-skill.png)
119+
{% data variables.product.prodname_copilot_short %} has access to a collection of skills to fetch data from {% data variables.product.github %}, which are dynamically selected based on the question you ask.
122120

123121
You can explicitly ask {% data variables.copilot.copilot_chat_dotcom %} to use a particular skill - for example, `Use the Bing skill to find the latest GPT4 model from OpenAI`.
124122

125-
You can generate a list of currently available skills by asking {% data variables.product.prodname_copilot_short %}: `What skills are available?`
123+
Generate a list of currently available skills by asking {% data variables.product.prodname_copilot_short %}: `What skills are available?`
126124

127125
## Asking {% data variables.copilot.copilot_chat_short %} questions in different contexts
128126

content/copilot/tutorials/roll-out-at-scale/enable-developers/drive-adoption.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ The {% data variables.product.prodname_copilot %} enablement process can be brok
2929

3030
* {% data variables.product.prodname_copilot %} must be set up in your {% ifversion ghec %}enterprise and {% endif %}organization. For more information, see {% ifversion ghec %}[AUTOTITLE](/copilot/setting-up-github-copilot/setting-up-github-copilot-for-your-enterprise) and {% endif %}[AUTOTITLE](/copilot/setting-up-github-copilot/setting-up-github-copilot-for-your-organization).
3131

32+
## Example rollout timeline
33+
34+
For optimal {% data variables.product.prodname_copilot_short %} adoption, tailor the timing and approach to your organization’s needs. For example, a rollout timeline might look like:
35+
36+
1. Begin onboarding 45 days before rollout: define success metrics and train champions.
37+
1. Share announcements and asynchronous resources 14 days out.
38+
1. Host a workshop at 7 days out.
39+
1. On launch day, provide a Slack channel, wiki, and curated online resources.
40+
1. Continue to provide training. This can be formal at first, then shift to specific, on-demand support as adoption grows.
41+
3242
## Granting licenses
3343

3444
Before you can drive adoption of {% data variables.product.prodname_copilot %}, you need to ensure that your teams have access to the product. For more information, see [AUTOTITLE](/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-access-to-github-copilot-in-your-organization/granting-access-to-copilot-for-members-of-your-organization).
@@ -83,6 +93,27 @@ You can also use {% data variables.product.prodname_discussions %} to create a s
8393

8494
{% data variables.product.github %} also provides a dedicated {% data variables.product.prodname_copilot_short %} Workshops repository, which contains a selection of workshops designed to help teams learn how to use {% data variables.product.prodname_copilot_short %} effectively. See [Copilot Workshops](https://github.com/copilot-workshops).
8595

96+
The following sections provide practical examples for helping teams to start using Copilot successfully, sourced from real organizations.
97+
98+
#### 1. Run a team onboarding sprint
99+
100+
* Set aside a day or week where everyone focuses on using Copilot.
101+
* Pair up experienced developers with newer team members to explore Copilot in your real codebase.
102+
* Encourage everyone to try Copilot for a specific workflow (such as writing tests or drafting content).
103+
* Debrief as a group. What surprised you, what worked, and what didn’t?
104+
105+
#### 2. Build regular feedback loops
106+
107+
* Add Copilot discussion to your sprint retro or weekly sync.
108+
* Prompt: “What’s one place Copilot helped (or didn’t) this week?”
109+
* Use patterns from these conversations to tweak team documentation or onboarding.
110+
111+
#### 3. Track and celebrate success
112+
113+
* Pick a few metrics that matter (such as faster PRs or fewer “how do I start?” questions).
114+
* Share wins in your team channel or during meetings.
115+
* Recognize individuals who help others get value from Copilot.
116+
86117
### Providing learning resources
87118

88119
In addition to your onboarding resources, you may want to provide a library of learning resources to help teams advance their skills with {% data variables.product.prodname_copilot_short %}. The {% data variables.copilot.copilot_chat_short %} Cookbook is a great place to start. The Cookbook is a collection of example prompts that you can use to learn how to ask {% data variables.product.prodname_copilot_short %} for help with a wide range of tasks. See [AUTOTITLE](/copilot/copilot-chat-cookbook).
@@ -101,3 +132,9 @@ Once you have implemented your {% data variables.product.prodname_copilot_short
101132
* Following up with users who haven't been using their assigned license. You can use the API to see the latest activity date for each assigned seat. See [AUTOTITLE](/copilot/rolling-out-github-copilot-at-scale/reminding-inactive-users).
102133
* Gathering feedback from teams to understand what is working well and what could be improved.
103134
* Reviewing {% data variables.product.prodname_discussions %} and other communication channels to identify common issues and questions.
135+
* Iterating on your enablement process based on lessons learned.
136+
* After a successful rollout, sharing your onboarding checklist or playbook with other teams to scale adoption.
137+
138+
## Further reading
139+
140+
For more concrete examples and a detailed playbook, see the [Training and Onboarding Developers on {% data variables.product.prodname_copilot %} whitepaper](https://github.com/resources/whitepapers/training-and-onboarding-developers-on-github-copilot).

0 commit comments

Comments
 (0)