Quality Assurance Bundle | Prompeteer.ai

Test-case design, exploratory testing, regression suites, defect-triage flows, and release-criteria skills for QA engineers.

Included Skills (60)

  1. BDD Test Generator — Assists users in writing behavior-driven development tests using Gherkin syntax and Cucumber step definitions for improved collaboration.
  2. Regression Tester — The Regression Tester automatically generates and executes regression tests after code refactoring, ensuring that behavior remains unchanged. It provides developers with a safety net that detects regressions even when test coverage is limited, preserving code quality and enabling reliable software evolution.
  3. Nurture Experiment QA — This skill assists marketing teams in designing, executing, and documenting rigorous nurture flow experiments and regression tests to ensure campaign accuracy and compliance.
  4. Percy Visual Tester — Assists developers in implementing visual testing using Percy by BrowserStack for automated screenshot comparison and regression detection.
  5. Implementing Fuzz Testing In Cicd With Aflplusplus — The skill integrates AFL++ coverage-guided fuzzing into CI/CD pipelines, automating harness construction, instrumentation builds with AFL++, AddressSanitizer, and CmpLog, and enabling persistent-mode fuzzing. It discovers memory‑corruption and input‑handling vulnerabilities in C/C++ code, making it ideal for developers and QA teams who need automated fuzz testing and memory‑safety bug hunting in native applications.
  6. API Load Tester — This tool stress-tests API endpoints under progressive concurrency to identify performance bottlenecks and provide actionable optimization recommendations for developers and engineers.
  7. Test Driven Development — This skill guides developers to write failing tests before implementing code, ensuring robust, verifiable software changes and reliable bug resolution.
  8. TDD Workflow Assistant — Assists developers in test-driven development by generating tests, analyzing coverage, and guiding red-green-refactor workflows across various testing frameworks.
  9. TDD Guide — Comprehensive Test Driven Development guide for engineering subagents with multi-framework support, coverage analysis, and intelligent test generation
  10. Regex Debugging Assistant — This tool helps developers troubleshoot, explain, and optimize regular expressions through visual breakdowns, plain English interpretations, and automated test case validation.
  11. TestRail Sync Tool — This skill synchronizes Playwright tests with TestRail, helping developers manage and track test cases efficiently.
  12. chromatic — Chromatic captures component snapshots in Storybook and automatically compares them to baseline images, allowing developers to detect unintended UI changes early. QA teams and UI designers use the visual diff checks to confirm interface consistency. The workflow extends with Percy for broader screenshot comparison.
  13. Property-Based Tester — Find edge-case bugs automatically by generating thousands of random inputs with fast-check, assisting developers with robust testing.
  14. Browser Automation Tracer — Captures a comprehensive DevTools protocol trace of browser automation, providing searchable, per-page data for debugging and analysis, benefiting developers and QA engineers.
  15. Artillery Load Tester — Assists developers and testers in defining and executing load tests using Artillery with YAML scenario definitions for performance analysis.
  16. Honest AI Evaluation — This skill provides honest, calibrated AI work evaluations using a two-axis scoring system, benefiting engineers and quality assurance.
  17. Maestro UI Tester — Assists users in writing mobile UI tests using Maestro's YAML-based flow definitions for simplified mobile test automation.
  18. Bug Diagnosis Specialist — This skill provides a systematic framework for developers to isolate, reproduce, and resolve complex software bugs and performance regressions through rigorous feedback loops.
  19. Test-Driven Development — This skill guides developers through the red-green-refactor loop to build robust, maintainable features by focusing on behavior-driven testing at public interfaces.
  20. Playwright E2E Testing — This skill helps developers write and maintain reliable end-to-end tests for web applications using the Playwright testing framework.
  21. Performing API Security Testing With Postman — Uses Postman to build structured API security test collections covering
  22. React Testing Automator — This tool assists React and Next.js developers by automating unit, integration, and end-to-end test generation while identifying critical coverage gaps in their codebase.
  23. Playwright Testing Toolkit — This toolkit helps developers generate, review, fix, and migrate Playwright tests, improving end-to-end testing and browser automation workflows.
  24. Test-Driven Development — This skill helps developers implement features and fix bugs using the test-driven development red-green-refactor loop.
  25. Code Quality Auditor — Performs comprehensive multi-dimensional code reviews to ensure correctness, security, and maintainability for developers and AI agents before merging changes.
  26. Systematic Debugging Assistant — Provides a structured triage process to help developers identify, isolate, and resolve root causes of software errors, test failures, and build issues.
  27. Automated Test Generation — Generates unit, integration, and end-to-end tests for existing code, helping developers improve code quality and coverage.
  28. Implementing Supply Chain Security With In Toto — Implement software supply chain integrity verification for container
  29. Test Coverage Optimizer — This tool identifies untested code paths and generates targeted unit tests to help developers systematically increase their project's overall test coverage metrics.
  30. Browser Automation Specialist — Automate browser interactions and scrape dynamic websites using Puppeteer, assisting developers with web scraping, UI testing, and task automation.
  31. Implementing Opa Gatekeeper For Policy Enforcement — Deploys OPA Gatekeeper via Helm as a Kubernetes admission controller and writes
  32. Web Automation Expert — Automate browser tasks, scrape websites, and build web automation workflows using Playwright, assisting users with data extraction and workflow automation.
  33. Appium Automation Assistant — Assists users in automating iOS and Android mobile app testing using the Appium framework and related technologies.
  34. prettier — Prettier automatically reformats JavaScript, TypeScript, HTML, CSS, JSON, Markdown, and YAML files, enforcing a consistent style across the codebase. By eliminating formatting debates, it lets development teams focus on logic and architecture, streamlining code reviews and enhancing collaboration.
  35. Semgrep Code Analysis — Provides expert guidance on using Semgrep to find bugs, security vulnerabilities, and anti-patterns, assisting developers with code analysis.
  36. wiremock — WireMock lets developers create HTTP mock servers with advanced request matching, recording, and proxying, enabling precise API simulation for testing, integration, and development. Teams needing robust and flexible HTTP stubbing and API recording benefit from this skill.
  37. JavaScript Testing Framework — Jest is a JavaScript testing framework that simplifies unit, integration, and snapshot testing for developers across various JavaScript projects.
  38. Pact Contract Testing — Assists developers implementing consumer-driven contract testing with Pact to ensure compatibility between microservices and streamline API integrations.
  39. Technical Debt Scanner — This skill analyzes codebases to identify and prioritize technical debt based on impact, aiding developers and managers.
  40. Synthetic Data Generator — Generate realistic, customizable datasets in multiple formats to help developers create effective test environments and mock data for software development projects.
  41. Ship Gate — Ship Gate performs a comprehensive pre‑production audit of a codebase, detecting security, database, deployment, code quality, AI/LLM, dependency, frontend, and observability issues. It blocks deployment until all critical items pass, guaranteeing that only fully vetted code reaches production. Developers and release managers use Ship Gate as a reliable go‑live checklist that confirms readiness without requiring CI/CD setup or infrastructure provisioning.
  42. Webapp Testing Toolkit — This toolkit helps developers test web applications using Playwright, enabling frontend verification, UI debugging, screenshots, and log viewing.
  43. Playwright Test Reviewer — This skill reviews Playwright tests for anti-patterns and best practices, helping developers improve test quality and reliability.
  44. API Test Generator — This skill generates comprehensive API test suites for developers, covering authentication, validation, error codes, and more.
  45. k6 Testing Assistant — This skill helps developers and testers perform load, stress, and performance testing of APIs and websites using k6.
  46. BrowserStack Test Runner — This skill runs Playwright tests on BrowserStack's cloud grid, enabling cross-browser and cross-device testing for developers.
  47. Full Page Screenshot — Capture complete web page screenshots, handling SPAs and lazy-loaded content, using Chrome DevTools Protocol, assisting users needing full-page captures.
  48. Karpathy Coding Enforcer — Enforces Karpathy's coding principles by identifying violations and promoting simplicity, clarity, and verifiable goals in code for developers.
  49. Test Report Generator — This skill generates comprehensive test reports and automatically delivers them to the user's configured destination, such as Slack or GitHub.
  50. Test Migration Assistant — Helps developers migrate their Cypress or Selenium tests to Playwright, providing interactive file conversion and framework setup.
  51. Playwright Test Fixer — This skill diagnoses and fixes failing or flaky Playwright tests, helping developers ensure reliable end-to-end testing.
  52. Selenium Automation Expert — Automates browser testing across multiple browsers using Selenium WebDriver, assisting developers with reliable cross-browser and end-to-end testing solutions.
  53. API Testing Tool — Test and debug REST, GraphQL, and WebSocket APIs using Hoppscotch, an open-source Postman alternative for developers.
  54. Performing Fuzzing With Aflplusplus — Performs coverage-guided fuzzing of compiled binaries with AFL++, instrumenting
  55. Test Coverage Analyzer — Analyzes code to identify test coverage gaps, helping developers ensure comprehensive testing and reduce potential bugs.
  56. Pull Request Auditor — This tool assists developers by performing comprehensive security, performance, and quality audits on pull request diffs to ensure robust code standards.
  57. LLM Coding Guidelines — Provides behavioral guidelines for LLMs to reduce coding mistakes by promoting simplicity, clarity, and thoughtful implementation, benefiting developers and code reviewers.
  58. AI Browser Automation — This skill helps developers build AI agents that can automate web tasks using vision and DOM understanding.
  59. Agent Result Evaluator — This tool ranks AgentHub session results using automated metrics or LLM-based judging to help developers identify the most effective agent performance.
  60. OWASP ZAP Scanner — This skill helps developers and security engineers find web application vulnerabilities using the OWASP ZAP security scanning tool.