angular-03-review

Reviews Angular code changes from git diff and generates a prioritized fix checklist.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tak-bro/claude-code --skill angular-03-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: angular-03-review
Source: https://github.com/tak-bro/claude-code/tree/main/skills/angular-03-review
Command: npx skills add https://github.com/tak-bro/claude-code --skill angular-03-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automated Angular code reviews and Fix Checklist generation that streamline the path from change to quality.

Core Features & Use Cases

  • Focuses review on changed files only, identified via git diff.
  • Generates a prioritized Fix Checklist with file:line references and concrete suggestions.
  • Supports integration with plan/implement workflows and routing to appropriate reviewers (code-reviewer, design-reviewer, etc.).
  • Use Case: When a PR touches Angular components, run the review to surface critical issues and actionable fixes.

Quick Start

Review angular code changes and generate a Fix Checklist for the next phase.

Frequently Asked Questions about angular-03-review

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

FAQPage Schema
How do I automate Angular code reviews for changed files in a PR?

Automated Angular code reviews focus on modified files identified via git diff, generating an actionable Fix Checklist with explicit file path and line references to guide your next steps.

How do I generate a fix checklist for TypeScript static analysis issues?

Static analysis on modified TypeScript files generates a prioritized fix checklist with concrete suggestions and file:line references, streamlining the transition from code review to bug fix.

Can I integrate Angular lint reviews into plan and implement workflows?

Yes, Angular lint reviews support integration with plan and implement workflows by routing outputs to appropriate reviewers and providing a structured guide for the next implementation phase.

Does Angular code review work with component-store changes?

Angular code review evaluates component-store modifications within changed files, surfacing critical issues and concrete fixes through a structured checklist tailored for plan and implement stages.

What is the best way to review only modified Angular components?

The best way to review modified Angular components is applying static analysis exclusively to git diff outputs, ensuring explicit file:line references and a prioritized Fix Checklist for actionable bug fixes.

Why does my Angular code review only analyze modified files?

Angular code review analyzes only modified files identified via git diff to streamline the path from change to quality, focusing static analysis and bug fix suggestions on relevant code changes.