# 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.

- Skill: `jovd83/restassured-coverage-plan-auto-sync` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add jovd83/restassured-coverage-plan-auto-sync`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jovd83/restassured-coverage-plan-auto-sync/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: jovd83 (https://skillmd.com/u/jovd83)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jovd83/restassured-coverage-plan-auto-sync

---


# Auto-Sync Coverage

## 1. Detect Drift

1. Compare the current scenario list against the approved coverage plan.
2. Compare the current documentation files against the approved coverage plan.
3. Identify added, removed, renamed, and unmatched scenarios.

## 2. Repair Traceability

1. Update requirement and contract mappings.
2. Preserve stable identifiers where possible.
3. Mark orphaned cases explicitly instead of deleting them silently.

## 3. Recalculate Coverage

1. Recount covered and uncovered requirements.
2. Recount covered and uncovered operations or faults.
3. Surface residual risk after the sync.

## 4. Troubleshooting

1. Problem: Scenario names changed but IDs did not.
   Fix: Prefer stable IDs and update display titles only.
