Handover
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 handoverAssembled 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 produce a concise handover for completed Rest Assured API testing work, including what changed, what remains open, and how to continue safely.
SKILL.md
1.4 KB, as published. Nobody here has run it
Handover
1. Summarize The Work
- List the implemented or updated tests.
- List the environments or contracts used.
- List the commands used for verification.
- Update the session-state artifact before finalizing the handover.
- If contract drift was observed, point the reader to the contract-mismatch artifact.
2. Record Remaining Risk
- List open questions.
- List blocked scenarios.
- List unverified assumptions.
3. Point To Next Actions
- State what should happen next.
- State who or what input is needed next.
- Point the reader to the persisted session-state file.
- Point the reader to the mismatch artifact when executable tests had to diverge from the contract.