local-service-testing
✓Use when code changes touch database, cache, queue, or other service-dependent components - enforces testing against real local services instead of mocks
Installation
SKILL.md
Test against real services locally before pushing. CI validates—it doesn't discover.
Core principle: If you mock what you can run locally, you're hiding bugs.
Announce at start: "I'm using local-service-testing to verify changes against real services."
Use when code changes touch database, cache, queue, or other service-dependent components - enforces testing against real local services instead of mocks Source: troykelly/claude-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/troykelly/claude-skills --skill local-service-testing- Source
- troykelly/claude-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is local-service-testing?
Use when code changes touch database, cache, queue, or other service-dependent components - enforces testing against real local services instead of mocks Source: troykelly/claude-skills.
How do I install local-service-testing?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/troykelly/claude-skills --skill local-service-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/troykelly/claude-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01