Локальное тестирование CLI для конвертации форматов IDE

★ 8.0 · vibe-coding

testing-prpm-cli is a Claude Code skill that guides local testing of the PRPM CLI: building the package, spinning up a local registry on port 3111, setting the PRPM_REGISTRY_URL environment variable, and invoking commands either directly via `node dist/index.js` or through `npm link`. It covers comprehensive cross-format conversion testing across 16 supported formats — including Claude, Cursor, Windsurf, Gemini, Zed, Kiro, Aider, Replit, and more — with a full test matrix and round-trip validation to confirm content is preserved through format cycles. A dedicated contract testing pattern verifies that documented CLI behavior matches the actual implementation. The skill is intended for developers adding new commands, debugging existing ones, or validating converters before committing changes.