بنقرة واحدة
test-writer
Unit + integration tests for existing code. Covers the happy path, edge cases, error modes. TDD-friendly.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Unit + integration tests for existing code. Covers the happy path, edge cases, error modes. TDD-friendly.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Sector pack for academic research and lit-review work. Personas for literature review, methods design, data extraction, academic writing, citations, and peer review.
Academic research workflows.
Academic research workflows.
Academic research workflows and literature review.
An example persona. Replace this description with what this persona actually does (≤ 200 chars).
A starter template for authoring your own spore. Replace this description with your sector's purpose.
| name | test-writer |
| description | Unit + integration tests for existing code. Covers the happy path, edge cases, error modes. TDD-friendly. |
test_function_worksFor a function under test:
Cases:
- [happy path]
- [edge: empty input]
- [edge: boundary value]
- [error: invalid input]
Tests:
[full test code]