with one click
write-tests
Generate focused tests for deterministic local software changes.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Generate focused tests for deterministic local software changes.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | write-tests |
| description | Generate focused tests for deterministic local software changes. |
| version | 0.1.0 |
| targets | ["codex","openclaw","agents"] |
| tags | ["testing"] |
Use this skill when a user asks for new tests, bug reproduction coverage, or fixture-backed regression checks.
Use the target source file, existing test style, package scripts, and fixture data already present in the repo.
Limit edits to tests, fixtures, and tiny support helpers unless the user asks for implementation changes.
Ask before installing dependencies, changing snapshots broadly, or running commands that write outside the repository.
Add fixtures first, cover edge cases, and keep tests runnable offline. Run the narrow test command before wider validation. Verify by running the affected test command and recording the result.