Test-first debugging loop that reproduces bugs with failing tests, then iterates until tests pass. Activates for "write a test first", "test-driven fix", "TDD fix", "reproduce with test", "make it pass", or when fixing bugs that have an existing test suite.
$npx -y skills add abdullah1854/mcpgateway --skill test-driven-fixInstalls into the current project.
Run `npx skills use "https://github.com/abdullah1854/mcpgateway" --skill "abdullah1854/mcpgateway/test-driven-fix"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/abdullah1854/mcpgateway" that are relevant to the current task. Run `npx skills add "https://github.com/abdullah1854/mcpgateway"` and select the relevant skills, then follow their instructions.