← all publishers

gulmezeren2-byte

@gulmezeren2-byte source repo

66 published skills

  1. Refactoring · gulmezeren2-byte
    Change structure without changing behaviour: identifying the seam, characterising with tests first, and stopping before the refactor becomes a rewrite.
    0
    installs
  2. Airflow Dags · gulmezeren2-byte
    Idempotent tasks, backfills that do not double-count, and sensors that do not hold a worker slot for a day.
    0
    installs
  3. CI Pipelines · gulmezeren2-byte
    Pipeline structure that fails fast and honestly: what to run per-commit versus nightly, caching that does not go stale, and flaky-test quarantine that does not hide regressions.
    0
    installs
  4. Git Workflow · gulmezeren2-byte
    Branching, rebase-versus-merge, and writing a commit message that explains the why. Includes recovering from the mistakes that feel unrecoverable.
    0
    installs
  5. Regex Review · gulmezeren2-byte
    Read and repair a regular expression: anchoring, catastrophic backtracking, and the character class that quietly matches a newline.
    0
    installs
  6. Supabase Rls · gulmezeren2-byte
    Row Level Security policies that hold under an anon key: policy per operation, testing as an unauthenticated caller, and the join that leaks a row the policy meant to hide.
    0
    installs
  7. Accessibility · gulmezeren2-byte
    Keyboard paths, focus order, contrast and labelling — checked with a screen reader rather than assumed from the markup.
    0
    installs
  8. Adr Authoring · gulmezeren2-byte
    Record an architecture decision with the alternatives and the forces, so the next person can tell whether it still holds.
    0
    installs
  9. Dbt Modelling · gulmezeren2-byte
    Staging, marts and tests in dbt: incremental models that survive a late-arriving row, and a test suite that fails for the right reason.
    0
    installs
  10. Docker Images · gulmezeren2-byte
    Build small, reproducible images: layer ordering for cache hits, multi-stage builds, pinning by digest, and why running as root is still the most common finding.
    0
    installs
  11. Figma Handoff · gulmezeren2-byte
    Turn a design file into implementable specs: tokens, spacing scales, and the states designers forget to draw.
    0
    installs
  12. Firebase Auth · gulmezeren2-byte
    Sign-in flows, custom claims and token refresh: what belongs in a claim versus a database read, and the race between a claim change and the token that still carries the old one.
    0
    installs
  13. K8S Debugging · gulmezeren2-byte
    Diagnose a failing workload on Kubernetes: reading events before logs, distinguishing CrashLoopBackOff causes, probe misconfiguration, and the resource-limit symptoms that look like application bugs.
    0
    installs
  14. Kafka Streams · gulmezeren2-byte
    Partitioning, ordering guarantees and consumer-group rebalances: what a key buys you, and the reprocessing a retry actually causes.
    0
    installs
  15. Observability · gulmezeren2-byte
    Traces, metrics and logs that answer a question: cardinality budgets, span naming, and the dashboard nobody looks at.
    0
    installs
  16. Openapi Specs · gulmezeren2-byte
    Author and validate an OpenAPI document that generators accept: schema reuse, discriminated payloads, and examples that stay in step with the schema.
    0
    installs
  17. Pandas Idioms · gulmezeren2-byte
    Vectorised transformations, groupby patterns, and the chained assignment that appears to work until it does not.
    0
    installs
  18. Prompt Design · gulmezeren2-byte
    Structure a prompt so the failure mode is visible: task framing, worked examples, and asking for the reasoning you intend to check.
    0
    installs
  19. SQL Analytics · gulmezeren2-byte
    Window functions, grain discipline and the join that silently fans out rows — with the row count checked before the number is believed.
    0
    installs
  20. Test Strategy · gulmezeren2-byte
    Choose the cheapest test that would actually have caught the bug: what belongs in a unit test versus an integration test, and when a test asserts the implementation instead of the behaviour.
    0
    installs
  21. AWS Iam Review · gulmezeren2-byte
    Least-privilege review of IAM policies: spotting wildcard actions, confused-deputy exposure in cross-account roles, and the difference between a resource policy and an identity policy in an access decision.
    0
    installs
  22. Data Modelling · gulmezeren2-byte
    Dimensional versus normalised design, slowly changing dimensions, and choosing a grain you can still defend in six months.
    0
    installs
  23. Go Concurrency · gulmezeren2-byte
    Channels, contexts and cancellation in Go: goroutine leaks, when a mutex beats a channel, and propagating deadlines through a call tree.
    0
    installs
  24. GRAPHQL Schema · gulmezeren2-byte
    Schema design that ages: nullability meaning something, pagination via connections, and the resolver that quietly becomes an N+1.
    0
    installs
  25. Ml Experiments · gulmezeren2-byte
    Track an experiment so a result can be reproduced: seeds, data versions, and the holdout that never gets peeked at.
    0
    installs
  26. Perf Profiling · gulmezeren2-byte
    Find where the time actually goes before optimising: sampling versus instrumentation, reading a flame graph, and separating a slow algorithm from a slow I/O wait.
    0
    installs
  27. Playwright E2e · gulmezeren2-byte
    End-to-end tests that are not flaky: auto-waiting over sleeps, locators that survive a redesign, and isolating state so a failure points at one cause.
    0
    installs
  28. React Patterns · gulmezeren2-byte
    Component composition, hooks discipline and render-cost review for React 19: when to reach for a server component, why a context provider re-renders more than you expect, and how to read a Profiler flame chart before reaching for memo.
    0
    installs
  29. Redis Patterns · gulmezeren2-byte
    Caching, locks and queues on Redis: TTL discipline, the lock that expires mid-work, and why a cache stampede shows up only under load.
    0
    installs
  30. Rust Ownership · gulmezeren2-byte
    Borrow checker fluency: lifetimes that actually need naming, when to reach for Rc/RefCell, and the clone that is fine versus the clone that hides a design problem.
    0
    installs
  31. Stripe Billing · gulmezeren2-byte
    Subscriptions, proration and webhook idempotency — including the reconciliation nobody writes until the first mismatch.
    0
    installs
  32. MCP Integration · gulmezeren2-byte
    Wire an MCP server into a client: transports, tool schemas that an agent can route on, and the read-only guarantees worth enforcing in code.
    0
    installs
  33. Onboarding Docs · gulmezeren2-byte
    Documentation that gets someone to their first successful change, measured by whether they got there.
    0
    installs
  34. Postgres Tuning · gulmezeren2-byte
    Index selection, EXPLAIN reading and lock diagnosis for PostgreSQL: which scan the planner chose and why, when an index is not used, and how to find the query holding the lock everyone else is waiting on.
    0
    installs
  35. Security Review · gulmezeren2-byte
    Review a change for injection, authz gaps, secret handling and unsafe deserialisation, with the threat model stated rather than assumed.
    0
    installs
  36. Shell Scripting · gulmezeren2-byte
    Scripts that fail loudly: set -euo pipefail, quoting that survives spaces, and the trap that cleans up on the path nobody tested.
    0
    installs
  37. Tailwind Design · gulmezeren2-byte
    Utility composition without a class-name soup: extracting a component when a pattern repeats, using the scale instead of arbitrary values, and keeping dark mode a variant rather than a fork.
    0
    installs
  38. Excel Automation · gulmezeren2-byte
    Read and write workbooks programmatically: preserving formatting, handling merged cells, and the date serial that silently shifts by a day.
    0
    installs
  39. Makefile Hygiene · gulmezeren2-byte
    Targets that are honest about their inputs: phony targets, real dependencies, and the rebuild that should not have happened.
    0
    installs
  40. Migration Review · gulmezeren2-byte
    Review a database migration before it runs in production. Covers lock acquisition and how long each statement holds one, the difference between a metadata lock and a row lock, adding a column with a default on a large table, backfilling in batches with a bounded window, creating an index concurrently and what happens when that fails halfway, dropping a column that application code still references, renaming in two deploys instead of one, foreign keys added as NOT VALID and validated separately, the difference between a transactional and a non-transactional migration and which engines allow which, statement timeouts as a safety net, estimating table size and row count before choosing a strategy, checking replica lag before and during, the rollback that is not actually possible once data is written, and how to stage a destructive change so that each step is independently reversible. Also covers reading the query plan after the change to confirm the index is used, verifying constraint validity, and writing the r
    0
    installs
  41. Typescript Types · gulmezeren2-byte
    Model the domain in the type system: discriminated unions over optional soup, when a generic earns its complexity, and reading a long inference error.
    0
    installs
  42. Changelog Writing · gulmezeren2-byte
    Write a changelog a user can act on: what changed, whether it breaks them, and what to do about it.
    0
    installs
  43. Cost Optimisation · gulmezeren2-byte
    Find cloud spend that buys nothing: idle capacity, egress surprises, and the storage class nobody revisited.
    0
    installs
  44. Incident Response · gulmezeren2-byte
    Run an incident without making it worse: stabilise before diagnosing, a written timeline, and a postmortem that names causes not people.
    0
    installs
  45. Nextjs App Router · gulmezeren2-byte
    Routing, layouts, streaming and cache semantics in the Next.js App Router: which boundary makes a component a server component, why a fetch is deduplicated, when revalidation actually happens, and reading the build output to see what became static.
    0
    installs
  46. Terraform Modules · gulmezeren2-byte
    Module boundaries, state layout and drift review for Terraform: what belongs in a module versus a root, how to split state so a blast radius stays small, and reading a plan for the change you did not intend.
    0
    installs
  47. License Compliance · gulmezeren2-byte
    Reconcile a dependency tree against what you are allowed to ship, including the transitive copyleft nobody declared.
    0
    installs
  48. Email Deliverability · gulmezeren2-byte
    SPF, DKIM and DMARC alignment, warm-up, and the content patterns that route a legitimate message to spam.
    0
    installs
  49. Skilldoctor · gulmezeren2-byte
    Diagnose the Claude Code skills installed on this machine — why one never triggers, and whether Claude can see it at all. Use when the user says a skill isn't firing, isn't triggering, or is being ignored; asks to check, audit, or debug their skills; mentions the skill description budget, truncated skills, or duplicate skills; or asks whether a skill they installed is safe to trust. Runs a deterministic CLI over every installed skill at once, so it catches whole-system problems no single-file check can see.
    0
    installs
  50. I18N · gulmezeren2-byte
    Externalise strings without breaking layout: plural rules, RTL, date and number formats, and the concatenation that cannot be translated.
    0
    installs
  51. LLM Cost · gulmezeren2-byte
    Token accounting across a pipeline: where the spend actually accrues, caching that works, and the retry loop nobody budgeted for.
    0
    installs
  52. Review Pr · gulmezeren2-byte
    Review a pull request for correctness, design and readability, naming the severity of each comment so the author knows what blocks the merge.
    0
    installs
  53. API Design · gulmezeren2-byte
    REST and RPC surface design: resource modelling, idempotency, pagination that survives inserts, error shapes a client can act on, and versioning that does not strand callers.
    0
    installs
  54. Django Orm · gulmezeren2-byte
    Query construction, N+1 detection and migration safety for Django: select_related vs prefetch_related, when a migration needs a separate data step, and how to read the SQL a queryset actually emits.
    0
    installs
  55. Notion API · gulmezeren2-byte
    Read and write Notion databases: property types, pagination, and rate limits that appear only at scale.
    0
    installs
  56. Slack Bots · gulmezeren2-byte
    Slash commands, interactivity payloads, and the three-second acknowledgement deadline that shapes the whole design.
    0
    installs
  57. Agent Evals · gulmezeren2-byte
    Measure an agent instead of vibing it: fixed task sets, seeded runs, and a rubric written before the results are seen.
    0
    installs
  58. Code Review · gulmezeren2-byte
    Review for correctness first, then design, then style — with the severity said out loud so the author knows what blocks the merge.
    0
    installs
  59. Powerbi Dax · gulmezeren2-byte
    Measures over calculated columns, filter context, and the time-intelligence pattern that breaks on a non-standard calendar.
    0
    installs
  60. Otif Analysis · gulmezeren2-byte
    Audit delivery performance from order-level data - compute the OTIF metric ladder (tolerant to strict), find where lateness concentrates, and quantify the gap between the reported KPI and what customers experience. Use when the user mentions OTIF, on-time delivery, delivery performance, late orders, teslimat performansı, zamanında teslimat, or asks why customers complain despite a high on-time score. Differentiator - exposes measurement choices before optimizing operations.
    1
    install
  61. Using Ops Method · gulmezeren2-byte
    Entry point for any operations or supply-chain data analysis - routes the work through a fixed method (brief, data contract, honest metrics, driver decomposition, stress test, decision memo) and calls the specialized skills at the right step. Use when starting any ops analysis, KPI study, delivery/forecast/inventory question, operasyon analizi, veri analizi, or when unsure which ops skill applies. Differentiator - enforces sequence and validation, not just tool choice.
    1
    install
  62. Root Cause Pareto · gulmezeren2-byte
    Build a decision-grade Pareto for downtime, defects, complaints or delays - with unit-of-measure discipline, category hygiene, exposure normalization and a follow-up metric. Use when the user mentions pareto analysis, kök neden, duruş analizi, downtime, arıza analizi, defect ranking, şikayet analizi, 80/20 analysis. Differentiator - treats the Pareto as the start of a causal investigation, not a bar chart deliverable.
    1
    install
  63. Weekly Ops Report · gulmezeren2-byte
    Turn raw operational data into a weekly management report that answers exactly three questions - what changed, where is it concentrated, what needs a decision. Use when the user mentions weekly report, haftalık rapor, yönetim raporu, ops review, KPI summary, or asks to summarize operational data for managers. Differentiator - contract-first reporting with plain-language findings and driver decomposition, never a chart dump.
    1
    install
  64. Safety Stock Review · gulmezeren2-byte
    Size or audit safety stock with assumption checks - the z*sigma*sqrt(LT) formula plus an empirical stress test of what it actually delivers (cycle service vs fill rate) per variability class. Use when the user mentions safety stock, emniyet stoku, emniyet stoğu, reorder point, service level, stok seviyesi belirleme. Differentiator - refuses to hand back a number without validating the demand-distribution assumptions behind it.
    1
    install
  65. Abc Xyz Segmentation · gulmezeren2-byte
    Segment a SKU portfolio on value (ABC) and demand variability (XYZ), produce the 9-box with a planning policy per cell, and reallocate planner attention accordingly. Use when the user mentions ABC analysis, inventory segmentation, SKU rationalization, stok segmentasyonu, envanter sınıflandırma, or asks which items deserve forecasting effort. Differentiator - ABC alone is treated as half an answer; policy lives in the value x variability combination.
    1
    install
  66. Forecast Accuracy Review · gulmezeren2-byte
    Evaluate demand-forecast quality honestly - WMAPE, bias and Forecast Value Added against a naive benchmark over a rolling-origin backtest. Use when the user mentions forecast accuracy, MAPE, demand planning performance, tahmin doğruluğu, talep tahmini, or asks whether a forecasting process or tool is worth it. Differentiator - judges the process (value added vs doing nothing), not just the model.
    1
    install