Review
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 reviewAssembled 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 present a generated Rest Assured API coverage plan to the user, request explicit approval, and block implementation until the scope is confirmed.
SKILL.md
1.5 KB, as published. Nobody here has run it
Review Coverage Plan
1. Present The Plan
- Show the scenario matrix grouped by feature or endpoint.
- Show the traceability source for each scenario.
- Show explicit exclusions and open questions.
2. Request Approval
- Ask whether the proposed scenario set is correct and complete.
- Ask whether any scenario should be added, removed, or reprioritized.
- Stop until the user approves the plan.
3. Record Decisions
- Capture approved scope.
- Capture deferred scope.
- Capture assumptions that implementation may depend on.
4. Troubleshooting
- Problem: The user wants direct implementation without review. Fix: Proceed only when the scenarios are already clearly defined or the user explicitly accepts the risk.