review-blocking
CommunityOptimize critical code paths.
Authorcwilliams5
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill identifies and helps optimize functions that unnecessarily block the main thread, leading to a more responsive and performant application.
Core Features & Use Cases
- Main Thread Blocking Discovery: Automatically finds functions that block the main thread based on defined mechanical criteria (e.g., critical sections, timer callbacks, WinEvent callbacks).
- Micro-Auditing: Conducts in-depth, isolated audits of identified blocking functions to pinpoint specific optimization opportunities like redundant work, allocation waste, or loop inefficiencies.
- Use Case: A developer can use this Skill to analyze a performance-critical section of their application, identify functions that are causing UI lag, and receive concrete suggestions for refactoring those functions to improve execution speed without altering their core behavior.
Quick Start
Use the review-blocking skill to discover functions that block the main thread and then micro-audit each for internal optimization opportunities.
Dependency Matrix
Required Modules
query_timers.ps1query_callchain.ps1query_function_visibility.ps1query_function.ps1query_state.ps1
Components
scriptsreferences
💻 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-blocking Download link: https://github.com/cwilliams5/Alt-Tabby/archive/main.zip#review-blocking Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.