·ln-652-transaction-correctness-auditor
</>

ln-652-transaction-correctness-auditor

levnikolaevich/claude-code-skills

Transaction correctness audit worker (L3). Checks missing intermediate commits, transaction scope (too wide/narrow), missing rollback handling, long-held transactions, trigger/notify interaction. Returns findings with severity, location, effort, recommendations.

8Installs·0Trend·@levnikolaevich

Installation

$npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-652-transaction-correctness-auditor

SKILL.md

Specialized worker auditing database transaction patterns for correctness, scope, and trigger interaction.

MANDATORY READ: Load shared/references/taskdelegationpattern.md#audit-coordinator--worker-contract for contextStore structure.

Receives contextStore with: techstack, bestpractices, dbconfig (database type, ORM settings, trigger/notify patterns), codebaseroot.

Transaction correctness audit worker (L3). Checks missing intermediate commits, transaction scope (too wide/narrow), missing rollback handling, long-held transactions, trigger/notify interaction. Returns findings with severity, location, effort, recommendations. Source: levnikolaevich/claude-code-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-652-transaction-correctness-auditor
Category
</>Dev Tools
Verified
First Seen
2026-02-11
Updated
2026-02-18

Quick answers

What is ln-652-transaction-correctness-auditor?

Transaction correctness audit worker (L3). Checks missing intermediate commits, transaction scope (too wide/narrow), missing rollback handling, long-held transactions, trigger/notify interaction. Returns findings with severity, location, effort, recommendations. Source: levnikolaevich/claude-code-skills.

How do I install ln-652-transaction-correctness-auditor?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-652-transaction-correctness-auditor Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/levnikolaevich/claude-code-skills