Skip to main content
Back to the directory
dimillian/skillsSoftware EngineeringFrontend and Design

swiftui-view-refactor

Refactor SwiftUI views toward small, explicit, stable types with MV-first defaults.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/dimillian/skills --skill swiftui-view-refactor
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, swiftui-view-refactor has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: dimillian/skills. Canonical URL: https://skills.sh/dimillian/skills/swiftui-view-refactor.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Refactor SwiftUI views toward small, explicit, stable types with MV-first defaults. Refactor SwiftUI views toward small, explicit, stable view types. Default to vanilla SwiftUI: local state in the view, shared dependencies in the environment, business logic in services/models, and view models only when the request or existing code clearly requires one. Prefer: Avoid: Prefer: Avoid: Example (Observation-based): When a SwiftUI view file exceeds ~300 lines, split it aggressively. Extract meaningful sections into dedicated View types instead of hiding complexity in many computed properties. Use private extensions with // MARK: - comments for actions and helpers, but do not treat extensions as a substitute for breaking a giant screen into smaller view types. If an extracted subview is reused or independently meaningful, move it into its own file. - Enforces view ordering (environment, state, computed vars, init, body, helpers) and strongly prefers dedicated subview types over computed some View helpers for non-trivial sections - Defaults to Model-View architecture: local state in views, shared dependencies in environment, business logic in services/models, view models only when explicitly required or already present - Extracts actions and side effects out of view bodies into private methods; keeps body readable as UI layout and orchestration, not imperative logic - Maintains stable...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does swiftui-view-refactor do?

Refactor SwiftUI views toward small, explicit, stable types with MV-first defaults.

Is swiftui-view-refactor good?

swiftui-view-refactor does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support swiftui-view-refactor?

swiftui-view-refactor currently lists compatibility with Skills CLI.

Is swiftui-view-refactor safe to install?

swiftui-view-refactor has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to swiftui-view-refactor?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install swiftui-view-refactor?

Run the following command to install swiftui-view-refactor: npx skills add https://github.com/dimillian/skills --skill swiftui-view-refactor

Related skills

More from dimillian/skills

Related skills

Alternatives in Software Engineering