Convert custom GitHub Copilot agents from YAML to markdown#43
Merged
Malcolmnixon merged 3 commits intomainfrom Dec 27, 2025
Merged
Convert custom GitHub Copilot agents from YAML to markdown#43Malcolmnixon merged 3 commits intomainfrom
Malcolmnixon merged 3 commits intomainfrom
Conversation
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Convert custom agents from yaml to markdown files
Convert custom GitHub Copilot agents from YAML to markdown
Dec 27, 2025
Contributor
|
@copilot The Quality Checks job failed with the following errors: Please fix. |
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Contributor
Author
Fixed the markdownlint errors by adding blank lines around code blocks and lists as required by MD031 and MD032 rules. Commit: 9ce2342 |
Malcolmnixon
approved these changes
Dec 27, 2025
20 tasks
Malcolmnixon
added a commit
that referenced
this pull request
Mar 22, 2026
#47, #50–#51) (#122) * Initial plan * Sync with TemplateDotNetLibrary: agent renames, config YAML formats, lint improvements Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> Agent-Logs-Url: https://github.com/demaconsulting/TestResults/sessions/6cc889a2-a7ef-4630-8a34-607c27342a46 * chore: sync with TemplateDotNetLibrary PR #47 and #50 - Rename docs subdirectories to template naming convention: - buildnotes/ -> build_notes/ - quality/ -> code_quality/ - requirements/ -> requirements_doc/ - tracematrix/ -> requirements_report/ - reviewplan/ -> code_review_plan/ - reviewreport/ -> code_review_report/ - Remove docs/justifications/ (merged into requirements_doc/) - Update all definition.yaml files for renamed directories - Update code_review_plan/introduction.md to add YAML config scope - Add platform-requirements.yaml for OS platform requirements - Add ReviewMark OTS requirement to ots-software.yaml - Include platform-requirements.yaml in requirements.yaml - Update build.yaml: doc paths, build_notes.md, reviewmark TODO - Update release.yaml: build_notes.md references - Update .gitignore with template patterns - Update .reviewmark.yaml with improved header comments - Update .github/pull_request_template.md: use lint.sh - Update .cspell.yaml: remove reqstream, add build_notes - Remove test/AssemblyInfo.cs (per template PR #50) - Update docs/guide/guide.md: inline Continuous Compliance link - Update AGENTS.md: expanded agent selection and quality gate docs - Update all 7 agent files with enhanced template content * refactor: restructure reqstream files to per-unit and per-OTS-tool YAML files * refactor: split design docs per class, untrack package-lock.json Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> Agent-Logs-Url: https://github.com/demaconsulting/TestResults/sessions/44cf4b76-f072-4ec1-bf10-741eeae60682 * ci: replace individual lint actions with lint.sh script in quality-checks job Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> Agent-Logs-Url: https://github.com/demaconsulting/TestResults/sessions/e457826c-4ee7-414e-a620-d3de14e17e49 * chore: pin cspell and markdownlint-cli2 to exact versions in package.json Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> Agent-Logs-Url: https://github.com/demaconsulting/TestResults/sessions/1de043c9-2b2b-42eb-a26d-8ce61fafd527 * fix: correct XML doc comment indentation in TrxSerializer.cs (dotnet format) Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> Agent-Logs-Url: https://github.com/demaconsulting/TestResults/sessions/7ca2a48a-e2fe-49db-adab-37108b8ecf7a --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
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.
Converting Custom Agents from YAML to Markdown
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.