Apply the Google Swift Style Guide to Swift code generation, review, and refactoring. Covers naming, file structure, formatting, and source-backed programming practices. Use for Google Swift compliance, not architecture, framework design, or project policy outside the guide.
70
85%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Use this skill for Swift naming, formatting, file structure, and style review that should follow the Google Swift Style Guide strictly: https://google.github.io/swift/
generate, review, refactor, or answer.Mode outputs:
generate and refactor: apply the rules directly with minimal explanation.review: report only concrete violations or risks.answer: explain briefly and cite only the relevant rule.UpperCamelCase.lowerCamelCase.// MARK: - for meaningful sections.[T], [K: V], T? when the compiler allows them.guard for early exits and avoid unnecessary fallthrough.public and open declarations, subject to the guide's exceptions.references/NAMING.mdreferences/FILE_STRUCTURE.mdreferences/FORMATTING.mdreferences/PRACTICES.mdf0ad4d6
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.