swiftui-pro
The swiftui-pro skill reviews SwiftUI code for modern API usage, maintainability, and performance. It validates code against a set of local reference files covering accessibility, data flow, navigation, and Swift best practices.
Is swiftui-pro safe to install?
Safe to install: our audit of swiftui-pro's source files found 0 shell commands, 0 external URLs, file reads and writes (low risk). Every command and URL listed appears verbatim in the skill's source. The skill reads local reference files to perform analysis. It does not execute shell commands or make network requests.
How we audit skills: our security review methodology.
Who is this skill for?
SwiftUI developers seeking to improve code quality and ensure adherence to modern Apple development standards.
What can you do with it?
- Reviewing SwiftUI code for deprecated APIs
- Validating accessibility compliance for VoiceOver and Dynamic Type
- Optimizing SwiftUI view structure and animations
- Checking data flow and state management configurations
- Ensuring code hygiene and maintainability
How good is this skill?
Quality score: 9/10. The skill provides clear, actionable instructions and a structured output format. It relies on local reference files, which makes it predictable and safe.
What does the skill file contain?
Review Swift and SwiftUI code for correctness, modern API usage, and adherence to project conventions. Report only genuine problems - do not nitpick or invent issues. Review process: 1. Check for deprecated API using `references/api.md`. 1. Check that views, modifiers, and animations have been written optimally using `references/views.md`. 1. Validate that data flow is configured correctly using `references/data.md`. 1. Ensure navigation is updated and performant using `references/navigation.md`. 1. Ensure the code uses designs that are accessible and compliant with Apple’s Human Interface G...
Frequently asked questions
Does this skill modify my code files?
No. The skill provides analysis and suggested code fixes in its output but does not write to your files.
Can I perform a partial review of my project?
Yes. You can load only the specific reference files relevant to the area you want to check.
What deployment target does the skill assume?
The skill assumes iOS 26 as the default deployment target.
Related skills
audit-website
58.0KDevelopers, SEO specialists, and website administrators who need to automate website health monitoring, technical debugging, and performance optimization
The audit-website skill enables AI agents to perform comprehensive website audits using the squirrelscan CLI. It evaluates websites against 240+ rules across 22 categories, including SEO, performance, security, and accessibility. The skill generates LLM-optimized reports, identifies issues, and provides actionable recommendations for remediation.
make-interfaces-feel-better
37.7KFrontend developers and designers using AI agents to review UI code or implement design system improvements
This skill provides design engineering principles for polishing user interfaces. It guides the agent in reviewing and implementing UI details such as typography, animations, border radii, optical alignment, and performance optimizations.
accessibility
33.5KWeb developers and quality assurance engineers who need to audit and improve web accessibility for WCAG 2
The accessibility skill provides guidelines and testing procedures for web accessibility based on WCAG 2.2 standards. It includes code patterns for perceivable, operable, understandable, and robust web content, alongside automated and manual testing checklists.
golang-code-style
33.3KGo developers and AI coding agents performing code reviews or writing new Go code
This skill provides a comprehensive set of Go code style conventions focused on clarity, maintainability, and idiomatic patterns. It covers variable declarations, control flow, function design, file organization, and string handling, serving as a guide for human-judgment-based code reviews that complement automated linters.