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/codex-skills.
Use when code changes touch database, cache, queue, or other service-dependent components - enforces testing against real local services instead of mocks
Quickly install local-service-testing AI skill to your development environment via command line
Source: troykelly/codex-skills.
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/codex-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/troykelly/codex-skills --skill local-service-testingUse when code changes touch database, cache, queue, or other service-dependent components - enforces testing against real local services instead of mocks Source: troykelly/codex-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/troykelly/codex-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, Cursor, or OpenClaw
https://github.com/troykelly/codex-skills