bill-kotlin-code-review-persistence

Community

Audit Kotlin persistence for data integrity.

AuthorSermilion
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Kotlin backend persistence often suffers from data integrity risks during transactions, migrations, and ORM mappings. This skill provides a structured approach to identifying and mitigating persistence-related issues that can compromise correctness and reliability.

Core Features & Use Cases

  • Transaction boundary validation: ensure atomicity and correct commit/rollback behavior across repositories and DAOs.
  • Migration safety checks: review schema changes for nullability, data loss, and rollout compatibility.
  • ORM/SQL mapping consistency: verify mappings between Kotlin entities and database schemas to prevent stale reads or writes.
  • Risk-focused reviews: detect lost updates, race conditions, non-idempotent writes, and tenant-filter gaps.
  • Use Case: when a Kotlin service touches persistence, run this skill to surface high-risk changes before merging.

Quick Start

Review the touched Kotlin persistence modules to identify major risk areas.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: bill-kotlin-code-review-persistence
Download link: https://github.com/Sermilion/skill-bill/archive/main.zip#bill-kotlin-code-review-persistence

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.