Developer feedback
Inspect current uncommitted and staged changes inside Visual Studio Code before they enter the review queue.
Developers can scan current Git changes in Visual Studio Code today. Teams can also trigger a full-repository analysis from GitHub Actions with pull-request and commit metadata. Native diff-scoped CI analysis, PR comments, GitHub checks, and merge gates are the next delivery stage.
VS Code analyses current Git changes locally. The GitHub Action beta stores PR metadata and starts a full-repository managed analysis.
| Workflow | Scope | Status | What teams get |
|---|---|---|---|
| VS Code: Scan Current Changes | Current Git diff, locally | Available | Fast local heuristic findings before commit |
| GitHub Action trigger | Full repository at the selected ref | Beta | Dashboard report tied to PR, base, head, and event metadata |
| Native PR review and policy gate | Changed files with baseline comparison | Planned | Checks, annotations, comments, severity policy, and merge decision |
Inspect current uncommitted and staged changes inside Visual Studio Code before they enter the review queue.
Use a bearer-authenticated GitHub Action endpoint that records repository, ref, commit, event, and pull-request context.
Pilot the existing full-repository CI trigger now, then enable diff scoping and merge policy only after the integration is complete.
The report carries evidence, affected flow, recommended change, and validation guidance. The example shows the output model; GitHub-native annotations and policy conclusions are part of the planned PR stage.
A route queries a project by user-controlled ID without including the current organisation in the database predicate. An authenticated user could request another tenant's project if an identifier is discovered.
Scope the query by project ID and authenticated organisation ID, then return the same not-found response for inaccessible records.
Add a cross-tenant integration test and verify direct object requests cannot disclose record existence.
Start with local current-change checks and CI-triggered full analysis. Use the dashboard report as advisory feedback while the diff-scoped GitHub Check integration is completed.
Configure the repository, approved event, and protected Action credential.
Run analysis on selected PRs and compare findings with the team’s existing review process.
Agree severity, confidence, ownership, baseline, and exception rules before enforcement.
Enable a merge policy only after native checks and reliable diff scoping are live.