Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

iOS-clean-code-skills

iOS-clean-code-skills 收录了来自 levabond 的 8 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
8
Stars
25
更新
2026-05-26
Forks
2
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

swift-clean-advisor
软件开发工程师

Model-invoked skill that automatically guides Clean Code principles when writing or reviewing Swift code. Activates when creating new Swift files, implementing Swift functions or types, or when the user mentions clean code, SOLID, refactoring, or code quality in a Swift context.

2026-05-26
swift-clean-errors
软件开发工程师

Review Swift error handling based on Clean Code principles. Use when the user asks to check error handling, review optionals usage, improve throws/Result/async patterns, or audit nil handling in Swift code.

2026-05-26
swift-clean-functions
软件开发工程师

Review and refactor Swift functions based on Clean Code principles. Use when the user asks to check function design, split large functions, reduce function arguments, review closures, or improve function structure in Swift code.

2026-05-26
swift-clean-names
软件开发工程师

Review and fix Swift naming conventions based on Clean Code principles. Use when the user asks to check names, review identifiers, rename variables/functions/types, or improve readability of Swift code.

2026-05-26
swift-clean-review
软件开发工程师

Full Clean Code audit of Swift code covering all principles. Use when the user asks for a complete clean code review, full audit, or comprehensive refactoring of a Swift file or module.

2026-05-26
swift-clean-tests
软件质量保证分析师与测试员

Review Swift unit tests based on Clean Code principles. Use when the user asks to check test quality, apply FIRST principles, review XCTest/Swift Testing structure, improve test naming, or audit test coverage strategy in Swift.

2026-05-26
swift-clean-types
软件开发工程师

Review Swift classes, structs, enums, and protocols based on Clean Code principles. Use when the user asks to check class design, apply SRP, review protocol conformances, refactor types, or improve Swift architecture.

2026-05-26
swift-cognitive-complexity
软件开发工程师

Measure and reduce Cognitive Complexity in Swift code based on "Cognitive Complexity — A new way of measuring understandability" by G. Ann Campbell (SonarSource). Use when the user asks to check cognitive complexity, reduce nesting, simplify control flow, untangle complex conditions, or make Swift functions easier to understand.

2026-05-26