Azure-Samples / azure-devops-copilot-extension

An Azure DevOps Copilot Extension Sample
MIT License
51 stars 16 forks source link

Feature Request: AI-powered Pull Request analysis #8

Open msdotnetclr opened 1 year ago

msdotnetclr commented 1 year ago

Recently I started to look into the code review data our team generated through Azure DevOps Pull Requests (PR’s). While it was easy to get basic metrics like

It is difficult to analyze the content of the code review comments to address questions like “who are the leading contributors that provide thorough, constructive feedback in the PR threads?”, “what are the most frequently discussed coding issue types?” “Based on code review feedback, what are the recommended training programs for individual developers?”

I’d like to explore whether GenAI can help answer these questions with their reasoning and summarization capabilities.

mahomedalid commented 12 months ago

I like this suggestion @msdotnetclr ! It seems to be a mix between extracting data analytics and asking questions in NLP over it. What do you think @Jade-Codes ?