Show results over previous code reviews
I'd be interested to see the results of this analysis over my previous code reviews, to better understand how I could improve the feedback I provide to others.
There is a way to query your own comments with an internal data source:
https://github.com/jonathanpeppers/inclusive-code-reviews-ml/blob/main/docs/CloudMine.md
But then you'd probably need to write a C# console app using ML.NET & our model.
We've been trying to decide how we could share the model more easily for other projects. Which of these sound most helpful to you?
- a .NET global tool you can pass text in
- a NuGet package that gives a reasonable API & bundles the model inside
I was thinking of something more at the feature level. For example, the extension opens a browser tab showing past review comments on GitHub/AzDO that were flagged by the model. This could a) help train the model, and b) help me see patterns in my own review style and consider how I could improve.