·write-tests
</>

write-tests

Write tests for Syncpack using the TestBuilder pattern. Use when adding tests for commands, validation logic, or any new functionality. Covers TestBuilder API, assertion patterns, and common test scenarios.

10Installs·0Trend·@jamiemason

Installation

$npx skills add https://github.com/jamiemason/syncpack --skill write-tests

How to Install write-tests

Quickly install write-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/jamiemason/syncpack --skill write-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: jamiemason/syncpack.

SKILL.md

View raw

Guide for writing tests in Syncpack using the TestBuilder pattern.

Always use TestBuilder — Never manually construct Context in tests.

| Context { ... } | TestBuilder::new()... | | .build() then check states | .buildandvisitpackages() | | ctx.instances[0] | .find(\|i\| i.dependency.name == "react") |

Write tests for Syncpack using the TestBuilder pattern. Use when adding tests for commands, validation logic, or any new functionality. Covers TestBuilder API, assertion patterns, and common test scenarios. Source: jamiemason/syncpack.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

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

Browse more skills from jamiemason/syncpack

Quick answers

What is write-tests?

Write tests for Syncpack using the TestBuilder pattern. Use when adding tests for commands, validation logic, or any new functionality. Covers TestBuilder API, assertion patterns, and common test scenarios. Source: jamiemason/syncpack.

How do I install write-tests?

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