autoreview
01Skill Claude CodeCodex
Pre-commit/ship code review: Codex default; optional Claude or Pi.
Skill Claude CodeCodex
Pre-commit/ship code review: Codex default; optional Claude or Pi.
Skill Claude CodeCodex
Create and manage Axiom monitors and notifiers via the v2 public API. Use when building alerting, routing notifications, validating monitor behavior, and maintaining alert configurations end-to-end.
Skill Claude CodeCodex
Expert SRE investigator for incidents and debugging. Uses hypothesis-driven methodology and systematic triage. Can query Axiom observability when available. Use for incident response, root cause analysis, production debugging, or log investigation.
Skill Claude CodeCodex
Designs and builds Axiom dashboards via API. Covers chart types, APL and metrics/MPL query patterns, SmartFilters, layout, and configuration options. Use when creating dashboards, migrating from Splunk, or configuring chart options.
Skill Claude CodeCodex
Use when drafting, sending, or preserving email correspondence for an existing ClawHub content rights case.
Skill Claude CodeCodex
Apply ClawHub-specific Convex conventions and route to the right managed Convex skill. Use for any change under convex/, Convex commands or deployment targeting, query performance, migrations, retention, runtime validation, or skill stat reads and writes in the ClawHub repository.
Skill Claude CodeCodex
Use for ClawHub staff moderation actions with the repo-local ClawHub admin tool: skills, users, org publishers, plugin packages, trusted publishers, official publishers, and guarded staff email.
Skill Claude CodeCodex
Use when reviewing, triaging, validating, or discussing ClawHub GitHub issues or pull requests, including author context, CI, UI proof, evidence, labels, close decisions, and maintainer handoff.
Skill Claude CodeCodex
Run and verify ClawHub production deploys and stable ClawHub CLI npm releases. Use when deploying backend or frontend changes to clawhub.ai, dispatching the Deploy workflow, publishing a stable CLI tag, checking release prerequisites, or proving the exact production SHA and workflow outcome.
Skill Claude CodeCodex
Analyzes Axiom query patterns to find unused data, then builds dashboards and monitors for cost optimization. Use when asked to reduce Axiom costs, find unused columns or field values, identify data waste, or track ingest spend.
Skill Claude CodeCodex
Find and buy a domain for the current Convex app through Convex, then bind it (labs; spend action).
Skill Claude CodeCodex
Add a capability to the CURRENT Convex app — consults the served Convex capability catalog for always-current procedures (billing, crons, auth, agent, search, …); falls back to built-in hosting or @convex-dev component search. TRIGGER when the user runs /add, or asks to add hosting/publishing or any backend capability…
Skill Claude CodeCodex
Read the Convex deployment's 72h insights (read limits, OCC contention), root-cause each event in code, report evidence-backed perf/cost findings with fixes.
Skill Claude CodeCodex
Add an AI agent / RAG backend (@convex-dev/agent) to the Convex app.
Skill Claude CodeCodex
Add authentication (passkeys/OAuth) to the current Convex app, including the auth.config.ts wiring.
Skill Claude CodeCodex
Audit and harden Convex authorization: identity-from-arg impersonation, missing per-document ownership checks, PII-leaking public queries, and writes into containers the caller doesn't own. Deterministic scan + canonical requireIdentity/requireOwner fix + tsc verify. Use for 'secure my app' / 'audit auth' / 'who can…
Skill Claude CodeCodex
Set up Convex backups and run a restore DRILL that proves recovery — snapshot, restore into a throwaway preview, assert the data came back — plus a schedule matched to your RPO and a gated recovery runbook.
Skill Claude CodeCodex
Add Stripe billing/payments to the Convex app via @convex-dev/stripe (checkout + webhook + gating).
Skill Claude CodeCodex
Check the current app's pinned Convex components against recommended versions and upgrade them behind a build gate.
Skill Claude CodeCodex
Preview Convex spend — rank functions by bytes/documents-read × call-volume from insights, project each cost driver's growth curve, name the cheapest fix; confirm-cost for paid actions.
Skill Claude CodeCodex
Builds reusable Convex components with isolated tables and app-facing APIs. Use for new components, reusable backend modules, integrations, or component boundary work.
Skill Claude CodeCodex
Add recurring scheduled jobs (crons) to the Convex app.
Skill Claude CodeCodex
Classify + announce the target Convex deployment before any deployment-affecting command; fresh explicit consent for prod actions; session read-only mode.
Skill Claude CodeCodex
Design and build reactive, type-safe, production-grade backends on Convex. Covers schema, queries/mutations/actions, indexes, auth, file storage, scheduling, real-time multiplayer, mobile backends, and LLM/agent workflows on Convex's one-platform stack.