integration-testing
✓Integration testing patterns for APIs and components. Use when testing component interactions, API endpoints with test databases, or service layer integration.
Installation
SKILL.md
| API endpoints | 70%+ | | Service layer | 80%+ | | Component interactions | 70%+ |
| Database | In-memory SQLite or test container | | Execution | < 1s per test | | External APIs | MSW (frontend), VCR.py (backend) | | Cleanup | Fresh state per test |
database-testing Keywords: database, fixture, transaction, rollback Solves:
Integration testing patterns for APIs and components. Use when testing component interactions, API endpoints with test databases, or service layer integration. Source: yonatangross/orchestkit.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yonatangross/orchestkit --skill integration-testing- Source
- yonatangross/orchestkit
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is integration-testing?
Integration testing patterns for APIs and components. Use when testing component interactions, API endpoints with test databases, or service layer integration. Source: yonatangross/orchestkit.
How do I install integration-testing?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/orchestkit --skill integration-testing 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/yonatangross/orchestkit
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01