Skip to main content
matdev83
GitHub クリエイタープロフィール

matdev83

4 件の GitHub リポジトリにある 70 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
70
リポジトリ
4
更新
2026年8月20日
リポジトリエクスプローラー

リポジトリと代表的な skills

golang-benchmark
未分類

Go benchmark and profile workflow: b.Loop, benchstat, pprof, trace, compiler diagnostics, and regression gates.

2026年8月20日
golang-cli
未分類

Go command-line applications: choose a framework, build commands and flags, layer configuration, handle output and exit status, support signals and completion, and test behavior.

2026年8月20日
golang-code-style
未分類

Practical Go style for readable, idiomatic code: formatting, control flow, declarations, API boundaries, comments, zero values, and reviewable organization. Use when writing or reviewing Go code where clarity matters beyond gofmt.

2026年8月20日
golang-concurrency
未分類

Design and review concurrent Go code involving goroutines, channels, select, mutexes, atomics, worker pools, errgroup, singleflight, cancellation, and fan-out/fan-in. Use when preventing races, deadlocks, leaks, lost errors, or unbounded work.

2026年8月20日
golang-context
未分類

Use Go context.Context correctly across API boundaries: propagation, cancellation, deadlines, timeouts, values, HTTP handlers, and bounded background work. Use when designing or reviewing context flow, request lifetimes, leaked work, or trace metadata.

2026年8月20日
golang-continuous-integration
未分類

Go CI/CD guidance for tests, lint, security scans, dependency updates, containers, and releases.

2026年8月20日
golang-data-structures
未分類

Choose and use Go data structures correctly: slices, maps, strings, arrays, containers, generics, pointers, and standard slices/maps helpers. Use when reasoning about aliasing, nil values, capacity, iteration, copying, or representation-sensitive performance.

2026年8月20日
golang-database
未分類

Safe Go database access with database/sql, sqlx, and pgx: queries, scanning, transactions, isolation, pooling, migrations, and reliable tests.

2026年8月20日
収集済み skill 38 件中 8 件を表示しています。
golang-architecture
未分類

Design, structure, and review Go codebases using hexagonal architecture (ports and adapters), consumer-driven interfaces, functional options, explicit dependency injection, and standard package layouts.

2026年8月20日
golang-ci-docs
未分類

Design, maintain, and review Go continuous integration workflows (GitHub Actions, matrix testing, SHA pinning) and comprehensive code documentation (godoc, executable examples, ADRs).

2026年8月20日
golang-code-audit
未分類

Execute an evidence-backed, rigorous code review of Go packages evaluating SOLID principles, architectural cohesion, consumer-driven interfaces, error classification, concurrency safety, and complexity regressions.

2026年8月20日
golang-code-quality
未分類

Enforce Go code style, idiomatic naming, safety bug prevention (nil interfaces, slice aliasing, lock copies), linter configuration (golangci-lint), and behavior-preserving code simplification.

2026年8月20日
golang-concurrency
未分類

Design, review, and debug concurrent Go code involving goroutines, channels, select, mutexes, atomics, errgroup, singleflight, context propagation, deadlines, and cancellation. Use to prevent races, deadlocks, leaks, lost errors, or unbounded background work.

2026年8月20日
golang-data-modernize
未分類

Leverage modern Go language capabilities (Go 1.22–1.26), generics, range-over-func iterators, Swiss Tables maps, standard slices/maps helpers, struct memory alignment, and safe API modernization.

2026年8月20日
golang-ecosystem-libraries
未分類

Select, evaluate, manage, and utilize popular Go libraries and dependency management: standard library baseline, Go modules hygiene (MVS, govulncheck), and the samber functional toolkit (lo, mo, hot, do, ro, slog).

2026年8月20日
golang-error-handling
未分類

Handle, wrap, classify, and format Go errors idiomatically: errors.Is/As, %w wrapping, errors.Join, structured errors with samber/oops, domain-to-wire error mapping, and panic boundaries.

2026年8月20日
収集済み skill 27 件中 8 件を表示しています。
4 件中 4 件のリポジトリを表示
すべてのリポジトリを表示しました