User Story
As a developer before a pull request,
I want to run git-copilot review and see security, performance, and code-quality findings in my terminal,
So that I can fix issues before requesting review from teammates.
Acceptance Criteria
Backlink: #1
User Story
As a developer before a pull request,
I want to run
git-copilot reviewand see security, performance, and code-quality findings in my terminal,So that I can fix issues before requesting review from teammates.
Acceptance Criteria
--range HEAD~3..HEADto limit analysis to recent commitsreview.ignorePatternsfrom configBacklink: #1