coding-standards-enforcer

Installation
SKILL.md

Coding Standards Enforcer

Quick Start

Use this skill whenever Swift source changes are in scope and the question is whether the code matches the repository's concurrency, observation, and modern API standards.

  1. Classify the work first:
    • Swift 6.2 build-setting / language-mode problem
    • isolation / actor / Sendable problem
    • view-model / observation / ownership problem
    • modern API / style / safety cleanup
  2. Load only the reference files that match that category.
  3. Review the changed code in this order:
    • compiler diagnostics and isolation boundaries
    • ownership and observation model
    • API modernization and safety
  4. Fix or flag deviations explicitly; do not leave standards violations implied.
Related skills

More from tomkrikorian/visionosagents

Installs
44
GitHub Stars
49
First Seen
Jan 27, 2026