Skip to main content
Run any Skill in Manus
with one click
jovd83
GitHub creator profile

jovd83

Repository-level view of 171 collected skills across 42 GitHub repositories.

skills collected
171
repositories
42
updated
2026-06-29
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

restassured-skill
software-quality-assurance-analysts-and-testers

Use when Codex needs to design, implement, run, document, or report Rest Assured API tests for REST services, contract-driven service tests, JUnit 5 automation, CI pipelines, or test-management integrations.

2026-05-13
restassured-analysis-contracts
software-quality-assurance-analysts-and-testers

Use when Codex needs to derive Rest Assured test scenarios from OpenAPI or Swagger contracts, including endpoints, methods, schemas, auth rules, status codes, and error conditions.

2026-05-13
restassured-analysis-contracts-soap
software-quality-assurance-analysts-and-testers

Use when Codex needs to derive service-test scenarios from WSDL or SOAP contracts and translate them into HTTP and XML checks that can still be implemented with Rest Assured where appropriate.

2026-05-13
restassured-analysis-requirements
software-quality-assurance-analysts-and-testers

Use when Codex needs to extract testable API behavior from epics, user stories, acceptance criteria, tickets, markdown docs, or other prose requirements before generating Rest Assured scenarios.

2026-05-13
restassured-bootstrap
software-quality-assurance-analysts-and-testers

Use when Codex needs to scaffold, retrofit, or normalize a Java Rest Assured test module with JUnit 5, Maven or Gradle, shared specifications, and an initial runnable smoke test.

2026-05-13
restassured-ci
software-quality-assurance-analysts-and-testers

Use when Codex needs to configure or troubleshoot Rest Assured API tests in CI pipelines, including JUnit 5 execution, tags, Docker, containers, artifacts, quality gates, and provider-specific pipeline examples.

2026-05-13
restassured-core
software-quality-assurance-analysts-and-testers

Use when Codex needs to implement, refactor, debug, or extend Rest Assured API tests with JUnit 5, reusable request and response specifications, authentication helpers, DTOs, contract checks, and service-test best practices.

2026-05-13
restassured-coverage-plan-auto-sync
software-quality-assurance-analysts-and-testers

Use when Codex needs to keep Rest Assured API coverage plans, requirements mappings, and test-case documentation synchronized as scenarios are added, removed, or renamed.

2026-05-13
Showing top 8 of 41 collected skills in this repository.
cypress-handover
software-quality-assurance-analysts-and-testers

Use when you need a Cypress task handover that preserves status, session state, blockers, and exact resume steps for a human or later agent.

2026-05-13
cypress-skill
software-quality-assurance-analysts-and-testers

Flagship Cypress skill pack for planning, authoring, debugging, documenting, and operationalizing Cypress. Routes E2E, API, component, visual, accessibility, CI/CD, coverage, docs, CLI automation, and handoff workflows.

2026-05-13
cypress-analysis-requirements
software-quality-assurance-analysts-and-testers

Requirements-analysis skill for Cypress planning and implementation. Use when Codex needs to extract testable behaviors, acceptance criteria, risks, dependencies, or open questions from tickets, specs, markdown docs, or other requirement sources before writing tests or coverage plans.

2026-05-13
cypress-ci
software-quality-assurance-analysts-and-testers

CI and delivery skill for Cypress automation. Use when Codex needs to design, debug, or optimize Cypress execution in GitHub Actions, GitLab CI, CircleCI, Azure DevOps, Jenkins, Docker, sharded pipelines, artifact workflows, or shared setup and teardown.

2026-05-13
cypress-core
software-quality-assurance-analysts-and-testers

Battle-tested Cypress patterns for E2E, API, component, visual, accessibility, and security testing. Covers selectors, assertions, hooks, intercepts, auth flows, debugging, and framework recipes for React, Next.js, Vue, and Angular.

2026-05-13
cypress-coverage-matrix-auto-sync
software-quality-assurance-analysts-and-testers

Coverage-maintenance skill for Cypress planning and documentation. Use when Codex needs to synchronize coverage plans, scenario IDs, traceability links, and summary counts after tests, requirements, or narrative test documents change.

2026-05-13
cypress-coverage-plan-generation
software-quality-assurance-analysts-and-testers

Coverage-planning skill for Cypress work. Use when Codex needs to turn confirmed requirements into a structured, risk-aware Cypress coverage plan with scenarios, execution types, priorities, and traceability.

2026-05-13
cypress-coverage-plan-review
software-quality-assurance-analysts-and-testers

Coverage-plan review skill for Cypress work. Use when Codex needs to present a proposed coverage plan, surface assumptions and tradeoffs, collect user feedback, and secure explicit approval before large implementation or documentation work.

2026-05-13
Showing top 8 of 34 collected skills in this repository.
playwright-skill
software-quality-assurance-analysts-and-testers

Flagship Playwright skill pack for planning, authoring, debugging, documenting, and operationalizing Playwright. Routes E2E, API, component, visual, accessibility, CI/CD, coverage, docs, CLI automation, and handoff workflows.

2026-05-13
playwright-analysis-requirements
software-quality-assurance-analysts-and-testers

Requirements-analysis skill for Playwright planning and implementation. Use when Codex needs to extract testable behaviors, acceptance criteria, risks, dependencies, or open questions from tickets, specs, markdown docs, or other requirement sources before writing tests or coverage plans.

2026-05-13
playwright-ci
software-quality-assurance-analysts-and-testers

