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

zdr-tools

يحتوي zdr-tools على 4 من skills المجمعة من talbenmoshe، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
4
Stars
4
محدث
2025-11-18
Forks
0
التغطية المهنية
1 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

manage-entity-tests
محللو ضمان جودة البرمجيات والمختبرون

Create or update test files for TypeScript classes that implement interfaces. Use when user asks to "create tests", "update tests", "generate test file", "fix tests", "test MyClass", or mentions needing tests for a class. Generates vitest test files with describe blocks, createClass helpers, and proper fake dependency injection.

2025-11-18
manage-fake
محللو ضمان جودة البرمجيات والمختبرون

Create or update Fake test doubles for TypeScript interfaces. Use when user asks to "create a fake", "update a fake", "generate test fake", "fix fake", "manage fake", or mentions needing a fake for testing. Generates Initializer interface, Fake class, and Builder class following the testing pattern with getMockingFunction, FakeEntity inheritance, and EventBroker support.

2025-11-18
manage-react-component-tests
محللو ضمان جودة البرمجيات والمختبرون

Create or update test files for React components. Use when user asks to "create component tests", "test MyComponent", "generate tests for component", "update component tests", or mentions needing tests for a React component. Generates vitest test files with render, mocked sub-components, and proper test structure focusing on logic and prop validation.

2025-11-18
manage-react-hook-tests
محللو ضمان جودة البرمجيات والمختبرون

Create or update test files for React hooks. Use when user asks to "create hook tests", "test useMyHook", "generate tests for hook", "update hook tests", or mentions needing tests for a React hook. Generates vitest test files with renderHook, Fake context providers, and proper test structure.

2025-11-18