We should empower Roslyn devs with the ability to perform more infra tasks and make it easier to get answers to common infra questions. We can start by migrating several existing scripts/tools to run from a common tool. Possible Subcommands - [x] What PRs have been merged between two commits (PR Finder) (https://github.com/dotnet/roslyn-tools/pull/1170) - [x] Latest VS insertions (VS Branch Info) (https://github.com/dotnet/roslyn-tools/pull/1185) - [x] Create VS Release Tags (CreateTagsForVSRelease) (https://github.com/dotnet/roslyn-tools/pull/1186) - [ ] Which VS includes this PR/commit (New tool) - [ ] Create GitHub Merge PRs - [ ] Create VS Insertions (Roslyn Insertion Tool)