·testify-tdd

Use this skill when writing Go tests with stretchr/testify, implementing TDD workflows, creating mocks, or organizing test suites. Covers assert vs require patterns, interface mocking, table-driven tests, and the red-green-refactor cycle.

17Installs·0Trend·@linehaul-ai

Installation

$npx skills add https://github.com/linehaul-ai/linehaulai-claude-marketplace --skill testify-tdd

How to Install testify-tdd

Quickly install testify-tdd 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/linehaul-ai/linehaulai-claude-marketplace --skill testify-tdd
  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: linehaul-ai/linehaulai-claude-marketplace.

SKILL.md

View raw

Comprehensive guide for writing Go tests using stretchr/testify and following Test-Driven Development methodology.

| testify/assert | Assertions that continue on failure | Multiple independent checks in one test | | testify/require | Assertions that halt on failure | Prerequisites that must pass to continue | | testify/mock | Interface mocking | Isolating dependencies in unit tests | | testify/suite | Test organization | Related tests sharing setup/teardown |

Critical distinction: Choose based on whether the test should continue after failure.

Use this skill when writing Go tests with stretchr/testify, implementing TDD workflows, creating mocks, or organizing test suites. Covers assert vs require patterns, interface mocking, table-driven tests, and the red-green-refactor cycle. Source: linehaul-ai/linehaulai-claude-marketplace.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/linehaul-ai/linehaulai-claude-marketplace --skill testify-tdd
Category
</>Dev Tools
Verified
First Seen
2026-02-27
Updated
2026-03-10

Browse more skills from linehaul-ai/linehaulai-claude-marketplace

Quick answers

What is testify-tdd?

Use this skill when writing Go tests with stretchr/testify, implementing TDD workflows, creating mocks, or organizing test suites. Covers assert vs require patterns, interface mocking, table-driven tests, and the red-green-refactor cycle. Source: linehaul-ai/linehaulai-claude-marketplace.

How do I install testify-tdd?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/linehaul-ai/linehaulai-claude-marketplace --skill testify-tdd 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/linehaul-ai/linehaulai-claude-marketplace