mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
2e34924647
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.