Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

restassured-skill

restassured-skill には jovd83 から収集した 41 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
41
Stars
2
更新
2026-05-13
Forks
0
職業カバレッジ
3 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

restassured-skill
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア品質保証アナリスト・テスター

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
restassured-coverage-plan-generation
ソフトウェア品質保証アナリスト・テスター

Use when Codex needs to generate a Rest Assured API test coverage plan from approved requirements, OpenAPI or Swagger contracts, WSDL analysis, and explicit scope constraints.

2026-05-13
restassured-coverage-plan-review
ソフトウェア品質保証アナリスト・テスター

Use when Codex needs to present a generated Rest Assured API coverage plan to the user, request explicit approval, and block implementation until the scope is confirmed.

2026-05-13
restassured-documentation-assertion-strength-report
ソフトウェア品質保証アナリスト・テスター

Use when Codex needs to assess whether Rest Assured tests are weak, moderate, or strong based on the assertions they make, the amount of API behavior they verify, and whether they go beyond status-code checks.

2026-05-13
restassured-documentation-contract-mismatches
ソフトウェア開発者

Use when Codex needs to document differences between an API contract and the observed live Rest Assured runtime behavior so humans and later agents can implement tests safely and track drift explicitly.

2026-05-13
restassured-documentation-coverage-gap-report
ソフトウェア品質保証アナリスト・テスター

Use when Codex needs to highlight uncovered, partial, drift-only, or weakly covered API areas so humans can prioritize the next Rest Assured work instead of reading the full traceability report.

2026-05-13
restassured-documentation-sync
ソフトウェア開発者

Use when Codex needs to keep Rest Assured narrative documentation synchronized with endpoint traceability, coverage rows, and executable tests across BDD, TDD, plain-text, mixed, or partially documented API suites.

2026-05-13
restassured-documentation-handover
ソフトウェア品質保証アナリスト・テスター

Use when Codex needs to produce a concise handover for completed Rest Assured API testing work, including what changed, what remains open, and how to continue safely.

2026-05-13
restassured-documentation-openapi-change-impact-report
ソフトウェア品質保証アナリスト・テスター

Use when Codex needs to compare two OpenAPI or Swagger contracts, identify added, removed, or changed operations and schemas, and map the impact back to existing Rest Assured coverage.

2026-05-13
restassured-documentation-report-bundle
ソフトウェア品質保証アナリスト・テスター

Use when Codex needs to generate or refresh a bundled Rest Assured reporting set, including traceability, contract mismatches, coverage gaps, OpenAPI change impact, assertion strength, and the human-friendly HTML portal, with support for BDD, TDD, plain-text, mixed, or absent narrative documentation.

2026-05-13
restassured-documentation-root-cause
ソフトウェア品質保証アナリスト・テスター

Use when Codex needs to analyze failing Rest Assured API tests, identify the most likely root cause, and produce a developer-focused failure diagnosis.

2026-05-13
restassured-documentation-session-state
ソフトウェア品質保証アナリスト・テスター

Use when Codex needs to persist a durable resume checkpoint for Rest Assured API testing work so a human or later agent can see what is done, what is blocked, and exactly how to continue.

2026-05-13
restassured-documentation-bdd
ソフトウェア品質保証アナリスト・テスター

Legacy Rest Assured-specific alias for BDD case formatting. Prefer the standalone `test-artifact-export-skill` skill for Gherkin, BDD, and export-ready case rendering, and use this only when Rest Assured-local conventions must be preserved explicitly.

2026-05-13
restassured-documentation-plaintext
ソフトウェア品質保証アナリスト・テスター

Legacy Rest Assured-specific alias for plain-text case formatting. Prefer the standalone `test-artifact-export-skill` skill for lightweight narrative case output, and use this only when Rest Assured-local conventions must be preserved explicitly.

2026-05-13
restassured-documentation-tdd
ソフトウェア品質保証アナリスト・テスター

Legacy Rest Assured-specific alias for TDD-style case documentation. Prefer the standalone `test-artifact-export-skill` skill for formatting approved test cases or building export-ready artifacts, and use this only when Rest Assured-local conventions must be preserved explicitly.

2026-05-13
restassured-documentation-tests
ソフトウェア品質保証アナリスト・テスター

Use when Codex needs to add human-readable documentation to Rest Assured automation code, including class purpose, role boundaries, shared specs, and scenario intent.

