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

Restassured Ci

skill-jovd83-restassured-skill-ci · by jovd83

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.

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

Install

$ agentstack add skill-jovd83-restassured-skill-ci

✓ 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-ci)

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 Ci? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Rest Assured CI

1. Choose The Pipeline Shape

  1. Detect the CI system first.
  2. Run smoke tags before full regression when pipeline time matters.
  3. Use containers or disposable services for integration tests.

2. Configure Execution

  1. Use provider guidance from [github-actions.md](references/github-actions.md), [gitlab.md](references/gitlab.md), or [other-ci.md](references/other-ci.md).
  2. Use [junit5-tagging-and-suites.md](references/junit5-tagging-and-suites.md) for JUnit 5 selection.
  3. Use [docker-and-containers.md](references/docker-and-containers.md) for containerized execution.
  4. Use [parallelization.md](references/parallelization.md) for sharding or split-by-tag execution.
  5. Use [reporting-and-artifacts.md](references/reporting-and-artifacts.md) for JUnit XML and logs.
  6. Use [quality-gates.md](references/quality-gates.md) when the pipeline must fail on coverage, drift, or weak-assertion thresholds.
  7. Use python scripts/evaluate_quality_gates.py when the quality-gate evaluation must be deterministic and reusable across CI jobs.

3. Add Quality Gates

  1. Fail the pipeline on contract-enforcement regressions only when the repo has explicitly opted into strict gates.
  2. Use the coverage-gap report to enforce no uncovered operations or no unreviewed drift-only operations when the team wants coverage hardening.
  3. Use the assertion-strength report to enforce thresholds such as no weak tests or max transport-only tests.
  4. Keep quality gates separate for runtime-aligned suites and contract-enforcement suites when both exist.
  5. Regenerate the reporting bundle before applying report-based gates.
  6. Prefer python scripts/evaluate_quality_gates.py --coverage-gap --assertion-strength --contract-mismatches instead of rewriting threshold logic inline in CI YAML.

4. Troubleshooting

  1. Problem: CI cannot reach the service under test.

Fix: Verify network, startup ordering, and environment variables before changing the tests.

  1. Problem: Tag-based selection runs zero tests.

Fix: Verify JUnit 5 tag configuration and test task flags.

  1. Problem: The pipeline fails because report-based gates are stale.

Fix: Regenerate the bundle reports before evaluating gate thresholds.

  1. Problem: CI duplicates threshold logic in multiple jobs.

Fix: Move the evaluation into scripts/evaluate_quality_gates.py.

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.