code-review

Identify code quality issues in Swift and TypeScript projects using codex-cli and Claude Code.

1|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/fumiya-kume/toy-poodle-love --skill code-review-fumiya-kume
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/fumiya-kume/toy-poodle-love/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/fumiya-kume/toy-poodle-love --skill code-review-fumiya-kume

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill streamlines code reviews by guiding developers through common Swift and TypeScript issues, surfacing actionable feedback, and enabling safe automated improvements where appropriate.

Core Features & Use Cases

  • Codex-cli guided analysis to detect code-quality issues and generate structured, actionable feedback.
  • Claude Code integrated fixes with an explicit review step to prevent unintended changes.
  • Use cases include memory management and concurrency checks in Swift, and type safety, dependency, and performance checks in TypeScript/React projects.

Quick Start

Run the code-review skill on your repository to identify issues and apply fixes via Claude Code after your review.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for Swift and TypeScript projects?

Automate code review for Swift and TypeScript by using codex-cli to detect quality issues and generate actionable feedback. Claude Code then applies reviewable fixes after explicit user confirmation, ensuring safe patch automation across iOS and web stacks.

Can I use Claude Code to fix memory and concurrency issues in Swift?

Yes, you can use Claude Code to fix memory and concurrency issues in Swift. The workflow surfaces actionable improvements for SwiftUI patterns and requires an explicit review step before applying changes to prevent unintended modifications.

What's the best way to check type safety and performance in React and Next.js?

Check type safety and performance in React and Next.js by running an AI-assisted code review. It identifies dependency and performance issues in TypeScript projects and generates structured feedback for safe automated improvements.

How does the confirmation step work before applying code fixes?

The confirmation step requires explicit user approval before applying any code fixes. This prevents unintended changes during patch automation, ensuring you review the generated feedback and approve modifications before Claude Code modifies your repository.

Do I need codex-cli to run AI-assisted code quality checks?

Yes, codex-cli is required to run AI-assisted code quality checks. It provides the guided analysis needed to detect issues across memory, concurrency, safety, and performance scenarios, while Claude Code handles the subsequent fix application.

When should I avoid automated patch automation for code reviews?

Avoid automated patch automation when your codebase requires manual architectural oversight or lacks sufficient test coverage. The workflow relies on explicit user confirmation, so skip automated fixes if you cannot safely review the proposed changes before application.