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

Restassured Documentation Coverage Gap Report

skill-jovd83-restassured-skill-coverage-gap-report · by jovd83

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.

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

Install

$ agentstack add skill-jovd83-restassured-skill-coverage-gap-report

✓ 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-coverage-gap-report)

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

About

Build Coverage Gap Report

1. Gather Inputs

  1. Require the current docs/testing/test-mapping-report.md.
  2. Require docs/testing/contract-mismatches.md when it exists.
  3. Require the active coverage matrices when they contain gaps not yet reflected in traceability.

2. Choose The Files

  1. Prefer docs/testing/coverage-gap-report.md.
  2. When the user wants human-friendly navigation, also generate docs/testing/html/coverage-gap-report.html.

3. Build The Report

  1. Treat Not covered, Partial, and Contract drift operations as primary gaps.
  2. Include explicit gap bullets from the traceability report.
  3. Separate the report into summary, operation gaps, and planning recommendations.
  4. Keep one operation row per endpoint and method in markdown.
  5. In HTML, group the operation gaps by resource and make the next action obvious.

4. Output Shape

  1. Start from [coverage-gap-report-template.md](assets/coverage-gap-report-template.md).
  2. Keep the exact section headings so the generator can update the file deterministically.
  3. Run python scripts/generate_coverage_gap_report.py --mapping --output-md --output-html .

5. Keep It Actionable

  1. Explain why each gap matters.
  2. Recommend the next slice to implement.
  3. Update the session-state artifact after generating or changing the report.

6. Examples

  1. Input: Show me the biggest API coverage gaps.

Output: Create docs/testing/coverage-gap-report.md and the paired HTML report.

  1. Input: Which endpoints are only covered through drift assertions?

Output: Produce a gap report that isolates Contract drift operations and suggests next actions.

7. Troubleshooting

  1. Problem: The traceability report says everything is covered.

Fix: Still surface Contract drift rows and explicit gap bullets because those are planning gaps.

  1. Problem: The markdown and HTML disagree.

Fix: Regenerate the HTML from the canonical markdown inputs and do not hand-edit the HTML.

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.