The code-testing-generator searches your repository for code that needs tests, then plans, writes, and checks its tests to prove that they work.

The code-testing-generator searches your repository for code that needs tests, then plans, writes, and checks its tests to prove that they work.

Microsoft has open sourced code-testing-generator, a polyglot unit-test agent shipping in the MIT-licensed dotnet/skills repository. It reads a repository before writing anything…