2026-05-13
restassured-documentation-traceability-report
ソフトウェア品質保証アナリスト・テスター

Use when Codex needs to produce a traceability report that maps API endpoints, methods, operations, coverage rows, Rest Assured tests, and narrative documentation references so humans and later agents can see exactly what is covered across BDD, TDD, plain-text, mixed, or absent documentation.

2026-05-13
restassured-installer-intellij-junie
ソフトウェア開発者

Use when Codex needs to set up IntelliJ IDEA for Rest Assured API testing with Java, Maven or Gradle, JUnit 5, and Junie-style workflow support.

2026-05-13
restassured-installer-vscode-codex
ソフトウェア品質保証アナリスト・テスター

Use when Codex needs to set up VS Code for Rest Assured API testing with Java, Maven or Gradle, JUnit 5, and Codex-driven workflow support.

2026-05-13
restassured-mapper-testlink
ソフトウェア品質保証アナリスト・テスター

Use when Codex needs to map TestLink case IDs or execution references back to local Rest Assured API documentation or automation files.

2026-05-13
restassured-mapper-testrail
ソフトウェア品質保証アナリスト・テスター

Use when Codex needs to map TestRail case IDs or execution references back to local Rest Assured API documentation or automation files.

2026-05-13
restassured-mapper-xray
ソフトウェア品質保証アナリスト・テスター

Use when Codex needs to map Xray issue keys or execution references back to local Rest Assured API documentation or automation files.

2026-05-13
restassured-mapper-zephyr
ソフトウェア品質保証アナリスト・テスター

Use when Codex needs to map Zephyr case IDs or execution references back to local Rest Assured API documentation or automation files.

2026-05-13
restassured-orchestrator
ソフトウェア品質保証アナリスト・テスター

Use when Codex receives a generic Rest Assured or service-testing request and must route the work into planning, implementation, documentation, execution, CI, virtualization, or test-management flows.

2026-05-13
restassured-reporter-testlink
ソフトウェア品質保証アナリスト・テスター

Use when Codex needs to report Rest Assured API test execution results back to TestLink through its API using local case mappings and execution evidence.

2026-05-13
restassured-reporter-testrail
ソフトウェア品質保証アナリスト・テスター

Use when Codex needs to report Rest Assured API test execution results back to TestRail through its API using local case mappings and execution evidence.

2026-05-13
restassured-reporter-xray
ソフトウェア品質保証アナリスト・テスター

Use when Codex needs to report Rest Assured API test execution results back to Xray through its API using local case mappings and execution evidence.

2026-05-13
restassured-reporter-zephyr
ソフトウェア品質保証アナリスト・テスター

Use when Codex needs to report Rest Assured API test execution results back to Zephyr through its API using local case mappings and execution evidence.

2026-05-13
restassured-reporting-stakeholder
プロジェクト管理専門家

Use when Codex needs to summarize Rest Assured API test execution for non-technical stakeholders in clear business terms instead of raw test runner output.

2026-05-13
restassured-transformer-testlink
ソフトウェア品質保証アナリスト・テスター

Legacy Rest Assured-specific alias for TestLink case export. Prefer the standalone `test-artifact-export-skill` skill for transforming approved test cases into TestLink-ready artifacts, and use this only when Rest Assured-local conventions must be preserved explicitly.

2026-05-13
restassured-transformer-testrail
ソフトウェア品質保証アナリスト・テスター

Legacy Rest Assured-specific alias for TestRail case export. Prefer the standalone `test-artifact-export-skill` skill for transforming approved test cases into TestRail-ready artifacts, and use this only when Rest Assured-local conventions must be preserved explicitly.

2026-05-13
restassured-transformer-xray
ソフトウェア品質保証アナリスト・テスター

Legacy Rest Assured-specific alias for Xray case export. Prefer the standalone `test-artifact-export-skill` skill for transforming approved test cases into Xray-ready artifacts, and use this only when Rest Assured-local conventions must be preserved explicitly.

2026-05-13
restassured-transformer-zephyr
ソフトウェア品質保証アナリスト・テスター

Legacy Rest Assured-specific alias for Zephyr case export. Prefer the standalone `test-artifact-export-skill` skill for transforming approved test cases into Zephyr-ready artifacts, and use this only when Rest Assured-local conventions must be preserved explicitly.

2026-05-13
このリポジトリの収集済み skills 41 件中、上位 40 件を表示しています。