.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/pramoddutta/qaskills
home/skills/pramoddutta/qaskills
pramoddutta avatar

pramoddutta/qaskills

54 skills

View on GitHub
$npx skills add pramoddutta/qaskills
SkillInstalls
a11y-automation-axeAutomated accessibility testing with axe-core integrated into CI pipelines, including custom rule configuration, issue prioritization, and remediation guidance.—ab-testing-validationValidating A/B test implementations including traffic splitting accuracy, statistical significance calculation, metric tracking, and experiment cleanup.—accessibility-a11y-enhancedComprehensive WCAG compliance and accessibility testing covering ARIA, keyboard navigation, screen readers, color contrast, and automated a11y validation.—accessibility-auditorComprehensive WCAG 2.1 AA compliance testing combining automated axe-core scans with manual keyboard navigation, screen reader compatibility, and focus…—accessibility-manual-auditTeach agents to guide manual accessibility audits for keyboard, screen reader, zoom, reflow, focus, and WCAG 2.2 criteria that scanners miss.—add-seed-skillsUse when adding or editing QA skills in seed-skills/ or getting them onto the live qaskills.sh catalog, e.g.—afl-fuzzingAmerican Fuzzy Lop Plus Plus mutation-based fuzz testing for finding crashes, hangs, and security vulnerabilities in binary programs.—agent-browserFast Rust-based headless browser automation CLI with Node.js fallback for AI agents, featuring navigation, clicking, typing, snapshots, and structured commands…—agentic-testingAI-first testing methodology where autonomous agents plan, generate, execute, and maintain test suites with minimal human intervention, covering agent…—ai-agent-evalComprehensive evaluation patterns for AI agents including multi-turn conversation testing, LLM-as-judge frameworks, benchmark suites, regression detection, and…—ai-model-testingTesting machine learning models including accuracy validation, bias detection, drift monitoring, A/B testing, and model regression testing.—ai-release-guardianAnalyze a git diff, map affected risks, select the tests that matter, detect coverage gaps on changed lines, run configurable quality gates, and produce a…—ai-system-quality-engineerTest LLM, RAG, MCP, and agentic systems end to end. Build golden datasets, run deterministic checks and LLM judges, score retrieval, probe prompt injection,…—ai-test-generationSystematic patterns for prompting AI coding agents to generate high-quality tests including prompt engineering for test creation, coverage-driven generation,…—ai-test-orchestrationAI-powered test orchestration skill covering intelligent test selection, risk-based test prioritization, flaky test management, test impact analysis, parallel…—alerting-testingTesting monitoring and alerting configurations including threshold validation, alert routing, escalation policies, and false-positive rate monitoring.—allure-report-generatorConfigure and generate rich Allure test reports with test categorization, historical trends, environment details, and CI/CD integration for comprehensive test…—allure-reporting-advancedAdvanced Allure test reporting with custom categories, environment info, test history trends, flaky test detection, and CI/CD dashboard integration.—angry-user-simulatorSimulate aggressive user behavior patterns including rapid clicking, random navigation, form abuse, tab spamming, and unexpected interaction sequences to find…—angular-testingAngular application testing with TestBed, component harness, service testing, directive testing, and Angular-specific testing utilities.—api-backward-compatibilityAutomated detection of breaking API changes including response format changes, removed endpoints, type changes, and deprecation enforcement.—api-contract-validatorValidate API responses against OpenAPI/Swagger specifications, JSON Schema definitions, and consumer-driven contracts to prevent breaking changes—api-fuzzingAPI endpoint fuzzing for discovering unexpected behaviors, crashes, and security vulnerabilities through malformed requests, boundary values, and protocol…—api-gateway-testingAPI gateway testing skill covering rate limiting validation, request routing, authentication proxy testing, load balancing verification, circuit breaker…—api-rate-limit-testingTesting API rate limiting implementations including throttling behavior, burst handling, rate limit headers, and distributed rate limiting patterns.—api-schema-evolutionTesting API schema evolution patterns including additive changes, field deprecation, type widening, and backward-compatible migration strategies.—api-security-testingComprehensive API security testing based on OWASP API Security Top 10 including broken authentication, injection attacks, rate limiting, BOLA/BFLA…—api-test-suite-generatorAutomatically generate comprehensive API test suites from OpenAPI specifications covering CRUD operations, error handling, authentication, pagination, and edge…—api-testing-restComprehensive RESTful API testing patterns covering HTTP methods, status codes, request/response validation, authentication, error handling, and contract…—api-versioning-testingTesting API versioning strategies including URL path, header, and query parameter versioning with backward compatibility validation.—appium-mobileMobile application testing skill using Appium for iOS and Android, covering device capabilities, selectors, gestures, and cross-platform testing strategies.—approval-testingApproval testing methodology using ApprovalTests library for verifying complex outputs against human-approved results with diff-based review.—ar-vr-testingTesting augmented and virtual reality applications including spatial tracking, gesture recognition, performance on headsets, and motion sickness testing.—artillery-loadWrite and run Artillery load tests with YAML phases and scenarios, CSV data payloads, the expect plugin for functional checks, and ensure thresholds that fail…—artillery-load-testingModern cloud-scale load testing using Artillery.io for HTTP, WebSocket, Socket.io, and custom protocol testing with YAML-based test definitions.—audit-websiteComprehensive website auditing skill using Lighthouse, PageSpeed Insights, and web performance APIs to audit performance, accessibility, SEO, best practices,…—auth-bypass-testerComprehensive authentication and authorization bypass testing including session hijacking, privilege escalation, JWT manipulation, and access control…—authentication-testingComprehensive authentication testing including login flows, password policies, MFA, session management, account lockout, and SSO integration.—authorization-testingRole-based and attribute-based access control testing including permission matrices, privilege escalation prevention, and resource-level authorization.—axe-accessibilityAccessibility testing skill using axe-core and Playwright for automated WCAG 2.1 compliance auditing, custom rules, and accessibility reporting.—backward-compat-libraryTesting library backward compatibility including public API surface verification, semver compliance, TypeScript type compatibility, and migration path…—bdd-cucumberBehavior-Driven Development skill using Cucumber, covering feature files, step definitions, Gherkin best practices, data tables, scenario outlines, and hooks.—bdd-gherkin-patternsBehavior-Driven Development with Gherkin syntax, step definitions, scenario outlines, data tables, and living documentation generation.—claude-code-qaThe complete QA skill for Claude Code — turn Claude into an expert QA engineer that picks the right test type, writes reliable Playwright, Cypress, and pytest…—cypress-e2eEnd-to-end testing skill using Cypress for web applications, covering custom commands, network intercepts, fixtures, cy.session, and component testing patterns.—e2e-testing-claude-codeMake Claude Code write and maintain end-to-end tests like a senior SDET — Playwright and Cypress flows with stable locators, the Page Object Model, fixtures,…—jest-unitUnit testing skill using Jest for TypeScript and JavaScript, covering mocking, spies, snapshots, coverage, async testing, and custom matchers.—k6-performancePerformance and load testing skill using k6, covering load test scripts, thresholds, scenarios, checks, custom metrics, and results analysis.—playwright-apiAPI testing skill using Playwright's built-in APIRequestContext for RESTful service validation, authentication flows, and API contract verification.—playwright-e2eComprehensive end-to-end testing skill using Playwright for web applications, covering page objects, selectors, assertions, waits, fixtures, and test…—publish-seo-batchUse when publishing SEO blog articles to qaskills.sh, e.g. "publish today's articles", "daily SEO batch", "write 10 articles from keyword research", "add a…—pytest-patternsPython testing skill using pytest, covering fixtures, parametrize, markers, conftest, plugins, mocking, and advanced testing patterns.—qa-agent-claudeTurn Claude Code into an autonomous QA agent — an explore, generate, run, heal, report loop that maps the app, writes tests for real user journeys, executes…—ship-prodUse when deploying qaskills.sh to production, verifying whether a deploy landed, or when a push to main did not show up on the live site, e.g.—