best-practices

Audits Angular 21+ code quality and standards for specified paths.

294|147|Updated May 27, 2018
One-click install
npx skills add https://github.com/SAP/fundamental-ngx --skill best-practices-sap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: best-practices
Source: https://github.com/SAP/fundamental-ngx/tree/main/.claude/skills/best-practices
Command: npx skills add https://github.com/SAP/fundamental-ngx --skill best-practices-sap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits codebases to enforce project conventions and Angular 21+ best practices, helping teams maintain consistent quality.

Core Features & Use Cases

  • Automated conformance checks against project conventions and Angular patterns.
  • Actionable recommendations to align code with Angular 21+ standards.
  • Use Case: integrate into PR reviews or CI pipelines to surface guideline violations.

Quick Start

Provide a component path or folder to audit, and the tool will generate a best-practices checklist for Angular projects.

Frequently Asked Questions about best-practices

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

FAQPage Schema
How do I audit my codebase for Angular best practices and conventions?

To audit codebases for Angular best practices, provide a component path or folder to generate a structured checklist. The audit uses static-analysis patterns to verify ChangeDetectionStrategy usage, DI practices, and code-quality rules.

What static analysis checks are used for Angular code reviews?

Static analysis checks for Angular code reviews verify adherence to project conventions and Angular 21+ standards. These checks inspect ChangeDetectionStrategy usage, dependency injection practices, and code-quality rules to surface guideline violations.

Can I integrate automated code quality checks into my CI pipelines?

You can integrate automated conformance checks into CI pipelines to enforce project conventions and Angular patterns. This surfaces guideline violations and provides actionable recommendations to align code with Angular 21+ standards during ongoing reviews.

Does this audit tool support Angular 21+ component refactoring?

This audit tool supports Angular 21+ component refactoring by applying static-analysis patterns to verify code changes. It generates an actionable best-practices checklist applicable to new component development and refactoring across Angular projects.

What is the best way to enforce consistent code quality in Angular projects?

The best way to enforce consistent code quality in Angular projects is through automated conformance checks against project conventions. This approach provides a structured checklist with actionable recommendations to maintain consistent quality across the codebase.

Why should I use an automated checklist for Angular code reviews?

Automated checklists for Angular code reviews provide structured, actionable recommendations to align code with Angular 21+ standards. They use static-analysis patterns to catch guideline violations early, ensuring consistent quality during refactors and new component development.