healthkit-cli

Seed and verify HealthKit data in a running Expo app using the apple-health CLI.

Updated Jan 30, 2025
One-click install
npx skills add https://github.com/manavkushwaha10/apple-health --skill healthkit-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: healthkit-cli
Source: https://github.com/manavkushwaha10/apple-health/tree/main/.claude/skills/healthkit-cli
Command: npx skills add https://github.com/manavkushwaha10/apple-health --skill healthkit-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing HealthKit data during Expo app development is error-prone and time-consuming; this skill provides a CLI-based workflow to seed HealthKit data and verify HealthKit integration inside a running Expo application.

Core Features & Use Cases

  • Seed HealthKit data into a running Expo app using the apple-health CLI.
  • Verify the HealthKit connection and inspect data with status and query commands.
  • Use with the devtools hook to test HealthKit features in your development environment.

Quick Start

Seed HealthKit data into a running Expo app using bunx apple-health and verify the setup with a status check.

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 into a running Expo app?

Seed HealthKit data into a running Expo app by executing the apple-health CLI via bunx apple-health to batch inject health samples directly into your development environment.

Can I use the apple-health CLI to verify HealthKit integration in Expo?

Verify HealthKit integration in Expo using the apple-health CLI's status check and query commands to inspect data samples and confirm the active connection.

What is the best way to test Apple Health data models during Expo development?

Testing Apple Health data models during Expo development is best handled by a devtools CLI workflow that seeds data batches and queries samples to verify integration.

Do I need the Expo devtools hook to use the HealthKit CLI?

You use the devtools hook to test HealthKit features in your development environment, working in synergy with the apple-health CLI to seed and query data.

What limitations exist when managing HealthKit data in Expo apps?

Limitations of managing HealthKit data in Expo apps include error-prone manual data entry and time-consuming verification, which the CLI workflow solves by automating batch seeding and status checks.