docs: consolidate testing strategy into docs/TESTING.md#2972
Merged
Conversation
… it from AGENTS.md and SKILL.md files Co-authored-by: afranken <763000+afranken@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Refactor SKILL.md and AGENTS.md to reference documentation
docs: consolidate testing strategy into docs/TESTING.md
Feb 25, 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.
Testing strategy was scattered and duplicated across
AGENTS.md(root + modules) and.claude/skills/test/SKILL.md, making it hard to maintain consistently.New file
docs/TESTING.md— single authoritative source covering unit/integration test types, base classes, conventions, running commands, and troubleshootingUpdated to reference
docs/TESTING.mdinstead of duplicating contentAGENTS.md—## Testingsection collapsed to a one-line pointerserver/AGENTS.md—## Testingsection condensed; key base-class reminder kept inlineintegration-tests/AGENTS.md— removed duplicated test patterns and## Common Patterns; kept only module-specific rulestestsupport/AGENTS.md— added reference in the intro line.claude/skills/test/SKILL.md— replaced Test Types, Running, and Troubleshooting sections with a direct link; kept conventions summary and checklist.claude/skills/document/SKILL.md— addeddocs/TESTING.mdto the documentation files table🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.