Skip to main content
PramodDutta
Perfil de criador do GitHub

PramodDutta

Visão por repositório de 549 skills coletadas em 11 repositórios do GitHub.

skills coletadas
549
repositórios
11
atualizado
25 de ago. de 2026
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

#01
qaskills
453 skills · 21 de ago. de 2026
Analistas de garantia de qualidade de software e testadoresAnalistas de segurança da informaçãoDesenvolvedores de softwareAnalistas de pesquisa de mercado e especialistas em marketingDesigners de interfaces web e digitaisAdministradores de redes e sistemas de computador
8 categorias ocupacionais · 94% classificado
83%participação
#02
AITesterBlueprint4x
55 skills · 25 de ago. de 2026
classificação pendente
10%participação
#03
skillmasterclass
23 skills · 14 de jul. de 2026
Analistas de garantia de qualidade de software e testadoresDesenvolvedores de software
2 categorias ocupacionais · 100% classificado
4,2%participação
#04
agentskills
8 skills · 24 de jul. de 2026
Analistas de garantia de qualidade de software e testadores
1 categorias ocupacionais · 100% classificado
1,5%participação
#05
AITesterBlueprint3x
3 skills · 26 de jun. de 2026
Escritores e autoresEspecialistas em recursos humanosRedatores técnicos
3 categorias ocupacionais · 100% classificado
0,5%participação
#06
AITesterBlueprint2x
2 skills · 27 de jun. de 2026
Analistas de garantia de qualidade de software e testadoresDesenvolvedores de software
2 categorias ocupacionais · 100% classificado
0,4%participação
#07
Advance-Playwright-Framework
1 skills · 5 de mar. de 2026
Analistas de garantia de qualidade de software e testadores
1 categorias ocupacionais · 100% classificado
0,2%participação
#08
AdvancePlaywrightFramework1x
1 skills · 4 de jun. de 2026
Analistas de garantia de qualidade de software e testadores
1 categorias ocupacionais · 100% classificado
0,2%participação
Os 8 principais repositórios são exibidos aqui; a lista completa continua abaixo.
explorador de repositórios

Repositórios e skills representativas

Mostrando 8 de 453 skills coletadas.
content-repurpose-pack
sem classificação

Produce a ready-to-publish content pack in Pramod Dutta's Testing Academy voice (Medium article, LinkedIn post, Style C tweet-screenshot image prompts with graded controversial hooks, Style A cyber infographic prompt). Use this skill whenever the user…

25 de ago. de 2026
resume-tailor
sem classificação

Tailor an existing resume to a specific job description and deliver it as an editable Google Doc (or .docx). Use this skill whenever the user supplies a resume together with a job description, job posting, JD spreadsheet, or a bulleted list of role…

22 de ago. de 2026
api-authorization-boundary-tester
sem classificação

Design safe API authorization-boundary tests across roles, scopes, tenants, and object ownership. Use when asked to test BOLA or IDOR risks, tenant isolation, cross-user access, privilege boundaries, or whether a principal may act on a resource. Produce a…

11 de ago. de 2026
api-collection-builder
sem classificação

Convert approved API test cases into a Postman/Newman or Bruno collection. Use when asked to build an API collection, make cases runnable in Newman or Bruno, parameterize environments, or package requests, assertions, chaining, and cleanup. Produce a…

11 de ago. de 2026
api-contract-validator
sem classificação

Compare observed HTTP API requests and responses with an OpenAPI or equivalent endpoint contract. Use when asked to validate a response against an HTTP specification, find API contract drift, check status codes or headers, or review captured request and…

11 de ago. de 2026
api-performance-test-planner
sem classificação

Create a review-ready API performance plan and optional k6 or JMeter draft. Use when asked to plan load, stress, spike, soak, throughput, concurrency, or latency testing for APIs. Produce an evidence-based workload, thresholds, monitoring needs, and abort…

11 de ago. de 2026
api-resilience-tester
sem classificação

Plan controlled API resilience tests for timeouts, retries, throttling, duplicate delivery, dependency failures, idempotency, and recovery. Use when asked to test 429 handling, retry behavior, duplicate submissions, partial failure, or fault recovery. Produce…

11 de ago. de 2026
api-workflow-tester
sem classificação

Design stateful tests spanning multiple API calls, lifecycle transitions, asynchronous jobs, events, or callbacks. Use when asked to test an end-to-end API workflow, chain endpoints, verify a resource lifecycle, or validate eventual outcomes. Produce a…

11 de ago. de 2026
Mostrando 8 de 55 skills coletadas.
test-plan-generator
Analistas de garantia de qualidade de software e testadores

Turn a JIRA ticket into a review-ready test plan. Use when a tester or QA lead says "write a test plan for JIRA-1234", "plan testing for this story", "what should we test here", or pastes an acceptance-criteria / user-story ticket. Fetches the ticket,…

