review

Review Swift/SwiftUI projects for code quality and accessibility compliance.

32|10|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/moasq/nanowave --skill review-moasq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/moasq/nanowave/tree/main/internal/orchestration/skills/always/review
Command: npx skills add https://github.com/moasq/nanowave --skill review-moasq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of reviewing code quality and auditing accessibility compliance, ensuring projects meet high standards.

Core Features & Use Cases

  • Quality Review: Identifies code quality issues, checks for placeholders, ensures preview presence, and verifies AppTheme compliance.
  • Accessibility Audit: Conducts code-first accessibility checks for VoiceOver, dynamic type, touch targets, and color contrast.
  • Structured Reporting: Generates findings with severity, evidence, impact, and remediation in a standardized Markdown format.

Quick Start

Run a quality review on the current project, focusing on accessibility.

Frequently Asked Questions about review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform an accessibility audit on a SwiftUI project?

A code quality review for SwiftUI checks for code standards, placeholder usage, preview presence, and AppTheme compliance. It identifies issues and generates structured Markdown reports with severity, evidence, impact, and remediation steps.

How do I get actionable remediation plans for code review findings?

To get actionable remediation plans for code review findings, run this Skill to generate a standardized Markdown report. Each finding includes the issue's severity, evidence, impact, and specific steps to resolve the identified quality or accessibility problems.

Does this code review tool check for placeholder text and missing previews?

Yes, this code review tool checks for placeholder text and missing previews. It identifies placeholders, ensures preview presence, verifies AppTheme compliance, and flags these issues in a structured report alongside accessibility findings.

What is included in a SwiftUI accessibility and quality audit report?

A SwiftUI accessibility and quality audit report includes severity-based findings, evidence, impact, and actionable remediation plans. It covers code standards, VoiceOver, dynamic type, touch targets, and color contrast issues in a standardized Markdown format.