test-fix
✓Diagnose and fix failing pytest tests in the pplx-sdk project, following existing test patterns and conventions.
Installation
SKILL.md
Diagnose and fix failing tests following pplx-sdk testing conventions.
Use this skill when pytest tests fail and you need to identify the root cause and apply the correct fix.
| ImportError | Module restructured | Update import path | | AttributeError | Model field renamed | Check domain/models.py | | HTTPXMock not matching | URL or method mismatch | Verify mock URL matches request | | TransportError vs RuntimeError | Exception type changed | Use pplxsdk.core.exceptions types |
Diagnose and fix failing pytest tests in the pplx-sdk project, following existing test patterns and conventions. Source: pv-udpv/pplx-sdk.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/pv-udpv/pplx-sdk --skill test-fix- Source
- pv-udpv/pplx-sdk
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-09
- Updated
- 2026-02-18
Quick answers
What is test-fix?
Diagnose and fix failing pytest tests in the pplx-sdk project, following existing test patterns and conventions. Source: pv-udpv/pplx-sdk.
How do I install test-fix?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pv-udpv/pplx-sdk --skill test-fix 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/pv-udpv/pplx-sdk
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-09