AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Restassured Orchestrator

skill-jovd83-restassured-skill-orchestrator · by jovd83

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.

No reviews yet
0 installs
27 views
0.0% view→install

Install

$ agentstack add skill-jovd83-restassured-skill-orchestrator

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jovd83-restassured-skill-orchestrator)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Restassured Orchestrator? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Rest Assured Orchestrator

1. Clarify the Goal

  1. Ask for the primary goal if the user request is ambiguous.
  2. Classify the request into one of these buckets:
  3. Bootstrap a test module.
  4. Analyze requirements.
  5. Analyze OpenAPI or Swagger contracts.
  6. Analyze WSDL or SOAP contracts.
  7. Generate or review coverage.
  8. Implement or fix tests.
  9. Stub or virtualize downstream services.
  10. Configure CI.
  11. Document tests, traceability, quality, or failures.
  12. Regenerate a bundled reporting set.
  13. Transform, map, or report results to a test-management tool.

2. Route

  1. Use ../bootstrap/SKILL.md for missing setup.
  2. Use ../analysis/requirements/SKILL.md for stories, epics, and acceptance criteria.
  3. Use ../analysis/contracts/SKILL.md for REST contracts.
  4. Use ../analysis/contracts-soap/SKILL.md for SOAP contracts.
  5. Use ../coverage_plan/generation/SKILL.md for scenario generation.
  6. Use ../coverage_plan/review/SKILL.md for explicit approval.
  7. Use ../core/SKILL.md for implementation and defect fixing.
  8. Use ../virtualization/SKILL.md for WireMock and fault injection.
  9. Use ../ci/SKILL.md for pipeline work.
  10. Use ../documentation/report-bundle/SKILL.md when the goal is to refresh the reporting set as one operation.
  11. Use ../documentation/*/SKILL.md for documentation and diagnosis that is not test-case formatting.
  12. Dispatch render_test_artifact through skill-dispatcher for test-case formatting and export artifacts. Use C:\projects\skills\test-artifact-export-skill\SKILL.md only as a compatibility fallback.
  13. Use ../mappers or ../reporters for external execution tools.
  14. When routing into test-case documentation, treat docs/tests// as the canonical home for scenario-level docs and treat docs/testing/ as index and reporting space.

3. Enforce the Sequence

  1. Require approved requirements before generating a coverage plan.
  2. Require an approved coverage plan before large-scale test implementation when the scenarios are AI-defined.
  3. Skip approval only when the user already supplied the test cases or explicitly asked for direct implementation.
  4. When the user asks for narrative documentation but not a format, choose TDD, BDD, plain text, or mixed mode explicitly before writing files.

4. Read When Needed

  1. Read [routing-matrix.md](references/routing-matrix.md) for trigger phrases and routing shortcuts.

5. Examples

  1. Input: Help me test this payments service.

Output: Ask whether the goal is setup, planning, implementation, CI, documentation, or reporting.

  1. Input: Create scenarios from this OpenAPI and then implement them.

Output: Route to contracts analysis, coverage generation, review, then core.

  1. Input: Rebuild the coverage and quality reports for this API module.

Output: Route to ../documentation/report-bundle/SKILL.md.

  1. Input: Check whether the narrative docs still match the API tests.

Output: Route to ../documentation/documentation-sync/SKILL.md.

  1. Input: Document these approved payment scenarios, but keep each scenario separate.

Output: Route to dispatcher intent render_test_artifact and store the canonical files under docs/tests/payments/.

6. Troubleshooting

  1. Problem: The user mixes setup and implementation.

Fix: Complete bootstrap first, then move into core.

  1. Problem: The user asks for implementation without requirements or contracts.

Fix: Proceed only if the requested tests are already enumerated or narrow enough to infer safely.

  1. Problem: Documentation requests default to one oversized markdown file.

Fix: Split TDD and plain-text docs into one scenario file per behavior and use feature files only where BDD grouping adds value.

  1. Problem: The target exporter skill changes or is temporarily unavailable.

Fix: Go through skill-dispatcher first and treat the direct exporter path as fallback only.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.