testing-best-practices

Apply AAA patterns and naming conventions to test files.

Updated Dec 30, 2025
One-click install
npx skills add https://github.com/hydershah/advance-appliance --skill testing-best-practices-hydershah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing-best-practices
Source: https://github.com/hydershah/advance-appliance/tree/main/.claude/skills/testing-best-practices
Command: npx skills add https://github.com/hydershah/advance-appliance --skill testing-best-practices-hydershah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides methodologies, patterns, and best practices for unit, integration, and end-to-end tests, helping teams improve quality while reducing debugging time.

Core Features & Use Cases

  • AAA pattern guidance for unit tests
  • Mocking & isolation patterns for reliable tests
  • Test organization & naming conventions for maintainability
  • Integration & E2E guidance to balance test scope

Quick Start

Run a quick refactor pass on the existing test suite by applying the AAA pattern to at least one test file and rename tests to the recommended convention.