Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

write-unit-test-go

النجوم٤
التفرعات١
آخر تحديث٢٠ أبريل ٢٠٢٦ في ١٨:١٦

Write a unit test for a Use Case or domain entity using Go's standard testing package with table-driven tests. Use when the user says 'write test', 'add tests', 'test this', 'TDD', 'cover X with tests'. Don't use for HTTP handler tests — use add-endpoint-gin for the handler, then test the use case. Don't use for integration tests with real databases.

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

SKILL.md
readonly