review-criticals

Community

Audit critical sections for efficiency.

Authorcwilliams5
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill identifies and analyzes "Critical" sections in AutoHotkey v2 code, which can block the main thread and introduce latency, ensuring they are necessary, appropriately scoped, and not overly broad.

Core Features & Use Cases

  • Critical Section Inventory: Lists all Critical "On" / Critical "Off" blocks within specified directories.
  • Hold Duration Analysis: Classifies the duration of each critical hold (Trivial, Short, Medium, Long).
  • Race Condition Evaluation: Assesses the necessity of each critical section by identifying potential race conditions it prevents.
  • Use Case: A developer can use this Skill to systematically review synchronization primitives in a performance-sensitive application, identifying and potentially removing or narrowing critical sections that are no longer needed, thereby improving responsiveness.

Quick Start

Begin a two-phase audit of all Critical sections in the src/core/ and src/gui/ directories.

Dependency Matrix

Required Modules

None required

Components

references

💻 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: review-criticals
Download link: https://github.com/cwilliams5/Alt-Tabby/archive/main.zip#review-criticals

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 223,000+ vetted skills library on demand.