一键导入
macos-hig-reviewer
A comprehensive macOS Human Interface Guidelines code and design reviewer. Analyzes macOS application code and design for HIG compliance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
A comprehensive macOS Human Interface Guidelines code and design reviewer. Analyzes macOS application code and design for HIG compliance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Diagnose and repair beads (bd) issue-tracker problems caused by its Dolt backend — including engine-mode mismatches (embedded vs server), database name incompatibilities, DATABASE MISMATCH repo-ID errors, the "auto-backup failed / table file not found" corruption that silently reverts writes, lock contention from multiple `dolt sql-server` processes (across projects or host/container), the hook-timeout stash-wipe that destroys untracked files on commit, orphaned dolt sql-server process leaks, and schema version skew in BOTH directions — a newer bd client refusing to auto-apply migrations to a remote-backed database, AND an older client stranded behind a database another agent/machine already migrated forward (bd doctor reports "database is at vX, binary knows up to vY (N migrations ahead)" and writes fail with "Field 'id' doesn't have a default value"). Use when bd won't start, a daemon-error file is present, bd updates don't persist, issues.jsonl is out of sync with bd show output, untracked files vanish aft
Create, assess, and improve README.md files for public GitHub projects. Scores an existing README against a weighted rubric, gives targeted section-by-section fixes, and can check strict standard-readme spec compliance. Use when the user asks to write a README, review/grade a README, improve an existing README, or check standard-readme compliance.
Edit technical blog posts to remove AI writing patterns and preserve human voice. Use when drafting or reviewing developer-facing posts, migration guides, and engineering write-ups.
Sub-skill for composing high-fidelity music tracks via Google DeepMind Lyria and verifying container formats.
Sub-skill for validating the artist.json metadata contract, copying files, compiling typescript/Vite templates, and verifying static client builds.
Sub-skill for drafting virtual artist backstories, mini-albums, theme-based color palettes, track metadata, and lyrics.
| name | macos-hig-reviewer |
| description | A comprehensive macOS Human Interface Guidelines code and design reviewer. Analyzes macOS application code and design for HIG compliance. |
| version | 1.1.0 |
This skill orchestrates a complete review of a macOS application (design, layout, and code) to ensure it strictly follows Apple's Human Interface Guidelines.
Cmd+W to close window, Cmd+Q to quit)?This skill can utilize SwiftLint to enforce macOS-specific coding guidelines.
brew install swiftlint
swiftlint.yml tailored for macOS applications and idiomatic Swift is provided in the references/ directory.When invoked to review a codebase or design:
references/swiftlint.yml to catch stylistic or structural issues.scripts/check_menubar.sh to quickly verify if the project has Menu Bar definitions.