-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add code snippets rule to technical-content-evaluator Agent #442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request adds a new comprehensive agent file for technical content evaluation to the repository. The technical-content-evaluator agent provides an extensive framework for reviewing technical training materials, documentation, and educational content.
Key Changes
- Added new
technical-content-evaluator.agent.mdagent file (585 lines) with comprehensive content evaluation criteria - Updated
docs/README.agents.mdto include the new agent in the alphabetically-sorted agent list - Introduced rules for code snippet validation, including cross-referencing with source files and flagging snippets exceeding 30 lines
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| agents/technical-content-evaluator.agent.md | New agent file providing elite technical content editor and curriculum architect capabilities with 11 editorial standards including code snippet validation rules |
| docs/README.agents.md | Added new entry for Technical Content Evaluator agent with installation links in the alphabetically-sorted table |
|
@DanWahlin we've got some merge conflicts - can you sync |
|
Whoops - wrong upstream @aaronpowell (my bad). I pulled it and was surprised there were no changes. :-) upstream https://github.com/DanWahlin/awesome-copilot (fetch) I'll get it fixed. |
|
OK - should be resolved now @aaronpowell. |
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Minor update that adds new rules around code snippets in technical content to the technical-content-evaluator agent.
Type of Contribution
Additional Notes
None
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.