hig-doctor-audit

Automates Apple HIG compliance and accessibility scanning for app projects.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/raintree-technology/agent-starter --skill hig-doctor-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hig-doctor-audit
Source: https://github.com/raintree-technology/agent-starter/tree/main/templates/.claude/skills/hig-doctor-audit
Command: npx skills add https://github.com/raintree-technology/agent-starter --skill hig-doctor-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires hig-doctor, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of auditing app projects against Apple Human Interface Guidelines (HIG) for compliance, accessibility, and design linting.

Core Features & Use Cases

  • Automated HIG Audit: Scan app projects with HIG Doctor for UI compliance.
  • Severity Reporting: Provides detailed severity levels for issues.
  • Fix Guidance: Directs to specific HIG reference skills for issue resolution.
  • Use Case: If you need to ensure your app adheres to HIG standards before release, this Skill can automate the compliance check and guide you through the necessary fixes.

Quick Start

Perform a HIG Doctor audit on your app project by running: hig-doctor-audit --path /path/to/your/project

Frequently Asked Questions about hig-doctor-audit

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

FAQPage Schema
How do I automate an Apple HIG compliance audit for my app project?

Automate an Apple HIG compliance audit by running the hig-doctor-audit script against your project path to scan UI components and accessibility rules. The audit generates a severity-based issue report highlighting specific violations.

What is HIG Doctor UI compliance scanning and how does it work?

HIG Doctor UI compliance scanning analyzes app source code against Apple Human Interface Guidelines to detect design and accessibility violations. It processes project files, evaluates UI elements, and outputs categorized issues with severity levels.

Do I need the HIG Doctor tool installed to run an accessibility audit?

Yes, the HIG Doctor tool is a required dependency to run accessibility and UI compliance audits. The audit Skill serves as an automation wrapper that invokes HIG Doctor's scanning engine to evaluate your project.

Can I scan app projects built with various frameworks for accessibility issues?

Yes, the HIG Doctor audit supports various frameworks and platforms for accessibility scanning. It evaluates your project's UI components against Apple HIG standards regardless of the specific framework used.

How do I get fix guidance for HIG compliance issues found during an audit?

After completing a HIG compliance audit, the generated report directs you to specific HIG reference skills for issue resolution. Each identified violation includes severity reporting and links to targeted guidance for applying fixes.

What's the best way to check UI accessibility and design linting before app release?

Run an automated HIG Doctor audit to check UI accessibility and design linting before release. The audit scans your project against Apple HIG standards, provides detailed severity levels for issues, and guides you through necessary fixes.