·testing

Use when writing tests, adding coverage, implementing business logic, or building features with TDD. Enforces output-based testing of pure functions only - never test imperative shell directly.

23Installs·2Trend·@bumgeunsong

Installation

$npx skills add https://github.com/bumgeunsong/daily-writing-friends --skill testing

How to Install testing

Quickly install testing 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/bumgeunsong/daily-writing-friends --skill testing
  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: bumgeunsong/daily-writing-friends.

SKILL.md

View raw

Test pure functions with input/output assertions. Never unit test hooks, components, or side effects.

| Testing hooks | renderHook(), QueryClientProvider in test | Extract logic to pure function | | Mocking time | vi.useFakeTimers(), mockDate | Inject timestamp as parameter | | Mocking internals | vi.mock('../api/firebase') | Test pure logic, not integration | | Testing UI | render(), screen.getByText() | Only E2E tests for UI |

Use when writing tests, adding coverage, implementing business logic, or building features with TDD. Enforces output-based testing of pure functions only - never test imperative shell directly. Source: bumgeunsong/daily-writing-friends.

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

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/bumgeunsong/daily-writing-friends --skill testing
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from bumgeunsong/daily-writing-friends

Quick answers

What is testing?

Use when writing tests, adding coverage, implementing business logic, or building features with TDD. Enforces output-based testing of pure functions only - never test imperative shell directly. Source: bumgeunsong/daily-writing-friends.

How do I install testing?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bumgeunsong/daily-writing-friends --skill testing 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/bumgeunsong/daily-writing-friends