Skip to content

feat(dev-infra): add PR review agent skill#67666

Open
atscott wants to merge 1 commit intoangular:mainfrom
atscott:reviewskill
Open

feat(dev-infra): add PR review agent skill#67666
atscott wants to merge 1 commit intoangular:mainfrom
atscott:reviewskill

Conversation

@atscott
Copy link
Contributor

@atscott atscott commented Mar 12, 2026

This commit introduces an AI agent skill for reviewing pull requests against the Angular repository. It establishes guidelines for ensuring code cleanliness, performance, testing, API design, and payload size.

It supports performing reviews through both the GitHub CLI (remote) and local editing, factoring in package-specific guidelines (e.g., router) and prioritizing user approval before posting comments. By checking existing comments first, the agent can avoid duplicate reviews.

This provides the AI agent with a reproducible workflow for providing constructive, manual PR feedback.

@angular-robot angular-robot bot added detected: feature PR contains a feature commit area: dev-infra Issues related to Angular's own dev infra (build, test, CI, releasing) labels Mar 12, 2026
@ngbot ngbot bot added this to the Backlog milestone Mar 12, 2026
@atscott atscott marked this pull request as ready for review March 12, 2026 23:12
@pullapprove pullapprove bot requested a review from devversion March 12, 2026 23:12
@atscott atscott requested a review from AndrewKushnir March 12, 2026 23:39
@devversion devversion requested review from AndrewKushnir and josephperrott and removed request for AndrewKushnir, devversion and josephperrott March 12, 2026 23:39
@pullapprove pullapprove bot requested a review from devversion March 12, 2026 23:39
@devversion devversion requested review from josephperrott and removed request for devversion March 12, 2026 23:39
This commit introduces an AI agent skill for reviewing pull requests
against the Angular repository. It establishes guidelines for ensuring
code cleanliness, performance, testing, API design, and payload size.

It supports performing reviews through both the GitHub CLI (remote) and
local editing, factoring in package-specific guidelines (e.g., router)
and prioritizing user approval before posting comments. By checking existing
comments first, the agent can avoid duplicate reviews.

This provides the AI agent with a reproducible workflow for providing
constructive, manual PR feedback.
Copy link
Contributor

@AndrewKushnir AndrewKushnir left a comment

Choose a reason for hiding this comment

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

Thanks @atscott 👍

@atscott atscott requested a review from MarkTechson March 13, 2026 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: dev-infra Issues related to Angular's own dev infra (build, test, CI, releasing) detected: feature PR contains a feature commit

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants