概要
This skill provides Claude with expert knowledge on Angular testing methodologies, enabling it to generate robust test suites for components, services, pipes, and directives. It follows the Testing Pyramid principle and the AAA (Arrange-Act-Assert) pattern, offering specific implementation strategies for isolated shallow testing, deep TestBed configurations, and HTTP service mocking. Whether you are setting up complex integration tests for router guards or optimizing test performance for CI/CD pipelines, this skill ensures your Angular codebases remain maintainable, reliable, and bug-free.