·writing-quality-tests
</>

writing-quality-tests

Guide for writing robust, high-signal automated tests. Use when asking "How do I test this effectively?", fixing flaky tests, refactoring test suites, or deciding between unit/integration/E2E strategies. distinct from TDD (process); this skill focuses on test quality and architecture.

9Installs·1Trend·@ederheisler

Installation

$npx skills add https://github.com/ederheisler/agent-skills --skill writing-quality-tests

How to Install writing-quality-tests

Quickly install writing-quality-tests AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/ederheisler/agent-skills --skill writing-quality-tests
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: ederheisler/agent-skills.

SKILL.md

View raw

High-signal tests prove behavior, not implementation. While TDD focuses on the process of writing tests first, this skill focuses on the artifact—making tests stable, explicit, and valuable long-term.

Core rule: If a test is nondeterministic or tied to internals, it is debt. Fix it.

0) Prove it fails: capture the regression input or wished-for case and watch the test fail first (or reproduce the bug) before code changes. 1) Clarify behavior: preconditions, action, postconditions, invariants. Capture regression input if fixing a bug.

Guide for writing robust, high-signal automated tests. Use when asking "How do I test this effectively?", fixing flaky tests, refactoring test suites, or deciding between unit/integration/E2E strategies. distinct from TDD (process); this skill focuses on test quality and architecture. Source: ederheisler/agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ederheisler/agent-skills --skill writing-quality-tests
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from ederheisler/agent-skills

Quick answers

What is writing-quality-tests?

Guide for writing robust, high-signal automated tests. Use when asking "How do I test this effectively?", fixing flaky tests, refactoring test suites, or deciding between unit/integration/E2E strategies. distinct from TDD (process); this skill focuses on test quality and architecture. Source: ederheisler/agent-skills.

How do I install writing-quality-tests?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ederheisler/agent-skills --skill writing-quality-tests Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/ederheisler/agent-skills