Kotlin Review banner
jay77721 jay77721

Kotlin Review

Security community

Description

--- description: Comprehensive Kotlin code review for idiomatic patterns, null safety, coroutine safety, and security. Invokes the kotlin-reviewer agent. --- # Kotlin Code Review This command invokes the **kotlin-reviewer** agent for comprehensive Kotlin-specific code review. ## What This Command Does 1. **Identify Kotlin Changes**: Find modified `.kt` and `.kts` files via `git diff` 2. **Run Build & Static Analysis**: Execute `./gradlew build`, `detekt`, `ktlintCheck` 3. **Security Scan**:

Installation

Installs to ~/.claude/skills/jay77721-my-claude-kotlin-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jay77721-my-claude-kotlin-review && curl -fsSL https://raw.githubusercontent.com/jay77721/my-claude/HEAD/commands/kotlin-review.md -o ~/.claude/skills/jay77721-my-claude-kotlin-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository