johnqtcg

60 mods across 1 repository, 30 stars between them.

go-ci-workflow

25

johnqtcg/awesome-skills

Skill Claude CodeCodex

Use when creating or refactoring GitHub Actions CI workflows for Go repositories. Covers repository-shape detection, Make-driven delegation with formal fallbacks, Go setup, caching, tool pinning, permissions, reusable workflows, and quality gate design.

30 5d ago A 53 tokens original MIT

go-code-reviewer

26

johnqtcg/awesome-skills

Skill Claude CodeCodex

Review Go code with a defect-first approach using repository policy (constitution.md first, then AGENTS.md fallback). Use for code review, PR review, quality checks, risk analysis, and regression detection.

30 5d ago A 45 tokens original MIT

johnqtcg/awesome-skills

Skill Claude CodeCodex

Review Go code for concurrency safety and goroutine lifecycle issues including race conditions, deadlocks, goroutine leaks, mutex misuse, and context propagation. Trigger when code contains go func, channels, sync primitives, WaitGroup, errgroup, or goroutine lifecycle management. Use for concurrency-focused review of…

30 5d ago A 67 tokens original MIT

go-dependency-audit

28

johnqtcg/awesome-skills

Skill Claude CodeCodex

Go dependency audit specialist for CVE scanning (govulncheck), license risk triage, outdated dependency detection, upgrade impact analysis, and supply chain security. ALWAYS use when auditing go.mod dependencies, running govulncheck, checking license compatibility, planning dependency upgrades, or investigating supply…

30 5d ago A 102 tokens original MIT

go-error-review

29

johnqtcg/awesome-skills

Skill Claude CodeCodex

Review Go code for error handling correctness, nil safety, and failure-path integrity including ignored errors, missing wrapping, panic misuse, SQL/HTTP resource lifecycle, and transaction patterns. Trigger when code contains error returns, panic calls, sql.Rows, transactions, HTTP client/server code, or nil-sensitive…

30 5d ago A 75 tokens original MIT

go-logic-review

30

johnqtcg/awesome-skills

Skill Claude CodeCodex

Review Go code for business logic correctness, boundary conditions, off-by-one errors, state management, data flow integrity, and return value contracts. Trigger on any Go code change that modifies behavior, conditional logic, state transitions, or data processing. Use for logic-correctness focused review.

30 5d ago A 62 tokens original MIT

go-makefile-writer

31

johnqtcg/awesome-skills

Skill Claude CodeCodex

Canonical skill for Go Makefiles. Create/refactor root Makefiles for Go repositories with standardized build/test/lint/run targets, self-documenting help output, predictable artifacts, and maintainable target naming.

30 5d ago A 47 tokens original MIT

johnqtcg/awesome-skills

Skill Claude CodeCodex

Review Go code for observability gaps: missing structured logging, broken trace context propagation, Prometheus cardinality explosions, span lifecycle errors, and sensitive fields in logs. Dispatched by go-review-lead as a vertical reviewer. Also trigger directly when the user says "review my logging", "check my…

30 5d ago A 80 tokens original MIT

johnqtcg/awesome-skills

Skill Claude CodeCodex

Review Go code for performance issues including slice/map pre-allocation, string concatenation, N+1 queries, connection pool configuration, sync.Pool, memory alignment, lock scope, buffered I/O, and HTTP transport tuning. Trigger when code contains make(), loops, database queries, string building, sync primitives…

30 5d ago A 80 tokens original MIT

go-quality-review

34

johnqtcg/awesome-skills

Skill Claude CodeCodex

Review Go code for code quality, style, and modern Go practices including function length, nesting depth, naming, mutable globals, interface design, receiver consistency, modern Go idioms (slog, generics, typed atomics), and static analysis. Trigger when reviewing Go code structure, readability, or maintainability.…

30 5d ago A 79 tokens original MIT

go-review-lead

35

johnqtcg/awesome-skills

Skill Claude CodeCodex

Orchestrate a comprehensive Go code review by triaging code changes, dispatching vertical review skills (security, concurrency, error, logic, performance, quality, test, observability) as parallel agents, then consolidating results into a unified report. Use for full Go PR review or comprehensive code review. Replaces…

30 5d ago A 80 tokens original MIT

go-security-review

36

johnqtcg/awesome-skills

Skill Claude CodeCodex

Review Go code for security vulnerabilities including OWASP Top 10, injection, auth/authz, crypto, secrets, SSRF, XSS, and input validation. Trigger when code involves SQL, user input, authentication, HTTP handlers, TLS, crypto, secrets, or file path operations. Use for security-focused code review of Go projects.

30 5d ago A 72 tokens original MIT

go-test-review

37

johnqtcg/awesome-skills

Skill Claude CodeCodex

