# Restassured Documentation Tests

> Use when Codex needs to add human-readable documentation to Rest Assured automation code, including class purpose, role boundaries, shared specs, and scenario intent.

- Skill: `jovd83/restassured-documentation-tests` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add jovd83/restassured-documentation-tests`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jovd83/restassured-documentation-tests/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-documentation-tests

---


# Document Automation Code

## 1. Document Only What Helps

1. Add class-level comments when the test role is not obvious.
2. Add short comments before complex setup or custom filters.
3. Do not add comments that restate the code literally.

## 2. Explain Boundaries

1. Explain shared specs, auth helpers, builders, and virtualization seams.
2. Explain why a test is tagged as smoke, contract, or integration when not obvious.

## 3. Troubleshooting

1. Problem: The code already reads clearly.
   Fix: Do not add noise comments.
