testing-patterns
✓Testing patterns and principles. Unit, integration, mocking strategies.
Installation
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: congdon1207/agents.md.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/congdon1207/agents.md --skill testing-patterns- Source
- congdon1207/agents.md
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is testing-patterns?
Testing patterns and principles. Unit, integration, mocking strategies. Source: congdon1207/agents.md.
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/congdon1207/agents.md --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/congdon1207/agents.md
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-05