CI and delivery skill for Playwright automation. Use when Codex needs to design, debug, or optimize Playwright execution in GitHub Actions, GitLab CI, CircleCI, Azure DevOps, Jenkins, Docker, sharded pipelines, artifact workflows, or shared setup and teardown.

2026-05-13
playwright-core
software-quality-assurance-analysts-and-testers

Core Playwright implementation skill for resilient test authoring and debugging. Use when Codex needs practical Playwright guidance for locators, assertions, fixtures, authentication, network behavior, API testing, component testing, debugging, framework-specific recipes, or broader test architecture decisions.

2026-05-13
playwright-coverage-matrix-auto-sync
software-quality-assurance-analysts-and-testers

Coverage-maintenance skill for Playwright planning and documentation. Use when Codex needs to synchronize coverage plans, scenario IDs, traceability links, and summary counts after tests, requirements, or narrative test documents change.

2026-05-13
playwright-coverage-plan-generation
software-quality-assurance-analysts-and-testers

Coverage-planning skill for Playwright work. Use when Codex needs to turn confirmed requirements into a structured, risk-aware Playwright coverage plan with scenarios, execution types, priorities, and traceability.

2026-05-13
playwright-coverage-plan-review
software-quality-assurance-analysts-and-testers

Coverage-plan review skill for Playwright work. Use when Codex needs to present a proposed coverage plan, surface assumptions and tradeoffs, collect user feedback, and secure explicit approval before large implementation or documentation work.

2026-05-13
handover
secretaries-and-administrative-assistants-except-legal-medical-and-executive

Use when Playwright work must be handed from one operator to another, including at task completion, during mid-task pauses, after a blocker, or before review. Create a structured handover that records what was completed, where execution stopped, what remains, validation status, blockers, and the exact steps to resume safely.

2026-05-13
Showing top 8 of 33 collected skills in this repository.
junit5-skill
software-quality-assurance-analysts-and-testers

Use when Codex needs to create, run, evaluate, debug, correct, modernize, document, or route JUnit 5 tests and related workflows across component, integration, slice, repository, service, regression, smoke, and migration scenarios.

2026-05-13
junit5-analysis
software-quality-assurance-analysts-and-testers

Use when Codex needs to derive JUnit 5 test scenarios from requirements, code, or existing test case definitions such as TDD, BDD, and plain-text specifications.

2026-05-13
junit5-architecture
software-quality-assurance-analysts-and-testers

Use when Codex needs to shape or refactor JUnit 5 suite architecture, test package structure, naming, fixture ownership, reuse patterns, or boundaries between component, integration, and service tests.

2026-05-13
junit5-ci
software-quality-assurance-analysts-and-testers

Use when Codex needs to run JUnit 5 tests through Maven, Gradle, or the Console Launcher, configure CI pipelines, manage tags and reports, or debug environment-specific execution issues.

2026-05-13
junit5-core
software-quality-assurance-analysts-and-testers

Use when Codex needs to create, run, debug, evaluate, refactor, or correct JUnit 5 tests across component, integration, slice, repository, service, smoke, or regression scenarios.

2026-05-13
junit5-documentation-root-cause
software-quality-assurance-analysts-and-testers

Use when Codex needs to analyze a failing JUnit 5 test run, identify the most likely root cause, and produce a developer-focused diagnosis with concrete next fixes.

2026-05-13
junit5-documentation-tests
software-quality-assurance-analysts-and-testers

Use when Codex needs to document JUnit 5 automation code with clear scenario intent, suite purpose, traceability, or maintainable human-readable explanations.

2026-05-13
junit5-extensions
software-quality-assurance-analysts-and-testers

Use when Codex needs to create, review, or debug JUnit 5 extensions, custom annotations, lifecycle callbacks, parameter resolvers, or reusable execution hooks.

2026-05-13
Showing top 8 of 12 collected skills in this repository.
test-design-orchestrator
software-quality-assurance-analysts-and-testers

Turn requirements, user stories, acceptance criteria, business rules, use cases, or state models into structured test artifacts. Selects the best black-box test design technique and routes work to the matching subskill. For format-only work, prefer test-artifact-export-skill.

2026-05-13
acceptance-criteria-to-test-cases
software-quality-assurance-analysts-and-testers

Use this skill when Codex needs to convert user stories or acceptance criteria into traceable behavior-focused scenarios or structured test cases.

2026-05-13
boundary-value-analysis
software-quality-assurance-analysts-and-testers

Use this skill when a requirement contains ordered values such as ranges, lengths, dates, counts, or sequence limits and Codex needs boundary-focused test scenarios.

2026-05-13
classification-tree-nwise
software-quality-assurance-analysts-and-testers

Use this skill when Codex needs to model interacting parameters and generate reduced pairwise or n-wise combinations instead of an impractical full Cartesian set.

2026-05-13
decision-table
software-quality-assurance-analysts-and-testers

Use this skill when requirements describe discrete business rules, multiple conditions, or outcome logic that should be modeled as a rule table.

2026-05-13
equivalence-partitioning
software-quality-assurance-analysts-and-testers

Use this skill when Codex needs to derive representative tests from input classes that should behave the same within each valid or invalid partition.

2026-05-13
state-transition
software-quality-assurance-analysts-and-testers

Use this skill when a system has discrete states, events, guards, or lifecycle phases and Codex needs transition-focused test design.

2026-05-13
technique-selector
software-quality-assurance-analysts-and-testers

Use this skill when Codex needs to choose the best black-box test design technique for a requirement, user story, rule set, workflow, or state model before generating tests.

2026-05-13
Showing top 8 of 10 collected skills in this repository.
Showing 12 of 42 repositories
jovd83 Agent Skills | SkillsMP