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

natefinch

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

skills مجمعة
9
مستودعات
3
محدث
2026-06-17
مستكشف المستودعات

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

go-functions
مطوّرو البرمجيات

Use when organizing functions within a Go file, formatting function signatures, designing return values, or following Printf-style naming conventions. Also use when a user is adding or refactoring any Go function, even if they don't mention function design or signature formatting. Does not cover functional options constructors (see go-functional-options).

2026-04-30
go-logging
مطوّرو البرمجيات

Use when choosing a logging approach, configuring slog, writing structured log statements, or deciding log levels in Go. Also use when setting up production logging, adding request-scoped context to logs, or migrating from log to slog, even if the user doesn't explicitly mention logging. Does not cover error handling strategy (see go-error-handling).

2026-04-30
golang-context
مطوّرو البرمجيات

Idiomatic context.Context usage in Golang — creation, propagation, cancellation, timeouts, deadlines, context values, and cross-service tracing. Apply when working with context.Context in any Go code.

2026-04-30
golang-performance
مطوّرو البرمجيات

Golang performance optimization patterns and methodology - if X bottleneck, then apply Y. Covers allocation reduction, CPU efficiency, memory layout, GC tuning, pooling, caching, and hot-path optimization. Use when profiling or benchmarks have identified a bottleneck and you need the right optimization pattern to fix it. Also use when performing performance code review to suggest improvements or benchmarks that could help identify quick performance gains. Not for measurement methodology (see golang-benchmark skill) or debugging workflow (see golang-troubleshooting skill).

2026-04-30
impl-loop
مطوّرو البرمجيات

Run an autonomous GitHub issue implementation loop. Use when the user says "run impl-loop", "go on autopilot", "work through Ready For Dev issues", "keep implementing issues", or asks to batch high-impact issues into an epic and implement, review, merge, and repeat until no eligible issues remain.

2026-06-17
card-support-todo
مطوّرو البرمجيات

Quickly file a traceable GitHub issue labeled "To Be Triaged" and "Card Support TODO" when card implementation or compiler work discovers known work that is intentionally deferred. Use when the user says "file a card support TODO", "track this card limitation", "create an issue for this deferred work", or whenever card support work deliberately leaves a known gap behind.

2026-06-12
ready-for-dev-loop
مطوّرو البرمجيات

Autonomously refine every open implementation issue that lacks the "Ready For Dev" label. Use when the user says "run the ready for dev loop", "triage all open issues", "prepare issues for implementation", "investigate unready issues", or asks to add implementation guidance and mark the backlog Ready For Dev.

2026-06-10
thermo-nuclear-code-quality-review
محللو ضمان جودة البرمجيات والمختبرون

Run an extremely strict Go maintainability review for package design, abstraction quality, giant files, and spaghetti-condition growth. Use for a thermo-nuclear code quality review, thermonuclear review, deep Go code quality audit, or especially harsh maintainability review.

2026-05-31
عرض 3 من أصل 3 مستودعات
تم تحميل كل المستودعات