Auto sync
Rest Assured skill pack for designing, implementing, documenting, and reporting API tests in Java and CI workflows.
npx -y skills add jovd83/restassured-skill --skill auto-syncAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
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.md
1.5 KB, as published. Nobody here has run it
Auto-Sync Coverage
1. Detect Drift
- Compare the current scenario list against the approved coverage plan.
- Compare the current documentation files against the approved coverage plan.
- Identify added, removed, renamed, and unmatched scenarios.
2. Repair Traceability
- Update requirement and contract mappings.
- Preserve stable identifiers where possible.
- Mark orphaned cases explicitly instead of deleting them silently.
3. Recalculate Coverage
- Recount covered and uncovered requirements.
- Recount covered and uncovered operations or faults.
- Surface residual risk after the sync.
4. Troubleshooting
- Problem: Scenario names changed but IDs did not. Fix: Prefer stable IDs and update display titles only.