← all publishers

blakeox

@blakeox source repo

46 published skills

  1. Security Engineer · blakeox
    Security and trust-boundary specialist. Hunts auth gaps, privilege escalation, data exposure, injection, secret handling mistakes, and abuse paths. Use for exposed surfaces, auth changes, admin flows, uploads.
    1 install
  2. Migration Engineer · blakeox
    Change-transition specialist for schema, data, APIs, and rollout order. Focuses on forward/backward compatibility, staged rollout, backfills, reversibility, and deploy sequencing.
    1 install
  3. Performance Engineer · blakeox
    Latency, throughput, memory, and scaling specialist. Finds slow paths, hidden N+1s, fan-out costs, unbounded work, and tail-latency traps. Use for hot endpoints, expensive screens, background jobs, batch work.
    1 install
  4. Reliability Engineer · blakeox
    Reliability and operability specialist. Focuses on failure handling, observability, retries, backpressure, alerting, queues, timeouts, degradation, and recovery. Use for incident-prone flows, background jobs, distributed systems.
    1 install
  5. Product Design Review · blakeox
    Orchestrated product design critic. Runs the UX flow lens first, then the UI execution lens, and returns one coherent design verdict.
    1 install
  6. Accessibility Engineer · blakeox
    Accessibility and inclusive interaction specialist. Audits keyboard access, focus behavior, semantics, screen reader output, contrast, motion, error recovery, and assistive-tech usability.
    1 install
  7. Dep Audit · blakeox
    Zero-assumption dependency audit. Use when reviewing a manifest, lockfile, proposed package, or dependency portfolio for vulnerabilities, maintenance status, license risk, bus factor, bundle or runtime cost, upgrade exposure, and whether each dependency should exist at all.
    1 install
  8. Tech Debt · blakeox
    Systematic technical-debt inventory with an operational cost model. Use when reviewing a codebase, directory, subsystem, or backlog to quantify recurring cost, incident likelihood, blast radius, remediation effort, dependency order, and disasters waiting to happen instead of producing a vague cleanup list.
    1 install
  9. A11Y Audit · blakeox bundle
    Zero-assumption accessibility audit against WCAG 2.2 AA or higher. Use when reviewing a page, component, workflow, or full application for keyboard access, screen-reader behavior, semantic HTML, contrast, motion, focus, or other barriers that exclude users.
    1 install
  10. API Review · blakeox
    Zero-assumption API design review from the consumer's perspective. Use when reviewing API routes, controller code, SDK contracts, or an OpenAPI specification for usability, error shapes, authentication, pagination, versioning, idempotency, compatibility, and rate limiting.
    1 install
  11. Postmortem · blakeox
    Evidence-backed, blameless incident postmortem. Use after an outage, security event, failed deployment, data incident, or material near miss to reconstruct the timeline from git, deploys, metrics, and logs; identify technical and control failures; and define owned corrective actions.
    1 install
  12. Test Audit · blakeox
    Zero-assumption test-suite audit focused on real confidence rather than coverage percentage. Use when reviewing test directories, individual suites, CI behavior, flaky tests, mock-heavy tests, or an application's full verification strategy to find false confidence and uncovered critical paths.
    1 install
  13. Test Write · blakeox bundle
    Write missing high-signal tests that verify behavior and catch realistic bugs. Use when given source files, functions, review findings, regressions, acceptance criteria, or coverage gaps that require focused unit, integration, contract, or end-to-end tests, especially for failure and boundary paths.
    1 install
  14. UI Designer · blakeox bundle
    Highly opinionated user interface designer that produces design direction, not implementation. Use when dashboards, forms, tables, mobile screens, landing pages, redesigns, design systems, or visual hierarchy need concrete hierarchy, spacing, typography, visual states, and component-presentation rules. Use ux-designer for workflow meaning and a11y-audit for conformance.
    1 install
  15. UX Designer · blakeox bundle
    Highly opinionated user experience designer that produces workflow direction, not implementation. Use when onboarding, checkout, dashboards, forms, navigation, information architecture, state meaning, recovery, or feature flows need less friction and clearer time-to-value. Use ui-designer for visual presentation and a11y-audit for conformance.
    1 install
  16. Devex Review · blakeox
    Zero-assumption developer-experience audit. Use when testing an API, CLI, SDK, documentation set, or developer platform as a real consumer to measure time-to-first-working-result, find dead ends, and expose setup, authentication, documentation, and error-message friction. Use onboarding-audit instead for repository clone-to-first-change setup.
    1 install
  17. Platform Ship · blakeox bundle
    Evidence-based provider release gate for Apple, AWS, Azure, Cloudflare, Google Cloud, Supabase, and Vercel. Use immediately before a platform deployment, App Store submission, production promotion, or provider configuration change to verify identity, environment, runtime configuration, rollout, observability, and rollback using the matching provider reference.
    1 install
  18. Section Review · blakeox bundle
    First-principles review of a named codebase or product section, calibrated to project stage. Use when a module, service, workflow, page, subsystem, or architecture area needs an evidence-backed general quality assessment and no narrower specialist skill owns the primary question. Route API, test, UX, accessibility, dependency, or release-readiness work to the dedicated skill first.
    1 install
  19. Tester · blakeox
    High-signal test strategist. Designs the smallest test set that actually proves behavior, catches regressions, and protects important contracts. Use for test plans, regression coverage, API validation.
    1 install
  20. Parallel Review · blakeox
    Orchestrate multiple specialist reviews against one target and synthesize a prioritized, deduplicated verdict. Use when a pre-merge review, deep audit, project-health check, post-incident review, test overhaul, design audit, or operational-risk review genuinely needs several independent review skills or subagents.
    1 install
  21. Paranoid Review · blakeox
    Paranoid staff-engineer code review for production risk that ordinary CI misses. Use when reviewing a branch, pull request, diff, or critical files for correctness, edge cases, concurrency, data loss, security, rollback risk, silent failures, and operational blast radius before merge.
    1 install
  22. Plan Eng Review · blakeox
    Engineering plan review before code is written. Use when stress-testing a feature plan, architecture proposal, migration design, data flow, system boundary, failure model, rollout sequence, or rollback strategy and when the plan needs concrete diagrams, missing decisions, and measurable gates.
    1 install
  23. Security Review · blakeox
    Evidence-backed security review that traces concrete exploit and abuse paths across trust boundaries. Use when reviewing authentication, authorization, admin actions, uploads, parsers, webhooks, secrets, sensitive data, exposed APIs, background jobs, or other surfaces where an attacker or careless operator could gain access, escalate privilege, alter data, or cause material harm.
    1 install
  24. Breaker · blakeox
    Adversarial test and hardening specialist. Assumes timing, state, users, and environments will behave badly and turns those risks into concrete break scenarios. Use before release or on fragile flows.
    1 install
  25. Builder · blakeox
    Practical delivery reviewer for APIs, dependencies, and developer experience. Bundles API review, dependency audit, and onboarding audit. Use for public/internal APIs, package changes, setup friction.
    1 install
  26. Migration Review · blakeox
    Evidence-backed transition review for database schemas, stored data, APIs, events, queues, files, and cross-service contracts. Use when a change requires staged rollout, backfill, mixed-version operation, expand-contract sequencing, compatibility validation, data preservation, rollback, or forward recovery while systems remain live.
    2 installs
  27. Onboarding Audit · blakeox
    Zero-knowledge repository onboarding audit. Use when testing whether a new developer can clone, configure, understand, run, test, and safely change a project without tribal knowledge, undocumented credentials, external searches, or hidden setup steps.
    1 install
  28. Debugger · blakeox
    Root-cause bug fixer. Reproduces failures, isolates the smallest failing path, and pushes toward the actual fix instead of symptom masking. Use for regressions, flaky behavior, outages, and weird production-only bugs.
    1 install
  29. Designer · blakeox
    Product design reviewer combining UX flow critique with UI hierarchy critique. Use for mockups, wireframes, screen reviews, flow redesigns, onboarding, checkout, dashboards, and design-system decisions.
    1 install
  30. Enforcer · blakeox
    Final pre-merge gatekeeper. Combines paranoid implementation review with ship-readiness checks. Use for pull requests, release branches, hotfixes, and any 'is this safe to ship?' decision.
    1 install
  31. Executor · blakeox
    Direct implementation specialist. Turns a clear goal or approved plan into the smallest correct change using first-principles reasoning, deletion bias, and crisp sequencing.
    1 install
  32. Plan Devex Review · blakeox
    Developer-experience plan review before implementation. Use when stress-testing a proposed API, CLI, SDK, documentation flow, authentication model, setup path, or developer tool for time-to-first-working-result, integration friction, support burden, and preventable dead ends.
    1 install
  33. Architect · blakeox
    Design-before-code and architecture-review specialist. Stress-tests designs before implementation cost. Use for RFCs, technical plans, system redesigns, and architecture-heavy diffs.
    1 install
  34. Reliability Review · blakeox
    Evidence-backed reliability and operability review for services, distributed workflows, queues, scheduled jobs, integrations, and critical user paths. Use when evaluating timeouts, retries, backpressure, partial failure, degradation, alerting, recovery, capacity limits, or silent data and processing failures under real production conditions.
    1 install
  35. Plan Product Review · blakeox
    Product-value review before implementation. Use when deciding whether a feature, workflow, integration, or product proposal should exist, what user problem it actually solves, what the constrained MVP is, and which scope should be removed before engineering begins.
    1 install
  36. Investigator · blakeox
    Incident, trend, and debt analyst. Bundles postmortems, git-backed retrospectives, and tech debt inventory. Use for incidents, weekly reviews, release retros, and technical debt prioritization.
    1 install
  37. Orchestrator · blakeox
    Meta-router that decides whether a task needs one specialist or a fleet. Routes to the right specialist skill(s) and defines the execution order. Use for multi-surface work spanning product, architecture, design, implementation, testing, or delivery.
    1 install
  38. Product Mind · blakeox
    Feature-value gatekeeper. Decides whether a request should exist, who it is for, and what the honest MVP is. Use for PRDs, feature ideas, roadmap items, and scope debates.
    1 install
  39. Apple Shipper · blakeox
    Apple release specialist. Use for TestFlight, App Store, signing, entitlements, privacy, and Apple-platform release blockers.
    1 install
  40. Platform Admin · blakeox
    Meta platform-release router. Detects likely deployment platform from repo signals and routes to the right provider-specific shipper skill.
    1 install
  41. Vercel Shipper · blakeox
    Vercel release specialist. Use for Next.js apps, Vercel Functions, Edge Middleware, env vars, domains, and release-risk decisions on Vercel.
    1 install
  42. Contract Tester · blakeox
    Consumer-compatibility and contract-validation specialist. Protects API, schema, event, and interface contracts from accidental breaking changes. Use for public APIs, SDK-backed endpoints, shared schemas.
    1 install
  43. Ship · blakeox
    Evidence-based pre-flight release gate that passes or blocks a branch or pull request. Use immediately before merge, deployment, or release to verify branch state, debug residue, secrets, tests, CI, review hygiene, migrations, observability, rollback readiness, and explicit ownership of remaining risk.
    1 install
  44. Retro · blakeox
    Evidence-backed engineering retrospective grounded in delivery artifacts. Use when reviewing a week, sprint, release, or other period to identify what shipped, where system flow stalled, how review and change load were distributed, and which process changes are justified. Do not use commit volume, LOC, or working hours as individual performance evidence.
    1 install
  45. Execute · blakeox bundle
    Implement settled work with the smallest correct production-grade change. Use when Codex must turn review findings, an engineering plan, a feature specification, a bug report, or a direct change request into code and tests without widening scope or gold-plating.
    1 install
  46. Test Fix · blakeox bundle
    Diagnose and fix broken, flaky, or failing tests without weakening assertions or hiding failures behind retries. Use when given failing test files, CI output, intermittent failures, or a suspected test regression and when Codex must determine whether the product code, test, fixture, environment, or timing assumption is wrong.
    1 install