code-reviewer-angular

Enforce Angular/TypeScript-specific code-quality rules across components, services, and NgRx stores.

16|2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/mamamou/ai-coding-skills --skill code-reviewer-angular
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-reviewer-angular
Source: https://github.com/mamamou/ai-coding-skills/tree/main/code-reviewer-angular
Command: npx skills add https://github.com/mamamou/ai-coding-skills --skill code-reviewer-angular

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Angular/TypeScript-specific code review is complex and error-prone when done ad-hoc. This overlay extends the universal code-reviewer with Angular-aware checks to catch framework-specific issues early.

Core Features & Use Cases

  • Angular component, service, directive, pipe, and NgRx store review with version-aware rules.
  • Checks RxJS usage, HttpClient calls, SSR considerations, and Angular-specific best practices.
  • Use Case: CI pipelines can fail on Angular violations, preventing regressions in large monorepos.

Quick Start

Trigger the overlay by running the universal code reviewer on your Angular project, then apply the code-reviewer-angular rules to the same scope so that Angular-specific findings augment the base checks.

Frequently Asked Questions about code-reviewer-angular

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

FAQPage Schema
How do I enforce Angular and TypeScript code-quality rules in CI pipelines?▼

Enforce Angular and TypeScript code-quality rules in CI pipelines by applying an Angular-specific code review overlay that catches framework-specific violations and prevents regressions in large monorepos.

What is an Angular code review overlay?▼

An Angular code review overlay layers Angular-specific checks on top of a universal code reviewer, enforcing version-aware rules across components, services, directives, pipes, guards, resolvers, NgRx stores, RxJS streams, HttpClient calls, and SSR contexts.

Can I use static analysis to check RxJS streams and NgRx stores for best practices?▼

Use static analysis to check RxJS streams and NgRx stores by running a universal code reviewer with an Angular overlay that evaluates framework-specific best practices, correctness, security, and maintainability.

Does this Angular code review work with server-side rendering contexts?▼

This Angular code review works with server-side rendering contexts, evaluating SSR considerations alongside HttpClient calls and component logic to ensure correctness and security across the application.

How do I set up the Angular code review overlay?▼

Set up the Angular code review overlay by running the universal code reviewer on your Angular project, then applying the Angular overlay rules to the same scope so Angular-specific findings augment the base checks.