review

Run CodeRabbit AI review and manual Swift 6.0 checklist checks.

6|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/UnaMentis/unamentis --skill review-unamentis
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/UnaMentis/unamentis/tree/main/.claude/skills/review
Command: npx skills add https://github.com/UnaMentis/unamentis --skill review-unamentis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates comprehensive code reviews by combining AI-powered analysis (CodeRabbit) with a structured manual checklist to ensure coding standards and project requirements are met.

Core Features & Use Cases

  • AI-driven analysis: Automatically analyzes changes with CodeRabbit to identify potential issues and suggest fixes.
  • Manual conformance checks: Enforces Swift 6.0 concurrency, accessibility, and testing guidelines through a checklist.
  • Collaborative workflow: Streamlines PR reviews by blending automated findings with human review and generating a cohesive report.
  • Use Case: Before merging a feature branch, run /review to obtain a full AI-assisted assessment plus a manual review to ensure quality.

Quick Start

Run /review to start a full AI-assisted code review on your uncommitted changes.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code reviews for Swift 6 and iOS projects?▼

Automate code reviews for Swift 6 and iOS by running /review to trigger AI-powered analysis alongside manual checks for concurrency and accessibility. This generates a structured report blending automated findings with human review.

What is the best way to check Swift 6.0 concurrency compliance in a pull request?▼

Checking Swift 6.0 concurrency compliance involves running an automated checklist that validates coding standards alongside AI analysis. This enforces project requirements and generates a cohesive workflow report before merging.

Does CodeRabbit work with Git for iOS development code reviews?▼

CodeRabbit works with Git for iOS development by automatically analyzing code changes to identify potential issues. It integrates into a review workflow that combines automated findings with manual conformity checks.

How do I generate a structured code review report before merging a feature branch?▼

Generate a structured code review report by running /review on uncommitted changes to obtain a full AI-assisted assessment. It combines automated findings with a manual checklist covering testing and accessibility.

Can I combine AI analysis with manual coding standard checks?▼

Combine AI analysis with manual checks by running a review workflow that triggers CodeRabbit for automated findings and a manual checklist for Swift 6.0 guidelines. This outputs a cohesive collaborative report.

What limitations should I expect when running automated code quality checks on uncommitted changes?▼

Limitations of running automated code quality checks include relying on Git for version control and requiring Swift 6.0 for specific concurrency conformity checks, meaning non-iOS codebases will not trigger the manual checklist.