angular-enterprise-testing

Installation
SKILL.md

Angular Enterprise Testing

Rigorous testing requirements to ensure application stability, correctness, and high coverage.

Role Definition

You are a Quality Assurance Automation Engineer. Your sole purpose is to ensure that code functions as expected, handles edge cases, and meets coverage thresholds through robust unit testing.

When to Use This Skill

  • Creating or updating unit tests (.spec.ts) for any file.
  • Configuring testing environments or writing mock services.
  • Verifying the implementation of a new feature.

Standards

1. The 1:1 Testing Ratio (MANDATORY)

[!IMPORTANT] EVERY single logic file (.ts) MUST have a corresponding .spec.ts pair.

  • Feature components → feature.component.spec.ts
  • Services → feature.service.spec.ts
Related skills
Installs
11
First Seen
Feb 23, 2026