← all publishers

PramodDutta

@pramoddutta source repo

411 published skills · page 3 of 5

  1. PDF Generation Testing · pramoddutta
    Testing PDF generation including layout verification, content accuracy, font embedding, accessibility (PDF/UA), and cross-platform rendering consistency.
    0
    installs
  2. Property Based Testing · pramoddutta
    Property-based testing using hypothesis, fast-check, and QuickCheck to generate random test inputs and verify program invariants automatically.
    0
    installs
  3. RAG Evaluation Metrics · pramoddutta
    Measure RAG pipeline quality with context precision/recall, faithfulness, answer relevancy, and groundedness using Ragas and DeepEval, with golden datasets and pass/fail thresholds.
    0
    installs
  4. RAG Regression Testing · pramoddutta
    Gate RAG pipelines in CI with versioned golden eval sets, per-metric thresholds, baseline drift detection, and a build that fails when retrieval or answer quality regresses.
    0
    installs
  5. Cypress V14 Component Testing · pramoddutta
    Component testing patterns with Cypress v14 including React, Vue, and Angular component mounting, custom mount commands, interaction testing, visual snapshots, and integration with Vite and Webpack bundlers.
    0
    installs
  6. Data Pipeline Testing · pramoddutta
    Testing data pipelines including ETL validation, data quality checks, pipeline orchestration testing, and data lineage verification.
    0
    installs
  7. Docker Testcontainers · pramoddutta
    Integration testing with real dependencies in throwaway Docker containers using the Testcontainers Node.js API - GenericContainer, exposed ports, wait strategies, module containers, Docker Compose environments, and reliable cleanup.
    0
    installs
  8. Elasticsearch Testing Patterns · pramoddutta
    Elasticsearch testing including index management, query validation, mapping verification, bulk operation testing, and search relevance scoring.
    0
    installs
  9. Error Boundary Tester · pramoddutta
    Validate error boundary implementations in React and other frameworks ensuring graceful degradation, proper fallback UI rendering, and error recovery flows
    0
    installs
  10. Flaky Test Quarantine · pramoddutta
    Detect, quarantine, and systematically fix flaky tests with automated retry analysis, root cause categorization, and CI pipeline integration for test reliability
    0
    installs
  11. Jest Mocking Patterns · pramoddutta
    Teaches the agent the right way to mock in Jest — jest.fn, mockImplementation, mockResolvedValue, jest.mock factories, spyOn with restore, and isolating modules like axios.
    0
    installs
  12. Load Balancer Testing · pramoddutta
    Testing load balancer configurations including health check validation, routing algorithms, session affinity, failover behavior, and SSL termination.
    0
    installs
  13. Opentelemetry Testing · pramoddutta
    Testing distributed tracing and observability instrumentation with OpenTelemetry including span verification, metric collection, and log correlation.
    0
    installs
  14. Pytest Best Practices · pramoddutta
    Opinionated pytest patterns for AI agents - conftest fixture scoping, parametrize, markers, pyproject config, coverage, xdist parallelism, mocking, and AAA-structured test naming.
    0
    installs
  15. Message Queue Testing · pramoddutta
    Testing message queue implementations including RabbitMQ, SQS, and Kafka with delivery guarantees, ordering, dead letter queues, and consumer testing.
    0
    installs
  16. Race Condition Finder · pramoddutta
    Detect and diagnose race conditions in web applications through concurrent interaction testing, state mutation analysis, and timing-sensitive scenario reproduction.
    0
    installs
  17. Search Quality Tester · pramoddutta
    Evaluate search functionality quality including relevance ranking, typo tolerance, faceted filtering, autocomplete accuracy, and zero-results handling
    0
    installs
  18. SQL Injection Testing · pramoddutta
    Comprehensive SQL injection testing patterns including blind SQLi, time-based, union-based, and parameterized query validation techniques.
    0
    installs
  19. Streaming API Testing · pramoddutta
    Streaming API testing skill covering Server-Sent Events testing, chunked transfer encoding, gRPC streaming, real-time data validation, backpressure testing, connection resilience, and AI/LLM streaming response testing.
    0
    installs
  20. Test Doubles Patterns · pramoddutta
    Comprehensive guide to test doubles including mocks, stubs, spies, fakes, and dummies with when-to-use guidelines and anti-pattern avoidance.
    0
    installs
  21. Test Fixture Patterns · pramoddutta
    Test fixture design patterns including builders, factories, object mothers, and fixture management for maintainable test data setup.
    0
    installs
  22. Test Parameterization Patterns · pramoddutta
    Data-driven testing with parameterized tests, test matrices, combinatorial testing, and pairwise parameter generation techniques.
    0
    installs
  23. Ragas RAG Evaluation · pramoddutta
    Evaluate RAG pipelines with Ragas, measuring faithfulness, answer relevancy, context precision and recall, building golden datasets, and wiring threshold gates into CI for retrieval regressions.
    0
    installs
  24. Resume Ats Optimizer · pramoddutta
    Optimize resumes for Applicant Tracking Systems, check ATS compatibility, and analyze keyword match
    0
    installs
  25. Resume Bullet Writer · pramoddutta
    Transform weak resume bullets into achievement-focused statements with metrics and impact
    0
    installs
  26. Serenity Bdd Testing · pramoddutta
    Java BDD testing with Serenity BDD framework using the Screenplay pattern, Cucumber integration, step libraries, comprehensive reporting, and living documentation generation.
    0
    installs
  27. Synthetic Monitoring Testing · pramoddutta
    Synthetic monitoring test creation for uptime checking, user journey simulation, API health verification, and multi-region availability testing.
    0
    installs
  28. Test Data Generation · pramoddutta
    Test data generation and management skill covering Faker.js, factory patterns, builders, database seeding, and test data strategies for reliable test suites.
    0
    installs
  29. Test Debt Calculator · pramoddutta
    Quantify and prioritize test technical debt by analyzing coverage gaps, flaky test ratios, outdated assertions, and missing test categories across codebases.
    0
    installs
  30. Test Impact Analysis · pramoddutta
    Analyzing code changes to determine which tests are impacted, enabling selective test execution and faster CI feedback loops.
    0
    installs
  31. Test Plan Generation · pramoddutta
    Test plan generation skill covering requirements analysis, test strategy, coverage matrices, risk-based testing, and test estimation techniques.
    0
    installs
  32. Test Strategy Design · pramoddutta
    Comprehensive test strategy design methodology covering risk-based testing, test pyramid optimization, coverage planning, environment strategy, data management, and test automation ROI analysis for enterprise and startup contexts.
    0
    installs
  33. Unit Test Generation · pramoddutta
    Generate high-signal unit tests for existing code, behavior-first case selection, boundary and error paths, mocking discipline, mutation-tested quality, and framework-idiomatic output for Vitest, Jest, and pytest.
    0
    installs
  34. Xss Testing Patterns · pramoddutta
    Cross-site scripting vulnerability testing covering reflected, stored, and DOM-based XSS with sanitization validation and CSP bypass detection.
    0
    installs
  35. A B Test Validation · pramoddutta
    Validating A/B test implementations including traffic splitting accuracy, statistical significance calculation, metric tracking, and experiment cleanup.
    0
    installs
  36. Accessibility Auditor · pramoddutta
    Comprehensive WCAG 2.1 AA compliance testing combining automated axe-core scans with manual keyboard navigation, screen reader compatibility, and focus management verification
    0
    installs
  37. AI Test Orchestration · pramoddutta
    AI-powered test orchestration skill covering intelligent test selection, risk-based test prioritization, flaky test management, test impact analysis, parallel execution optimization, and predictive test failure detection using machine learning.
    0
    installs
  38. Changelog Test Mapper · pramoddutta
    Map changelog entries and release notes to affected test cases, ensuring every user-facing change has corresponding test coverage verification.
    0
    installs
  39. CI Pipeline Optimizer · pramoddutta
    Optimize CI test pipelines through intelligent test splitting, parallelization, caching strategies, and selective test execution based on code changes.
    0
    installs
  40. Cors Security Testing · pramoddutta
    Testing Cross-Origin Resource Sharing configurations for misconfigurations, overly permissive policies, and credential handling vulnerabilities.
    0
    installs
  41. API Schema Evolution Testing · pramoddutta
    Testing API schema evolution patterns including additive changes, field deprecation, type widening, and backward-compatible migration strategies.
    0
    installs
  42. API Security Testing · pramoddutta
    Comprehensive API security testing based on OWASP API Security Top 10 including broken authentication, injection attacks, rate limiting, BOLA/BFLA vulnerabilities, and automated security scanning with ZAP and custom scripts.
    0
    installs
  43. Browserstack Cloud Testing · pramoddutta
    Cloud-based cross-browser and cross-device testing with BrowserStack including Automate, App Automate, Percy visual testing, Observability, and integration with Playwright, Selenium, and CI/CD pipelines.
    0
    installs
  44. Console Error Hunter · pramoddutta
    Systematically detect, capture, and categorize browser console errors, warnings, and unhandled exceptions during automated test execution
    0
    installs
  45. Csp Security Testing · pramoddutta
    Content Security Policy testing and validation to prevent XSS attacks, data injection, and clickjacking through proper CSP header configuration.
    0
    installs
  46. Dark Mode Bug Finder · pramoddutta
    Detect dark mode rendering issues including contrast failures, missing theme tokens, image inversions, and transition glitches across components.
    0
    installs
  47. E2e Testing Patterns · pramoddutta
    Comprehensive end-to-end testing methodologies and best practices covering architecture, test design, data management, flakiness prevention, and cross-browser strategies.
    0
    installs
  48. Empty State Reviewer · pramoddutta
    Audit empty states across web applications ensuring proper messaging, helpful CTAs, illustration rendering, and graceful handling when data is unavailable
    0
    installs
  49. Feature Flag Testing · pramoddutta
    Testing feature flag implementations including flag evaluation, gradual rollout verification, fallback behavior, and flag cleanup detection.
    0
    installs
  50. Frontend Performance Testing · pramoddutta
    Frontend performance testing covering bundle size analysis, render performance, animation frame rate, React re-render detection, and lazy loading verification.
    0
    installs
  51. Laravel Dusk Testing · pramoddutta
    Expert-level Laravel Dusk browser testing skill for PHP/Laravel applications. Covers Chrome-based E2E testing, browser assertions, Page Objects, component testing, authentication helpers, and database integration.
    0
    installs
  52. Log Testing Patterns · pramoddutta
    Testing logging implementations including log level verification, structured logging validation, log rotation testing, and log aggregation pipeline testing.
    0
    installs
  53. Nightwatchjs Testing · pramoddutta
    Comprehensive NightwatchJS end-to-end testing skill with integrated Selenium WebDriver, built-in assertions, page objects, and parallel test execution for reliable browser automation in JavaScript and TypeScript.
    0
    installs
  54. Oss Fuzz Integration Testing · pramoddutta
    Integration with Google OSS-Fuzz for continuous fuzzing of open-source projects with automated bug filing and regression tracking.
    0
    installs
  55. Playwright Test Step Reporting · pramoddutta
    Teaches the agent to structure tests with test.step, attach evidence and annotations via test.info, use soft assertions, and produce readable, debuggable Playwright HTML reports.
    0
    installs
  56. Playwright Visual AI Testing · pramoddutta
    AI-enhanced visual testing with Playwright combining screenshot comparison, visual AI engines, and intelligent diff analysis for catching visual regressions at scale.
    0
    installs
  57. Puppeteer Browser Automation · pramoddutta
    Automate Chrome with Puppeteer for scraping, screenshots, PDF generation, and E2E checks — correct launch options, reliable waiting with locators and waitForSelector, request interception, and headless CI execution.
    0
    installs
  58. UX Friction Logger · pramoddutta
    Identify and log user experience friction points including excessive clicks, confusing navigation, slow interactions, and workflow bottlenecks through automated heuristic analysis
    0
    installs
  59. Core Web Vitals Testing · pramoddutta
    Testing and monitoring Core Web Vitals (LCP, FID, CLS, INP, TTFB) to ensure web performance meets Google search ranking thresholds.
    0
    installs
  60. Academic Cv Builder · pramoddutta
    Format CVs for academic positions with publications, grants, and teaching
    0
    installs
  61. AI Release Guardian · pramoddutta bundle
    Analyze a git diff, map affected risks, select the tests that matter, detect coverage gaps on changed lines, run configurable quality gates, and produce a go/no-go release report with cited evidence. Recommends only; never merges or deploys.
    0
    installs
  62. API Gateway Testing · pramoddutta
    API gateway testing skill covering rate limiting validation, request routing, authentication proxy testing, load balancing verification, circuit breaker testing, and gateway configuration validation for Kong, Envoy, and AWS API Gateway.
    0
    installs
  63. Codeception Testing · pramoddutta
    Expert-level Codeception testing skill for PHP applications. Covers acceptance, functional, and unit testing with the Actor pattern, BDD-style syntax, Page Objects, API testing, and database helpers.
    0
    installs
  64. Desktop Application Testing · pramoddutta
    Testing desktop applications built with Electron, Tauri, or native frameworks including window management, IPC, tray icons, and auto-update testing.
    0
    installs
  65. Drizzle Orm Testing · pramoddutta
    Testing patterns for Drizzle ORM covering migration testing, query builder testing, transaction testing, and database integration testing with PostgreSQL, SQLite, and MySQL.
    0
    installs
  66. End To End Database Testing · pramoddutta
    End-to-end database testing with test containers, data seeding, cleanup strategies, transaction isolation, and production data anonymization.
    0
    installs
  67. Gatling Performance Testing · pramoddutta
    High-performance load testing using Gatling with Scala/Java DSL for simulating thousands of concurrent users and analyzing response time distributions.
    0
    installs
  68. Lettuce Bdd Testing · pramoddutta
    Expert-level Lettuce BDD testing skill for Python applications. Covers Gherkin feature files, step definitions, terrain hooks, Selenium integration, data-driven scenarios, and migration guidance to Behave for modern projects.
    0
    installs
  69. Offline Mode Tester · pramoddutta
    Validate progressive web app offline functionality including service worker caching, offline data persistence, sync-on-reconnect behavior, and graceful degradation
    0
    installs
  70. Sdet Interview Preparation · pramoddutta
    Comprehensive SDET interview preparation covering coding challenges, system design for testing, automation framework design, CI/CD pipeline questions, testing strategy discussions, and behavioral interview patterns for QA engineering roles.
    0
    installs
  71. Spring Boot Testing · pramoddutta
    Spring Boot application testing with @SpringBootTest, MockMvc, @DataJpaTest, Testcontainers, and Spring Security testing patterns.
    0
    installs
  72. Timezone Bug Hunter · pramoddutta
    Find timezone-related bugs in date handling, scheduling, and display logic by testing across multiple timezones and edge cases like DST transitions.
    0
    installs
  73. Webdriverio Testing · pramoddutta
    Comprehensive WebDriverIO (WDIO) test automation skill for generating reliable end-to-end browser tests in JavaScript and TypeScript with Page Object Model, custom commands, and advanced synchronization strategies.
    0
    installs
  74. Publish SEO Batch · pramoddutta
    Use 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 blog post", or any request that creates files under packages/web/src/app/blog/posts.
    0
    installs
  75. Angry User Simulator · pramoddutta
    Simulate aggressive user behavior patterns including rapid clicking, random navigation, form abuse, tab spamming, and unexpected interaction sequences to find UI resilience issues
    0
    installs
  76. Testcafe Testing · pramoddutta
    Comprehensive TestCafe end-to-end testing skill for writing reliable browser automation tests in JavaScript and TypeScript without WebDriver dependencies, featuring smart assertions, automatic waiting, and parallel execution.
    0
    installs
  77. Vitest Migration Config · pramoddutta
    Teaches the agent to migrate a Jest suite to Vitest — vi.mock and the globals shim, vitest.config workspaces/projects, coverage, browser mode, and Vitest v4 breaking changes.
    0
    installs
  78. Wiremock API Simulation · pramoddutta
    API simulation and service virtualization with WireMock for HTTP stubbing, request matching, stateful behavior, and fault injection testing.
    0
    installs
  79. Behat Bdd Testing · pramoddutta
    PHP BDD testing with Behat framework using Gherkin feature files, Mink browser extension, context classes, and Symfony integration for behavior-driven acceptance testing.
    0
    installs
  80. Cdn Cache Testing · pramoddutta
    Testing CDN configurations, cache hit ratios, cache invalidation, TTL policies, and edge caching behavior for optimal content delivery.
    0
    installs
  81. Cold Email Writer · pramoddutta
    Write personalized cold outreach emails to hiring managers and founders - specific, human, not a pitch deck
    2
    installs
  82. Dark Mode Testing Patterns · pramoddutta
    Systematic dark mode testing covering color contrast, theme switching, persistence, media query respect, component-level theming, and image adaptation.
    0
    installs
  83. Flaky Test Doctor · pramoddutta bundle
    Diagnose flaky test failures from Playwright reports, traces, and rerun history. Classify each failure as product, test, environment, data, or unknown with cited evidence and a proposed fix. Never auto-modifies code without opt-in.
    0
    installs
  84. Jira QA Workflows · pramoddutta
    Run QA work in Jira like a professional, bug lifecycle and triage, JQL queries for testers, quality dashboards, sprint QA rituals, and REST API automation for bulk bug operations and reporting.
    0
    installs
  85. Libfuzzer Coverage Guided Fuzzing · pramoddutta
    Coverage-guided fuzz testing using libFuzzer for C/C++ applications to find memory corruption, buffer overflows, and crash-inducing inputs.
    0
    installs
  86. Nock HTTP Request Mocking · pramoddutta
    HTTP request mocking with Nock for Node.js testing including request intercepting, response recording, and external API simulation.
    0
    installs
  87. Page Speed Critic · pramoddutta
    Analyze page load performance using Core Web Vitals, Lighthouse scores, resource waterfall analysis, and performance budgets with automated regression detection.
    0
    installs
  88. Playwright Agents · pramoddutta
    Testing patterns for Playwright AI-powered agents including the Planner, Generator, and Healer architecture for self-healing test automation, intelligent test generation, and adaptive test execution strategies.
    0
    installs
  89. Puppeteer Testing · pramoddutta
    Comprehensive Puppeteer browser automation and testing skill for headless Chrome scripting, web scraping, PDF generation, network interception, and end-to-end test workflows in JavaScript and TypeScript.
    0
    installs
  90. Resume Quantifier · pramoddutta
    Find opportunities to add metrics and estimate numbers when exact data unavailable
    0
    installs
  91. Terraform Infrastructure Testing · pramoddutta
    Infrastructure-as-Code testing with Terratest, terraform validate, plan verification, and drift detection for Terraform configurations.
    0
    installs
  92. Test Data Factory · pramoddutta
    Build reusable test data factories with realistic fake data generation, relationship handling, and deterministic seeding for reproducible tests.
    0
    installs
  93. Testrigor Plain English Testing · pramoddutta
    End-to-end test automation using testRigor's plain English syntax for writing maintainable tests without coding, covering cross-browser testing, mobile testing, API validation, and integrations with CI/CD pipelines.
    0
    installs
  94. Vue Testing Utils · pramoddutta
    Test Vue 3 components with Vue Test Utils and Vitest — mount vs shallowMount, finding and triggering DOM, asserting props and emitted events, awaiting async updates, and mocking Pinia stores and Vue Router.
    0
    installs
  95. Add Seed Skills · pramoddutta
    Use when adding or editing QA skills in seed-skills/ or getting them onto the live qaskills.sh catalog, e.g. "add N new skills", "create a seed skill for X", "seed the database", "the skill page is empty", "skill 404s on the site".
    0
    installs
  96. AI Test Generation Patterns · pramoddutta
    Systematic patterns for prompting AI coding agents to generate high-quality tests including prompt engineering for test creation, coverage-driven generation, mutation-aware testing, and review checklists for AI-generated test code.
    0
    installs
  97. Auth Bypass Tester · pramoddutta
    Comprehensive authentication and authorization bypass testing including session hijacking, privilege escalation, JWT manipulation, and access control verification
    0
    installs
  98. Behave Bdd Testing · pramoddutta
    Python BDD testing with Behave framework using Gherkin feature files, step definitions, environment hooks, and Selenium integration for behavior-driven acceptance testing.
    0
    installs
  99. Bug Report Writing · pramoddutta
    Bug report writing skill covering clear reproduction steps, severity classification, effective communication, triage processes, and defect lifecycle management.
    0
    installs
  100. Cargo Fuzz Testing · pramoddutta
    Fuzz testing for Rust applications using cargo-fuzz and libFuzzer to discover memory safety issues, panics, and undefined behavior.
    0
    installs