14 de jul. de 2026
test-plan-generator
Analistas de garantia de qualidade de software e testadores

Turn a JIRA ticket into a review-ready test plan. Use when a tester or QA lead says "write a test plan for JIRA-1234", "plan testing for this story", "what should we test here", or pastes an acceptance-criteria / user-story ticket. Fetches the ticket,…

14 de jul. de 2026
pw-accessibility-auditor
Analistas de garantia de qualidade de software e testadores

Integrates automated accessibility checks into Playwright tests using axe-core. Use when an SDET says "add a11y checks", "run axe on this page", "audit accessibility", "check WCAG compliance", or "triage these accessibility violations". Produces…

14 de jul. de 2026
pw-api-tester
Analistas de garantia de qualidade de software e testadores

Designs and generates API tests using Playwright's request context. Use when an SDET says "write API tests for this endpoint", "test the /orders API", "add schema validation for this response", "cover the negative cases", or pastes an OpenAPI/endpoint spec.…

14 de jul. de 2026
pw-ci-configurator
Analistas de garantia de qualidade de software e testadores

Generates CI configuration (GitHub Actions) for a Playwright suite. Use when an SDET says "set up Playwright in CI", "add a GitHub Actions workflow", "shard my tests across jobs", "upload traces and the HTML report", or "run browsers in a matrix". Produces a…

14 de jul. de 2026
pw-fixture-designer
Analistas de garantia de qualidade de software e testadores

Designs custom Playwright test fixtures (auth/session, seeded data, page objects) with correct setup/teardown and scope. Use when an SDET says "create an auth fixture", "I need a logged-in page fixture", "set up test data fixtures", "share a page object via…

14 de jul. de 2026
pw-flaky-debugger
Analistas de garantia de qualidade de software e testadores

Diagnoses a flaky Playwright test and proposes web-first fixes. Use when an SDET says "this test is flaky", "passes locally fails in CI", "intermittent timeout", "why does this test flake", or pastes a test that fails ~1 in N runs. Root-causes…

14 de jul. de 2026
pw-locator-fixer
Analistas de garantia de qualidade de software e testadores

Scans a Playwright spec or Page Object for brittle locators and rewrites them to resilient ones. Use when an SDET says "fix these locators", "my selectors are flaky", "replace XPath with getByRole", "make these locators resilient", or pastes code full of…

14 de jul. de 2026
Mostrando 8 de 23 skills coletadas.
jira-requirement-analyzer
Analistas de garantia de qualidade de software e testadores

Read a JIRA ticket and judge whether it is actually ready to test. Use when a tester says "analyze this ticket", "is this story ready to test", "find gaps in JIRA-123", or pastes a user story / acceptance criteria and wants it pressure-tested. Fetches the…

24 de jul. de 2026
test-plan-generator
Analistas de garantia de qualidade de software e testadores

Turn a JIRA ticket into a review-ready test plan. Use when a tester or QA lead

24 de jul. de 2026
api-test-designer
Analistas de garantia de qualidade de software e testadores

Design API-level test coverage from an endpoint or contract. Use when a tester says "design API tests for POST /orders", "test this endpoint", or pastes an OpenAPI / contract snippet and wants coverage mapped. Produces a coverage matrix across happy path,…

24 de jul. de 2026
automation-script-generator
Analistas de garantia de qualidade de software e testadores

Turn an approved test case into a runnable automation script skeleton. Use when an engineer says "automate TC-5", "write a Playwright test for this", or "generate a Selenium script from this case". Produces a Playwright (TypeScript) or Selenium draft using…

24 de jul. de 2026
test-execution-tracker
Analistas de garantia de qualidade de software e testadores

Log and summarize the execution of a test cycle. Use when a tester says "log this run", "track execution for the sprint", or reports results case by case and wants them recorded. Captures pass / fail / blocked / not-run per case with evidence links and…

24 de jul. de 2026
bug-reporter
Analistas de garantia de qualidade de software e testadores

Turn a failure into a clean, reproducible bug report. Use when a tester says "file a bug for this", "write up this defect", or describes something broken and wants it documented properly. Produces a structured report — title, environment, steps to reproduce,…

24 de jul. de 2026
test-coverage-analyzer
Analistas de garantia de qualidade de software e testadores

Find the gaps between what was required and what was actually tested. Use when a lead says "where are our coverage gaps", "what isn't tested", or wants requirements and code areas checked against the executed and available tests. Builds a traceability view —…

24 de jul. de 2026
pw-locator-fixer
Analistas de garantia de qualidade de software e testadores

Scans a Playwright spec or Page Object for brittle locators and rewrites them to resilient ones. Use when an SDET says "fix these locators", "my selectors are flaky", "replace XPath with getByRole", "make these locators resilient", or pastes code full of…

24 de jul. de 2026
Mostrando 11 de 11 repositórios
Todos os repositórios foram exibidos