Topic: marketplace
4,766 skills in this topic.
-
automating-mobile-app-testing
This skill enables automated testing of mobile applications on iOS and Android platforms using frameworks like Appium, Detox, XCUITest, and Espresso. It generates end-to-end tests, sets up page object models, and handles platform-specific elements. Use this skill when the user requests mobile app testing, test automation for iOS or Android, or needs assistance with setting up device farms and simulators. The skill is triggered by terms like "mobile testing", "appium", "detox", "xcuitest", "espresso", "android test", "ios test".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
running-mutation-tests
This skill enables Claude to validate test suite quality by performing mutation testing. It is triggered when the user asks to run mutation tests, analyze test effectiveness, or improve test coverage. The skill introduces code mutations, runs tests against the mutated code, and reports on the "survival rate" of the mutations, indicating the effectiveness of the test suite. Use this skill when the user requests to assess the quality of their tests using mutation testing techniques. Specific trigger terms include "mutation testing", "test effectiveness", "mutation score", and "surviving mutants".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
performance-testing
This skill enables Claude to design, execute, and analyze performance tests using the performance-test-suite plugin. It is activated when the user requests load testing, stress testing, spike testing, or endurance testing, and when discussing performance metrics such as response time, throughput, and error rates. It identifies performance bottlenecks related to CPU, memory, database, or network issues. The plugin provides comprehensive reporting, including percentiles, graphs, and recommendations.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
tracking-regression-tests
This skill enables Claude to track and run regression tests, ensuring new changes don't break existing functionality. It is triggered when the user asks to "track regression", "run regression tests", or uses the shortcut "reg". The skill helps in maintaining code stability by identifying critical tests, automating their execution, and analyzing the impact of changes. It also provides insights into test history and identifies flaky tests. The skill uses the `regression-test-tracker` plugin.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
performing-security-testing
This skill automates security vulnerability testing. It is triggered when the user requests security assessments, penetration tests, or vulnerability scans. The skill covers OWASP Top 10 vulnerabilities, SQL injection, XSS, CSRF, authentication issues, and authorization flaws. Use this skill when the user mentions "security test", "vulnerability scan", "OWASP", "SQL injection", "XSS", "CSRF", "authentication", or "authorization" in the context of application or API testing.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
running-smoke-tests
This skill runs smoke tests to verify critical application functionality. It executes pre-defined test suites that check system health, authentication, core features, and external integrations. Use this skill after deployments, upgrades, or significant configuration changes to ensure the application is operational. Trigger this skill using the terms "smoke test" or "st".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
managing-snapshot-tests
This skill enables Claude to manage and update snapshot tests using intelligent diff analysis and selective updates. It is triggered when the user asks to analyze snapshot failures, update snapshots, or manage snapshot tests in general. It helps distinguish intentional changes from regressions, selectively update snapshots, and validate snapshot integrity. Use this when the user mentions "snapshot tests", "update snapshots", "snapshot failures", or requests to run "/snapshot-manager" or "/sm". It supports Jest, Vitest, Playwright, and Storybook frameworks.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
analyzing-test-coverage
This skill analyzes code coverage metrics to identify untested code and generate comprehensive coverage reports. It is triggered when the user requests analysis of code coverage, identification of coverage gaps, or generation of coverage reports. The skill is best used to improve code quality by ensuring adequate test coverage and identifying areas for improvement. Use trigger terms like "analyze coverage", "code coverage report", "untested code", or the shortcut "cov".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
generating-test-data
This skill enables Claude to generate realistic test data for software development. It uses the test-data-generator plugin to create users, products, orders, and custom schemas for comprehensive testing. Use this skill when you need to populate databases, simulate user behavior, or create fixtures for automated tests. Trigger phrases include "generate test data", "create fake users", "populate database", "generate product data", "create test orders", or "generate data based on schema". This skill is especially useful for populating testing environments or creating sample data for demonstrations.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
generating-test-doubles
This skill uses the test-doubles-generator plugin to automatically create mocks, stubs, spies, and fakes for unit testing. It analyzes dependencies in the code and generates appropriate test doubles based on the chosen testing framework, such as Jest, Sinon, or others. Use this skill when you need to generate test doubles, mocks, stubs, spies, or fakes to isolate units of code during testing. Trigger this skill by requesting test double generation or using the `/gen-doubles` or `/gd` command.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
managing-test-environments
This skill enables Claude to manage isolated test environments using Docker Compose, Testcontainers, and environment variables. It is used to create consistent, reproducible testing environments for software projects. Claude should use this skill when the user needs to set up a test environment with specific configurations, manage Docker Compose files for test infrastructure, set up programmatic container management with Testcontainers, manage environment variables for tests, or ensure cleanup after tests. Trigger terms include "test environment", "docker compose", "testcontainers", "environment variables", "isolated environment", "env-setup", and "test setup".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
orchestrating-test-workflows
This skill enables Claude to orchestrate complex test workflows using the test-orchestrator plugin. It allows Claude to define test execution graphs with dependencies, execute tests in parallel, and intelligently select tests to run based on code changes. Use this skill when a user requests test orchestration, dependency management for tests, parallel test execution, smart test selection, or CI/CD integration for testing. Trigger terms include "orchestrate tests", "test workflow", "parallel testing", "smart test selection", "test dependencies", and "/orchestrate".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
generating-test-reports
This skill generates comprehensive test reports with coverage metrics, trends, and stakeholder-friendly formats (HTML, PDF, JSON). It aggregates test results from various frameworks, calculates key metrics (coverage, pass rate, duration), and performs trend analysis. Use this skill when the user requests a test report, coverage analysis, failure analysis, or historical comparisons of test runs. Trigger terms include "test report", "coverage report", "testing trends", "failure analysis", and "historical test data".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
generating-unit-tests
This skill enables Claude to automatically generate comprehensive unit tests from source code. It is triggered when the user requests unit tests, test cases, or test suites for specific files or code snippets. The skill supports multiple testing frameworks including Jest, pytest, JUnit, and others, intelligently detecting the appropriate framework or using one specified by the user. Use this skill when the user asks to "generate tests", "create unit tests", or uses the shortcut "gut" followed by a file path.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
performing-visual-regression-testing
This skill enables Claude to execute visual regression tests using tools like Percy, Chromatic, and BackstopJS. It captures screenshots, compares them against baselines, and analyzes visual differences to identify unintended UI changes. Use this skill when the user requests visual testing, UI change verification, or regression testing for a web application or component. Trigger phrases include "visual test," "UI regression," "check visual changes," or "/visual-test".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
accessibility-audit-runner
Accessibility Audit Runner - Auto-activating skill for Frontend Development.
Triggers on: accessibility audit runner, accessibility audit runner
Part of the Frontend Development skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
aria-attribute-helper
Aria Attribute Helper - Auto-activating skill for Frontend Development.
Triggers on: aria attribute helper, aria attribute helper
Part of the Frontend Development skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
bundle-size-analyzer
Bundle Size Analyzer - Auto-activating skill for Frontend Development.
Triggers on: bundle size analyzer, bundle size analyzer
Part of the Frontend Development skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
code-splitting-helper
Code Splitting Helper - Auto-activating skill for Frontend Development.
Triggers on: code splitting helper, code splitting helper
Part of the Frontend Development skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
color-contrast-checker
Color Contrast Checker - Auto-activating skill for Frontend Development.
Triggers on: color contrast checker, color contrast checker
Part of the Frontend Development skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
css-module-generator
Css Module Generator - Auto-activating skill for Frontend Development.
Triggers on: css module generator, css module generator
Part of the Frontend Development skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
image-optimization-helper
Image Optimization Helper - Auto-activating skill for Frontend Development.
Triggers on: image optimization helper, image optimization helper
Part of the Frontend Development skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
keyboard-navigation-tester
Keyboard Navigation Tester - Auto-activating skill for Frontend Development.
Triggers on: keyboard navigation tester, keyboard navigation tester
Part of the Frontend Development skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
lazy-loading-implementer
Lazy Loading Implementer - Auto-activating skill for Frontend Development.
Triggers on: lazy loading implementer, lazy loading implementer
Part of the Frontend Development skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803