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

upeter

عرض على مستوى المستودعات لـ 7 skills مجمعة عبر 1 مستودعات GitHub.

skills مجمعة
7
مستودعات
1
محدث
2026-04-14
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

مستكشف المستودعات

المستودعات و skills الممثلة

java-test-to-kotlin-supercharged
محللو ضمان جودة البرمجيات والمختبرون

Use this skill to convert a Java test into an equivalent Kotlin test. Reuse existing Kotlin test infrastructure by default, preserve behavior, and verify with focused test commands.

2026-04-14
kotlin-data-class-from-java-records
مطوّرو البرمجيات

Use this skill when converting Java record DTOs or request/response models to Kotlin data classes that remain Java-friendly. Always add @JvmRecord, map nullability correctly, keep related domain models in the same Kotlin file, and add only safe defaults (prefer emptyList() or null, not generic String defaults).

2026-04-14
kotest-from-assertj
محللو ضمان جودة البرمجيات والمختبرون

Use this skill when converting AssertJ assertions in Kotlin tests to Kotest matcher DSL. Apply it to Kotlin test files, preserve assertion semantics, and keep the test intent unchanged. Do not use this skill for JUnit assertEquals/assertNotNull migrations.

2026-04-14
kotest-from-junit-assertions
محللو ضمان جودة البرمجيات والمختبرون

Use this skill when converting Kotlin tests from JUnit assertions like assertEquals, assertNotNull, assertNull, assertTrue, assertFalse, and assertThrows to Kotest matcher DSL. Apply it to Kotlin test files and preserve behavior. Do not use this skill for AssertJ chain conversions.

2026-04-14
typesafe-test-data-dsl
محللو ضمان جودة البرمجيات والمختبرون

Use this skill when implementing a type-safe Kotlin test data DSL for a selected subset of domain objects. Apply when tests need readable object graph construction and assembly (not just object creation). Ask for or infer the exact domain subset and build only that subset.

2026-04-14
kotlin-test-extensions-boilerplate
محللو ضمان جودة البرمجيات والمختبرون

Use this skill when Kotlin test code contains duplicated setup or helper logic repeated at least 3 times. Create focused Kotlin extension functions (or small helper functions) to remove repetition while preserving test behavior and readability.

2026-04-14
kotlin-object-mother-default-args
مطوّرو البرمجيات

Use this skill when creating Kotlin Object Mother factory functions for test data objects (requests, DTOs, entities). Create Kotlin methods with default arguments for common values, nullable types for optional properties, and required non-null parameters without defaults for mandatory properties.

2026-04-14
عرض 1 من أصل 1 مستودعات
تم تحميل كل المستودعات