feat(mentoring): A skill and an agent in order to help juniors in their work by understanding result and by teaching them#825
Open
fdescamps wants to merge 3 commits intogithub:stagedfrom
Conversation
3f3c4e9 to
8a77907
Compare
Debaerdm
approved these changes
Feb 26, 2026
AGAH4X
approved these changes
Feb 26, 2026
BaDk23
approved these changes
Feb 26, 2026
Erwatt2
approved these changes
Feb 26, 2026
b4006f0 to
10eb844
Compare
aaronpowell
requested changes
Feb 26, 2026
Contributor
aaronpowell
left a comment
There was a problem hiding this comment.
it looks like you've branched off the main branch, not staged meaning you have all the materialised plugin files.
You can fix this with:
git fetch origin staged
git rebase --onto origin/staged origin/main <your branch name>
git push --force-with-leaseOr by using the script npm run plugin:clean
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
npm run buildand verified thatREADME.mdis up to date.Description
This PR adds a new mentoring-juniors skill and its companion agent to help junior developers learn and improve their coding practices through Socratic mentorship.
Skill:
skills/mentoring-juniors/The skill provides a comprehensive Socratic mentoring methodology:
I'm stuck,help me understand,ELI5, etc.)Agent:
agents/mentoring-juniors.agent.mdA companion agent that brings the same Socratic methodology directly into GitHub Copilot Chat:
gpt-4.1codebase,search,problems,editFiles,usages, and more@Sensei - Junior Mentorin Copilot ChatType of Contribution
Additional Notes
skills/mentoring-juniors/agents/mentoring-juniors.agent.mdnpm run skill:validatenpm run buildbash scripts/fix-line-endings.shBy submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.