Skip to content

Adding GHCP PR agent instructions#21193

Merged
Benjin merged 4 commits intomainfrom
dev/benjin/prAgentInstructions
Feb 26, 2026
Merged

Adding GHCP PR agent instructions#21193
Benjin merged 4 commits intomainfrom
dev/benjin/prAgentInstructions

Conversation

@Benjin
Copy link
Copy Markdown
Contributor

@Benjin Benjin commented Feb 13, 2026

Adding GHCP PR agent instructions

Code Changes Checklist

  • New or updated unit tests added
  • All existing tests pass (npm run test)
  • Code follows contributing guidelines
  • Telemetry/logging updated if relevant
  • No regressions or UX breakage

Reviewers: Please read our reviewer guidelines

Comment thread .github/copilot/REVIEW.md
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a new REVIEW.md file in the .github/copilot/ directory to provide specific instructions for the GitHub Copilot PR agent when reviewing code. The file outlines guidelines for reviewing backend code, UIs, code health, tests, and localization, which will help ensure more consistent and relevant automated code reviews.

Changes:

  • Added .github/copilot/REVIEW.md file with instructions for the GitHub Copilot PR agent covering backend code, UI patterns, code health, testing practices, and localization

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/copilot/REVIEW.md Outdated
Comment thread .github/copilot/REVIEW.md Outdated
Comment thread .github/copilot/REVIEW.md Outdated
Comment thread .github/copilot/REVIEW.md Outdated
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 13, 2026

PR Changes

Category Target Branch PR Branch Difference
vscode-mssql VSIX 6097 KB 6097 KB ⚪ 0 KB ( 0% )
sql-database-projects VSIX 8214 KB 8214 KB ⚪ 0 KB ( 0% )
data-workspace VSIX 535 KB 535 KB ⚪ 0 KB ( 0% )

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Feb 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.85%. Comparing base (ecd496a) to head (0bf5141).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main   #21193   +/-   ##
=======================================
  Coverage   71.85%   71.85%           
=======================================
  Files         281      281           
  Lines       89892    89892           
  Branches     4640     4640           
=======================================
  Hits        64594    64594           
  Misses      25298    25298           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment thread .github/copilot/REVIEW.md
manujoseph85
manujoseph85 previously approved these changes Feb 17, 2026
Copy link
Copy Markdown
Contributor

@manujoseph85 manujoseph85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a good start. We can improve this over time.

lewis-sanchez
lewis-sanchez previously approved these changes Feb 17, 2026
kburtram
kburtram previously approved these changes Feb 18, 2026
@Benjin Benjin dismissed stale reviews from kburtram, lewis-sanchez, and manujoseph85 via a402452 February 18, 2026 23:04
Copilot AI review requested due to automatic review settings February 18, 2026 23:05
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/copilot/REVIEW.md

- DO check for stubs that are constructed manually instead of loosely-defined objects of stubs
- DO check for places where stubs are created outside of a sandbox.
- DO check to make sure that the shared sinon stubs are used wherever possible, and that good candidates are added to the collection of premade stubs (found in `extensions\mssql\test\unit\utils.ts`)
Copy link

Copilot AI Feb 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

File path uses backslashes which is Windows-specific. Consider using forward slashes for cross-platform compatibility and consistency with the rest of the repository (e.g., extensions/mssql/test/unit/utils.ts).

Copilot uses AI. Check for mistakes.
Comment thread .github/copilot/REVIEW.md
Comment on lines +31 to +32
- React/webview frontend localized strings go in: `extensions\mssql\src\reactviews\common\locConstants.ts`
- All other localized strings go in: `extensions\mssql\src\constants\locConstants.ts`
Copy link

Copilot AI Feb 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

File paths use backslashes which is Windows-specific. Consider using forward slashes for cross-platform compatibility and consistency with the rest of the repository (e.g., extensions/mssql/src/reactviews/common/locConstants.ts and extensions/mssql/src/constants/locConstants.ts).

Copilot uses AI. Check for mistakes.
@Benjin Benjin merged commit e3e6905 into main Feb 26, 2026
9 checks passed
@Benjin Benjin deleted the dev/benjin/prAgentInstructions branch February 26, 2026 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants