Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:41 +08:00
commit cab6ef63cd
11 changed files with 579 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# References
Bundled resources for test-orchestrator skill
- [ ] test_graph_schema.md: Documentation of the test graph schema used to define test dependencies.
- [ ] test_mapping.md: Documentation on how tests are mapped to code changes for smart test selection.
- [ ] ci_cd_integration.md: Best practices for integrating the test orchestrator into CI/CD pipelines.