Review Go test code for quality including table-driven tests, t.Helper usage, assertion completeness, boundary cases, benchmarks, fuzz tests, and coverage targets. Trigger when PR contains test.go files, test helpers, httptest usage, testing.B, testing.F, or testdata directories. Use for test-quality focused review.

30 5d ago A 68 tokens original MIT

google-search

38

johnqtcg/awesome-skills

Skill Claude CodeCodex

Use when the user wants help finding information through Google or Google-style web search and expects more than raw links. Handle current facts, public-information lookups, official documents, tutorials, reports, tools, materials, or source discovery by classifying the search goal, generating precise queries…

30 5d ago A 107 tokens original MIT

incident-postmortem

39

johnqtcg/awesome-skills

Skill Claude CodeCodex

Incident post-mortem specialist for writing blameless post-mortems, extracting timelines from logs/events, conducting root cause analysis (5-Why, fishbone), classifying severity, and generating tracked action items. ALWAYS use when writing a post-mortem, reviewing an incident, extracting a timeline, performing root…

30 5d ago A 98 tokens original MIT

johnqtcg/awesome-skills

Skill Claude CodeCodex

Kafka event-driven architecture designer and reviewer, at the application/client layer. ALWAYS use when designing, reviewing, or troubleshooting how a service produces or consumes Kafka events — topic and partition-key design, producer and consumer client configuration, consumer group topology, event schema definition…

30 5d ago A 191 tokens original MIT

load-test

41

johnqtcg/awesome-skills

Skill Claude CodeCodex

Performance load testing specialist for writing k6/vegeta/wrk scripts, defining SLOs, modeling scenarios (spike/soak/stress/breakpoint), analyzing results, and identifying bottlenecks. ALWAYS use when writing load test scripts, reviewing test results, designing test scenarios, setting performance SLOs, or diagnosing…

30 5d ago A 121 tokens original MIT

local-transcript

42

johnqtcg/awesome-skills

Skill Claude CodeCodex

Transcribe a specified local video or audio file into cleaned final .txt, .pdf, or .docx transcripts using speech recognition with Apple Silicon GPU acceleration and optional LLM-based proofreading. Use when the user wants text extracted from a local media file path such as .mp4, .mov, .mkv, .webm, .mp3, .m4a, or…

30 5d ago A 139 tokens original MIT

log-analyzer

43

johnqtcg/awesome-skills

Skill Claude CodeCodex

Senior-SRE log analysis specialist. Use when investigating incidents from logs, triaging error spikes, extracting timelines, correlating distributed traces, or separating signal from noise across plain-text, JSON (slog/zap), syslog, journald, container, and Kubernetes logs. ALWAYS use when the user asks to "analyze…

30 5d ago A 138 tokens original MIT

mongo-migration

44

johnqtcg/awesome-skills

Skill Claude CodeCodex

MongoDB schema migration safety reviewer and migration script generator. ALWAYS use when writing, reviewing, or planning MongoDB schema changes — field additions/removals, index builds, schema validator changes, document type migrations, shard key modifications, or any bulk update touching production collections.…

30 5d ago A 140 tokens original MIT

monitoring-alerting

45

johnqtcg/awesome-skills

Skill Claude CodeCodex

Monitoring and alerting design reviewer for production backend services. ALWAYS use when writing Prometheus alerting rules, designing Grafana dashboards, defining SLI/SLO, configuring alert routing (PagerDuty/OpsGenie/Slack), or reviewing existing monitoring setups. Covers SLI/SLO definition, alert rule quality…

30 5d ago A 137 tokens original MIT

mysql-migration

46

johnqtcg/awesome-skills

Skill Claude CodeCodex

MySQL schema migration safety reviewer and DDL generator. ALWAYS use when writing, reviewing, or planning MySQL schema changes — ALTER TABLE, CREATE/DROP INDEX, column type changes, charset conversions, data backfills, or any DDL touching production tables. Covers online DDL algorithm selection (INSTANT/INPLACE/COPY)…

30 5d ago A 132 tokens original MIT

johnqtcg/awesome-skills

Skill Claude CodeCodex

OceanBase distributed table design and modeling expert. Use this skill when the user: asks to design tables, schema, or DDL in OceanBase describes a workload and wants optimal schema design asks about partitioning, indexing, table groups, columnstore, or avoiding distributed transactions in OceanBase wants to review…

30 5d ago C 111 tokens original MIT

oracle-migration

48

johnqtcg/awesome-skills

Skill Claude CodeCodex

Oracle Database schema migration safety reviewer and DDL generator. ALWAYS use when writing, reviewing, or planning Oracle schema changes — ALTER TABLE, CREATE/DROP INDEX, column type changes, constraint additions, partition DDL, or any DDL touching production tables. Covers DDL auto-commit implications…

30 5d ago A 141 tokens original MIT