·testing-patterns
</>

testing-patterns

hainamchung/agent-assistant

Testing patterns and principles. Unit, integration, mocking strategies.

2Installs·0Trend·@hainamchung

Installation

$npx skills add https://github.com/hainamchung/agent-assistant --skill testing-patterns

SKILL.md

| Arrange | Set up test data | | Act | Execute code under test | | Assert | Verify outcome |

| Unit | Pure functions, logic | Fast (<50ms) | | Integration | API, DB, services | Medium | | E2E | Critical user flows | Slow |

| Fast | < 100ms each | | Isolated | No external deps | | Repeatable | Same result always | | Self-checking | No manual verification | | Timely | Written with code |

Testing patterns and principles. Unit, integration, mocking strategies. Source: hainamchung/agent-assistant.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/hainamchung/agent-assistant --skill testing-patterns
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is testing-patterns?

Testing patterns and principles. Unit, integration, mocking strategies. Source: hainamchung/agent-assistant.

How do I install testing-patterns?

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

Where is the source repository?

https://github.com/hainamchung/agent-assistant