Om Rajguru

HIG Compliance Auditor Skill

HIG Compliance Auditor

A Claude Code skill that audits codebases and design systems against Apple's Human Interface Guidelines (HIG), generates detailed compliance reports with severity tiers, and applies remediation changes on user approval.

I built this skill to bring the rigor of Apple's design standards into the development workflow. Instead of manually cross-referencing HIG documentation, you can run a comprehensive audit directly inside Claude Code and get actionable, attributed fixes for every violation found.

What It Does

Installation

Claude Code (CLI)

npx skills add omrajguru05/hig-compliance-auditor

After installation, restart Claude Code or start a new conversation to activate the skill.

Plugin Marketplace

/plugin marketplace add omrajguru05/hig-compliance-auditor
/plugin install hig-compliance-auditor@omrajguru05-hig-compliance-auditor

After installation, restart Claude Code or start a new conversation to activate the skill.

Claude.ai (Web)

Download the hig-compliance-auditor.skill file from the root of this repo, then upload it at Settings > Customize > Skills in Claude.ai (Pro/Max/Team/Enterprise). After uploading, restart Claude Code or start a new conversation to activate the skill.

Manual Installation

curl -sfL https://raw.githubusercontent.com/omrajguru05/hig-compliance-auditor/main/install.sh | bash

After installation, restart Claude Code or start a new conversation to activate the skill.

Usage

Here are some example prompts that will trigger the skill:

Audit this project for HIG compliance
Check my SwiftUI code against Apple's Human Interface Guidelines
Run an accessibility audit for iOS
Is my web app following Apple's design standards for PWA?
Prepare this app for App Store review - check compliance
Audit the Liquid Glass CSS implementation in my navigation bar

The skill walks you through a structured workflow:

  1. Pre-audit configuration - You choose the audit scope, target platforms, and framework
  2. Codebase scanning - The skill analyzes your code against the HIG knowledge base
  3. Audit report - A detailed Markdown report with every issue, its severity, and recommended fixes
  4. Your approval - You select which issues to fix and which remediation approach you prefer
  5. Automated remediation - Fixes are applied with full attribution in the code comments
  6. Continuous monitoring (optional) - Track compliance over time with baseline comparisons

Audit Coverage

Foundations

Platform-Specific

Web/PWA

Compliance

Project Structure

hig-compliance-auditor/
  .claude-plugin/
    plugin.json
  skills/
    hig-compliance-auditor/
      SKILL.md
      references/
        hig-foundations.md
        platform-paradigms.md
        web-pwa-adaptation.md
        compliance-checklists.md
  install.sh
  hig-compliance-auditor.skill
  README.md
  LICENSE

Knowledge Base

The skill's reference material is organized into four focused files that Claude loads on demand based on the audit scope:

File Contents
hig-foundations.md Core principles (Clarity, Deference, Depth, Hierarchy, Harmony, Consistency), typography metrics, semantic colors, Liquid Glass rules, layout constraints, SF Symbols
platform-paradigms.md iOS/iPadOS, macOS, watchOS, tvOS, visionOS paradigms with platform-specific audit checks
web-pwa-adaptation.md PWA configuration, Liquid Glass CSS implementation, system font stacks, icon licensing, interaction fidelity
compliance-checklists.md UX/UI dos and don'ts, App Store review requirements, accessibility audit matrix, AI transparency rules

All guidance and technical specifications derive from Apple's Human Interface Guidelines. I do not claim authorship of Apple's design principles or framework specifications.

Attribution

All design principles, guidelines, and technical specifications referenced in this skill are sourced from Apple's Human Interface Guidelines. This skill provides a structured audit workflow and remediation tooling built on top of that publicly available guidance.

About Me

I am Om Rajguru. I built this skill to help developers and designers ship apps that meet Apple's bar for quality and compliance.

License

MIT