Skip to main content
cxuu
ملف منشئ GitHub

cxuu

عرض على مستوى المستودعات لـ ٢٠ skills مجمعة عبر ١ مستودعات GitHub.

skills مجمعة
٢٠
مستودعات
١
محدث
٢٠ يونيو ٢٠٢٦
خريطة المستودعات

أين توجد skills

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

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

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

go-code-review
محللو ضمان جودة البرمجيات والمختبرون

Use when reviewing Go code or checking code against community style standards. Also use proactively before submitting a Go PR or when reviewing any Go code changes, even if the user doesn't explicitly request a style review. Does not cover language-specific…

٢٠ يونيو ٢٠٢٦
go-concurrency
مطوّرو البرمجيات

Use when writing concurrent Go code — goroutines, channels, mutexes, or thread-safety guarantees. Also use when parallelizing work, fixing data races, or protecting shared state, even if the user doesn't explicitly mention concurrency primitives. Does not…

٢٠ يونيو ٢٠٢٦
go-context
مطوّرو البرمجيات

Use when working with context.Context in Go — placement in signatures, propagating cancellation and deadlines, and storing values in context vs parameters. Also use when cancelling long-running operations, setting timeouts, or passing request-scoped data,…

٢٠ يونيو ٢٠٢٦
go-control-flow
مطوّرو البرمجيات

Use when writing conditionals, loops, or switch statements in Go — including if with initialization, early returns, for loop forms, range, switch, type switches, and blank identifier patterns. Also use when writing a simple if/else or for loop, even if the…

٢٠ يونيو ٢٠٢٦
go-data-structures
مطوّرو البرمجيات

Use when working with Go slices, maps, or arrays — choosing between new and make, using append, declaring empty slices (nil vs literal for JSON), implementing sets with maps, and copying data at boundaries. Also use when building or manipulating collections,…

٢٠ يونيو ٢٠٢٦
go-declarations
مطوّرو البرمجيات

Use when declaring or initializing Go variables, constants, structs, or maps — including var vs :=, reducing scope with if-init, formatting composite literals, designing iota enums, and using any instead of interface{}. Also use when writing a new struct or…

٢٠ يونيو ٢٠٢٦
go-defensive
مطوّرو البرمجيات

Use when hardening Go code at API boundaries — copying slices/maps, verifying interface compliance, using defer for cleanup, time.Time/time.Duration, or avoiding mutable globals. Also use when reviewing for robustness concerns like missing cleanup or unsafe…

٢٠ يونيو ٢٠٢٦
go-documentation
مطوّرو البرمجيات

Use when writing or reviewing documentation for Go packages, types, functions, or methods. Also use proactively when creating new exported types, functions, or packages, even if the user doesn't explicitly ask about documentation. Does not cover code comments…

٢٠ يونيو ٢٠٢٦
عرض 8 من أصل ٢٠ skills مجمعة.
عرض ١ من أصل ١ مستودعات
تم تحميل كل المستودعات