بنقرة واحدة
write-tests
Generate focused tests for deterministic local software changes.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate focused tests for deterministic local software changes.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| 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.