code-review

Review changed files in the Nuclia frontend monorepo against Angular, RxJS, and TypeScript standards.

56|18|Updated Apr 26, 2022
One-click install
npx skills add https://github.com/nuclia/frontend --skill code-review-nuclia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/nuclia/frontend/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/nuclia/frontend --skill code-review-nuclia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code changes against a comprehensive set of repository standards, ensuring consistency, identifying potential bugs, and maintaining high code quality.

Core Features & Use Cases

  • Automated Standards Check: Verifies code against Angular patterns, RxJS best practices, design system usage, SDK patterns, module boundaries, test coverage, and TypeScript hygiene.
  • Severity-Based Reporting: Flags issues with clear severity levels (ERROR, WARN, STYLE, INFO) and provides actionable suggestions for fixes.
  • Use Case: When a developer submits a Pull Request, this Skill can be invoked to perform an initial automated review, catching common mistakes and style violations before human review.

Quick Start

Use the code-review skill to analyze the changes in the current branch.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate Angular code review for a pull request?

Automated Angular code review for a pull request analyzes changed files against repository standards, checking RxJS best practices, design system usage, and TypeScript hygiene to output severity-labeled findings grouped by file.

What does an automated frontend code review check for?

An automated frontend code review checks changed files for Angular patterns, RxJS best practices, SDK patterns, module boundaries, test coverage, and TypeScript hygiene to ensure consistency and identify potential bugs.

Can I enforce TypeScript and RxJS best practices in my monorepo?

You can enforce TypeScript and RxJS best practices in your monorepo by running an automated review that flags violations with severity levels like ERROR, WARN, and STYLE, providing actionable suggestions for fixes.

How do I check module boundaries and design system usage in Angular?

To check module boundaries and design system usage in Angular, an automated review process analyzes your code changes against repository-wide standards, identifying violations and reporting them with clear severity labels.

What is the best way to flag code quality issues before human review?

The best way to flag code quality issues before human review is to use an automated standards check that evaluates code changes against established patterns, outputting a flat list of findings grouped by file with severity labels.

Does automated code review work with TypeScript and Angular monorepos?

Automated code review works with TypeScript and Angular monorepos by analyzing changed files against repository-wide standards, verifying Angular patterns, SDK usage, and TypeScript hygiene to maintain high code quality.