4,215 skills sorted by stars.
Expert guidance for writing high-quality pytest tests. Use when writing tests, setting up fixtures, parametrizing, mocking, or rev...
Write comprehensive pytest tests with fixtures, parametrization, mocking, async testing, and modern patterns.
Guide for using pytest-mock plugin to write tests with mocking. Use when writing pytest tests that need mocking, patching, spying,...
Work with pytest-recording (VCR.py) for recording and replaying HTTP interactions in tests. Use when writing VCR tests, managing c...
Generate pytest test templates for UTXOracle modules following TDD patterns. Automatically creates RED phase tests with async fixt...
Guide for writing pytest tests following this project's patterns including fixtures, mocking, and test organization.
Create comprehensive Python test suites with pytest. Supports unit, integration, e2e, and user flow tests. Dual-mode testing for F...
Comprehensive Python data engineering patterns for AWS Data Lake, including PySpark, Pandas, Apache Airflow, AWS Glue, ETL pipelin...
Python development best practices for modern Python projects. Activated when working with Python files, pyproject.toml, or discuss...
Writes, reviews, and refactors Python code following modern best practices. Specialises in Python 3.12+, uv for project management...
Expert guidance for Python testing that analyzes your existing setup and provides evidence-based recommendations. I'll examine you...
Specialized Python tutoring for HR analytics professionals. Use when working on HR/talent analytics tasks involving turnover, time...
Python JSON parsing best practices covering performance optimization (orjson/msgspec), handling large files (streaming/JSONL), sec...
Python project scaffolding and development with modern tooling. Use when creating new Python projects, setting up virtual environm...
Use when exploring Python project structure, finding virtualenv paths (python/pip/pytest), or locating package metadata (name, ver...
Python unit testing patterns for pytest, including test file structure, fixtures, mocks, and coverage strategy. Use when asked to...
Generate pytest tests for Python modules with parametrization, shared fixtures in conftest.py, and minimal mocking. Use when creat...
Comprehensive Python testing best practices, pytest conventions, test structure patterns (AAA, Given-When-Then), fixture usage, mo...
Write E2E tests using Playwright with Cucumber/Gherkin for this project. Use when creating tests, writing test cases, testing UI f...
Extract and capture screenshots of specific UI elements mentioned in QA test procedures. Use when creating visual references for t...
QA Automation Engineer skill. Use this to write or refactor unit tests. Ensures tests follow the project's xUnit, FluentAssertions...
Screenshot capture, organization, and comparison for QA testing. Use when taking screenshots during test execution to ensure prope...
QA 테스트 관리 스킬. Use when (1) 할당된 테스트 목록 확인,(2) 테스트 결과 업데이트, (3) 테스트 완료 보고.
Automatic QA test lifecycle management, naming conventions, and directory structure. Use when creating, organizing, or tracking QA...
QA best practices and test design patterns. Use when designing test cases to ensure comprehensive coverage with equivalence partit...
Creates comprehensive test suites including unit, integration, E2E, and security tests