Skip to content

Commit 0535761

Browse files
authored
fix: Adjustments from feedback (#16)
1 parent ca48110 commit 0535761

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

.github/steps/2-step.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Isn't that cool?! Now let's do it! 👩‍🚀
3636
> Are there any other repositories for organizing extra curricular activities?
3737
> ```
3838
39-
1. When an MCP tool is required, Copilot will ask permission. Click **Continue**.
39+
1. When an MCP tool is required, Copilot will ask for permission. **Verify the request** and modify if necessary, then click **Continue**.
4040
41-
<img width="250" alt="request permission dialog" src="https://github.com/user-attachments/assets/d14ea944-5443-4b8a-a4d2-ae677fdb274c" />
41+
<img width="250" alt="request permission dialog" src="https://github.com/user-attachments/assets/229473af-c206-47a4-b356-943b9c9bd946" />
4242
4343
1. Ask Copilot to describe one of the projects. Explore until you find something you like.
4444
@@ -64,7 +64,7 @@ Isn't that cool?! Now let's do it! 👩‍🚀
6464
> I like it. Let's create issues for these.
6565
> ```
6666
67-
1. Copilot will ask for permission to create issues on your repository. Click **Continue** for each new issue.
67+
1. Copilot will ask for permission to create issues on your repository. Click **Continue** for each new issue. Reminder: **verify the request** before running.
6868
6969
<img width="250" alt="request permission dialog" src="https://github.com/user-attachments/assets/52635294-950a-4168-b71e-498eb769f3af" />
7070

.github/steps/3-step.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## Step 3: Solve issues with Agent Mode and GitHub MCP Server
22

33
Great work doing that research and finding a potential collaboration opportunity.
4-
Not only did we find some new ideas to help organize extracurricular activies, but we did all that quickly too.
4+
Not only did we find some new ideas to help organize extracurricular activities, but we did all that quickly too.
55

66
Plenty of time to focus on the fun stuff, like teaching our awesome students! 🌱
77

8-
Btw, it seems the teachers have also been active.
8+
On that note, it seems the teachers have also been active.
99
Looks like they submitted some bugs and requests! Perfect! 🚀
1010

1111
Now, let's use our MCP server's tools and Copilot to do a bit of triage and get some work done.
@@ -33,6 +33,15 @@ Now, let's use our MCP server's tools and Copilot to do a bit of triage and get
3333
> review the descriptions and comments, and pick the top 3 most important.
3434
> ```
3535
36+
<details>
37+
<summary> <b> 💡 Tip:</b> Pre-authorize tool usage</summary><br/>
38+
39+
If Copilot uses a tool often, you can proactively grant permission for the rest of the conversation session.
40+
41+
<img width="350" src="https://github.com/user-attachments/assets/d741191e-4d98-489d-92d2-f1069fd6c34e"/>
42+
43+
</details>
44+
3645
1. Review the suggested issues. If Copilot didn't give a specific recommendation, try providing some feedback to narrow the results.
3746
3847
1. With the list narrowed, ask copilot to implement an issue. **Mona won't grade if the changes work, just that an attempt was made.**
@@ -43,10 +52,10 @@ Now, let's use our MCP server's tools and Copilot to do a bit of triage and get
4352
> #codebase Let's do the first one. Follow these steps:
4453
> 1. Checkout a new local branch for making our changes.
4554
> 2. Make the changes then confirm with me that they look correct.
46-
> 3. Push the changes and start a pull request. Make sure to link this issue and the new PR.
55+
> 3. Push the changes and start a pull request.
4756
> ```
4857
49-
> ⚠️ **Warning:** Always verify the the actions Copilot is asking to perform, especially with the external abilities provided by an MCP server.
58+
> ⚠️ **Warning:** Always verify the the actions Copilot is asking to perform, especially with the external abilities provided by an MCP server, which probably have no undo option.
5059
5160
1. Once the pull request is created, Mona will start checking your work. Give her a moment and keep watch of the comments. You will see her respond with progress info and the next step!
5261

.github/steps/4-step.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ While AI assistants like GitHub Copilot can dramatically improve productivity, i
1515

1616
> **Bonus:** If your Copilot subcription provides it, you can also use a specialised version of Copilot to [review the changes](https://docs.github.com/en/copilot/using-github-copilot/code-review/using-copilot-code-review?tool=webui).
1717
18-
1. Review the changes. When you are satisfied, merge the pull request and verify the linked issue also closed.
18+
1. Review the changes. When you are satisfied, merge the pull request.
1919

2020
1. Return to VS code and the active **Copilot Chat** session.
2121

0 commit comments

Comments
 (0)