PR Review

Guide Angular PR reviews using package-specific router guidelines and checklists.

Updated Apr 6, 2025
One-click install
npx skills add https://github.com/Monosen/golink --skill pr-review-monosen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: PR Review
Source: https://github.com/Monosen/golink/tree/main/.agents/skills/pr-review
Command: npx skills add https://github.com/Monosen/golink --skill pr-review-monosen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, and includes scripts (resource) components.

What problem does it solve?

Guides engineers to perform thorough, consistent PR reviews for Angular changes to ensure quality and safety.

Core Features & Use Cases

  • Deep, comprehensive PR evaluation across code, tests, docs, and API changes.
  • Package-specific guidelines and references (e.g., router notes) to tailor reviews per module.
  • Enforces a structured review workflow, including commit-message quality, performance considerations, and testing practices.

Quick Start

Review a PR by applying the guidelines and consult the router reference notes for package-specific checks.

Frequently Asked Questions about PR Review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a thorough PR review for Angular changes?

A comprehensive Angular PR review evaluates code quality, performance, tests, API design, and commit messages. It enforces a structured task checklist and applies package-specific reference guidelines, like router notes, to ensure consistent, safe changes across packages.

What does a comprehensive pull request checklist include for Angular packages?

A comprehensive pull request checklist for Angular packages mandates checks across code quality, performance, testing practices, API design, and commit-message quality. It also enforces package-specific rules from reference guidelines to ensure consistent code quality across modules.

Does this PR review workflow support package-specific guidelines like Angular router rules?

Yes, the PR review workflow supports package-specific guidelines by using reference/router.md notes. This provides tailored rules for Angular modules, ensuring evaluations match the specific requirements of packages like the router.

Do I need gh and jq to run automated Angular PR reviews?

Yes, you need gh and jq installed because the PR review scripts depend on them to fetch pull request data and parse JSON. These command-line tools enable the structured workflow to evaluate Angular changes automatically.

Why should I use a structured workflow for reviewing Angular pull requests?

Using a structured workflow for reviewing Angular pull requests ensures thorough, consistent evaluations across packages. It enforces a comprehensive task checklist covering tests and API design, reducing missed errors and improving feedback speed.