Add GitHub agents from TemplateDotNetTool and update AGENTS.md#140
Merged
Malcolmnixon merged 3 commits intomainfrom Feb 19, 2026
Merged
Add GitHub agents from TemplateDotNetTool and update AGENTS.md#140Malcolmnixon 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] Update project to use GitHub agents from TemplateDotNetTool
Add GitHub agents from TemplateDotNetTool and update AGENTS.md
Feb 19, 2026
Malcolmnixon
requested changes
Feb 19, 2026
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Malcolmnixon
approved these changes
Feb 19, 2026
This was referenced Feb 23, 2026
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.
Adopts the standardized agent definitions from TemplateDotNetTool into SpdxTool, adding the
.github/agents/directory and reformattingAGENTS.mdas a quick-reference guide. Also migrates the markdownlint configuration from.markdownlint.jsonto.markdownlint-cli2.jsoncto align with the TemplateDotNetTool pattern.Description
New
.github/agents/directory with 6 specialized agents adapted for SpdxTool:software-developer.md— production code, self-validation tests (SpdxTool_*naming)test-developer.md— unit/integration tests intest/DemaConsulting.SpdxTool.Tests/technical-writer.md— documentation with SpdxTool-specific markdown link style rulesrequirements-agent.md— requirements guidance withoutrequirements.yamlenforcementcode-quality-agent.md— linting/static analysis gates for SpdxTool toolchainrepo-consistency-agent.md— special case: reviews SpdxTool for drift against the TemplateDotNetTool templateAGENTS.mdreformatted to match TemplateDotNetTool's quick-reference structure: tech stack, key files, code style, build/test commands, and an "Available Specialized Agents" section linking to the new agent files.Migrated from
.markdownlint.jsonto.markdownlint-cli2.jsonc:.markdownlint-cli2.jsoncmatching the TemplateDotNetTool format, withAGENT_REPORT_*.mdexclusion built into the config'signoresfield.markdownlint.json.github/workflows/build.yamlto reference.markdownlint-cli2.jsoncAGENTS.mdand agent files (code-quality-agent.md,repo-consistency-agent.md) to reference the new config filenameAGENT_REPORT_*.mdexclusions wired up across:.gitignore— prevent accidental commits of inter-agent report files.cspell.json— skip spell-check on report files; also addsTemplateDotNetTool,markdownlint,yamllint,mstestto the word list.markdownlint-cli2.jsonc—AGENT_REPORT_*.mdexcluded via theignoresfieldType of Change
Related Issues
Pre-Submission Checklist
Before submitting this pull request, ensure you have completed the following:
Build and Test
dotnet build --configuration Releasedotnet test --configuration ReleaseCode Quality
dotnet format --verify-no-changesQuality Checks
Please run the following checks before submitting:
cspell "**/*.{md,cs}"markdownlint "**/*.md"yamllint '**/*.{yml,yaml}'Testing
Documentation
Additional Notes
The
repo-consistency-agent.mdintentionally differs from the TemplateDotNetTool version: rather than reviewing downstream repos, it checks this repo (SpdxTool) against TemplateDotNetTool as the upstream template.✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.