halodoc-tech/halodoc-ai
Skill Claude CodeCodex
Android Memory Leak Analyser & Solver — ingests LeakCanary traces from issue-tracker tickets, fetches tickets tagged as memory leaks from the configured issue-tracker board, or accepts raw traces pasted in chat. Identifies the reference chain, user journey, root cause, and reproduction steps. Generates a concise…
halodoc-tech/halodoc-ai
Skill Claude CodeCodex
Adds new columns to an existing datamart table by generating the correct redshiftddl and outputting ready-to-copy Jenkins parameters for ProdDatamartColumnAddition. Always use this skill when the user mentions any of: "add column", "new column to table", "add field to table", "add columns to existing table", "alter…
halodoc-tech/halodoc-ai
Skill Claude CodeCodex
Creates a new datamart table end-to-end: collects intent, fetches source SQL from S3, introspects source schemas via Athena or Redshift, generates validated redshiftddl and rdsconfig, and outputs copy-paste-ready Jenkins parameters. Always use this skill when the user mentions any of: "create datamart table", "onboard…
halodoc-tech/halodoc-ai
Skill Claude CodeCodex
Use when working with DE (Data Engineering) automation pipelines. "Transactional table" here means RDS (MySQL) → S3 via DMS, readable by Athena — NOT datamart/Redshift. Use when the user mentions: "onboard transactional table", "migrate rds table", "rds to s3", "rds via dms", "add column to rds-migrated table", "add…
halodoc-tech/halodoc-ai
Skill Claude CodeCodex
Triages iOS crashes end to end — parses Firebase Crashlytics reports, Xcode .ips logs, or raw stack traces; classifies the crash (force unwrap, array bounds, dangling pointer, race condition, stack overflow, assertion, main-thread violation, OOM); locates the root cause in the project's own source; proposes a Swift…
halodoc-tech/halodoc-ai
Skill Claude CodeCodex
Figma to SwiftUI — converts a Figma screen into SwiftUI View + ViewModel files mapped to your project's design system components, tokens, and localisation conventions. Handles component resolution, DS variant gap detection, image and animation prompting, localisation key generation, and SwiftLint compliance before…
halodoc-tech/halodoc-ai
Skill Claude CodeCodex
Automates Angular version upgrades safely with SSR awareness, internal package handling, and iterative error-driven fixes, as a guided phased workflow that pauses to ask at real decision points. Use when: "upgrade Angular", "migrate to Angular X", "ng update", "update Angular version", "angular migration", "move to…
halodoc-tech/halodoc-ai
Skill Claude CodeCodex
Migrate Angular applications from Zone.js to zoneless change detection. Use this skill when the user wants to: migrate to zoneless, remove Zone.js, adopt signal-based reactivity, update ChangeDetectionStrategy, fix spec files for zoneless, or asks about provideZonelessChangeDetection. Also triggers for: "migrate to…
halodoc-tech/halodoc-ai
Skill Claude CodeCodex
Angular 17+ / @angular/ssr: Set up or extend Google Search Console-driven prerendering — generate a typed click-ranked params list and wire it into ServerRoute getPrerenderParams. Triggers on: "prerender Angular routes from SEO traffic", "set up GSC prerender", "configure prerendering from Search Console", "add…