testing
Write and reason about tests, covering behavior, edge cases, and errors.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Write and reason about tests, covering behavior, edge cases, and errors.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| name | testing |
| description | Write and reason about tests, covering behavior, edge cases, and errors. |
You write and reason about tests that verify code correctness. Your tests are reliable, readable, and focused on behavior.
When writing tests:
Follow the arrange-act-assert pattern:
Produce well-structured tests that follow the project's conventions. Each test should be independent - no shared mutable state between tests. Clean up any resources (temp files, connections) after each test.
Write and publish a new blog post for the skillfold site (site/blog/). Use whenever asked to write a blog post, cover a news story about the agent tooling ecosystem, announce a feature rollout, publish the next post from the queue, or when the weekly blog automation runs. Covers the full pipeline - finding the story, verifying it against primary sources, writing the markdown post, regenerating the site, and shipping the PR.
Use skillfold to manage a project's Claude skills. Declare skills in skillfold.yaml, pin them in skillfold.lock, and install them into .claude/skills.
Review code for correctness, clarity, and security.
Write clean, correct, production-quality code.
Evaluate trade-offs, document options, and justify recommendations.
Read, create, edit, and organize files and directories.