testing test writing

This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle testing test writing.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "testing test writing" with this command: npx skills add coreyja/coreyja.com/coreyja-coreyja-com-testing-test-writing

Testing Test Writing

This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle testing test writing.

When to use this skill

  • When writing unit tests for functions, methods, or modules

  • When writing integration tests for multiple components working together

  • When writing end-to-end tests for critical user workflows

  • When testing core user flows and primary business-critical features

  • When completing feature implementation and adding tests at logical completion points

  • When creating tests that focus on behavior (what code does) rather than implementation (how it does it)

  • When writing descriptive test names that explain the scenario and expected outcome

  • When mocking external dependencies (databases, APIs, file systems, network calls)

  • When ensuring tests run fast (milliseconds for unit tests)

  • When working with test frameworks (Jest, pytest, RSpec, Rust's test framework, etc.)

Instructions

For details, refer to the information provided in this file: testing test writing

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

frontend css

No summary provided by upstream source.

Repository SourceNeeds Review
General

global conventions

No summary provided by upstream source.

Repository SourceNeeds Review
General

global tech stack

No summary provided by upstream source.

Repository SourceNeeds Review
General

frontend components

No summary provided by upstream source.

Repository SourceNeeds Review