healthkit-cli

Seed and verify HealthKit data in Expo apps using the apple-health CLI.

38|3|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/EvanBacon/apple-health --skill healthkit-cli-evanbacon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: healthkit-cli
Source: https://github.com/EvanBacon/apple-health/tree/main/.claude/skills/healthkit-cli
Command: npx skills add https://github.com/EvanBacon/apple-health --skill healthkit-cli-evanbacon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Seeds and verifies HealthKit data within running Expo apps using the apple-health CLI, enabling realistic testing without manual data entry.

Core Features & Use Cases

  • Batch seeding of Quantity, Category, and Workout samples via the apple-health CLI
  • Real-time verification of devtools connectivity and HealthKit data flow
  • Use cases include testing app behavior with realistic health data during development

Quick Start

Seed HealthKit data in a running Expo app by executing the CLI command batch mode and then check connectivity with a status command.

Frequently Asked Questions about healthkit-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I seed HealthKit data in an Expo app for testing?

Seed HealthKit data in an Expo app by using the apple-health CLI in batch mode to inject NDJSON samples, then verify connectivity and data flow through a devtools-enabled Expo app.

What HealthKit sample types can I batch seed using the apple-health CLI?

Batch seeding supports Quantity, Category, and Workout HealthKit sample types, allowing you to populate your Expo app with realistic health data without manual entry.

Can I verify HealthKit data flow in a running Expo app?

Verify HealthKit data flow in a running Expo app by checking devtools connectivity and using status commands to validate that seeded samples are accessible.

Do I need a devtools-enabled Expo app to test HealthKit data?

Yes, a devtools-enabled Expo app is required to test HealthKit data, as it provides the necessary environment to execute the apple-health CLI and validate data connectivity.

Why use NDJSON for seeding HealthKit samples during development?

NDJSON format enables efficient batch seeding of HealthKit samples via the apple-health CLI, automating realistic data injection for testing app behavior during development.