Audit all lint-ignore suppressions for appropriateness and overuse
cwilliams5/Alt-Tabby
SkillsMP has collected 65 skills from cwilliams5/Alt-Tabby. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 65
- GitHub stars
- 4
- GitHub forks
- 0
Skills in this repository
Showing 40 of 65 collected skills.
Pre-flight checklist — run high-signal review skills before a release
Discover functions that block the main thread, then micro-audit each for internal optimization opportunities
Audit the D3D11 interop layer for per-frame waste — buffer allocations, redundant state calls, GPU readback efficiency
Audit the D2D paint pipeline for per-frame waste — allocations, recomputation, redundant API calls at 120-240fps
Open performance review
Audit the paint and frame loop paths for STA message pump reentrancy — COM calls that can dispatch timer/hotkey callbacks mid-execution
Review code base for undocumented AHK engineering accomplishments.
Open Review of code quality
Open zoom out and find whole classes of performance, bug, or anti-pattern issues hiding in plain sight
Open Audit for race conditions in timers, hotkeys, callbacks, and shared state
Open Audit for memory leaks, handle leaks, GDI leaks, and CPU churn
Incremental HLSL shader audit — grep-driven, no agent swarm, built for codebases with prior optimization passes
Review profiler instrumentation coverage and recommend new instrumentation points
Audit config registry for dead keys, no-op configs, stale descriptions, and organizational opportunities
Audit README, AHK deep-dive, and LLM development pages for broken links, stale numbers, missing features, and new highlight opportunities
Audit CLAUDE.md and .claude/rules/ for stale references, outdated architecture claims, and rules now redundant with static analysis checks
Create a GitHub issue documenting the work done in this session
Review query tools for runtime optimization opportunities
Audit every Critical section for necessity, scope, and duration — find stale or overly broad holds that block the main thread
Audit debug logging and diagnostics for ungated disk writes, missing coverage, and overhead
Audit for race conditions in timers, hotkeys, callbacks, and shared state
Audit HLSL pixel shaders for GPU performance — math optimizations, ALU reduction, texture efficiency at 120-240fps
Audit HLSL pixel shaders for GPU performance — math optimizations, ALU reduction, texture efficiency at 120-240fps
Audit the two latency-critical paths for blocking work, redundant computation, and micro-optimization opportunities
Mine git history for bug patterns that static analysis could have caught
Audit all SKIP statements in the test suite for correctness
Analyze flight recorder dumps to diagnose bugs from event traces
Guide diagnosis of a user-reported symptom — map to diagnostics, collect data, analyze
Scan for AHK v1 patterns that slipped into the v2 codebase
Review code quality — separation of concerns, magic numbers, DRY, maintenance issues
Find and plan removal of dead code (unused functions, variables, unreachable paths)
Audit function visibility boundaries and rename misclassified public/private functions
Scan for hot loops over raw buffers that would benefit from MCode (native C) optimization
Test combinatorial interactions between install options, launch modes, and user journeys
Review ownership.manifest for coupling that can be reduced
Audit for memory leaks, handle leaks, GDI leaks, and CPU churn
Review app polish — native feel, user-facing text, UX quality, and professional presentation
Audit comments for staleness — stale identifier references, outdated behavioral claims, and unverifiable flags
Meta-audit all review skills for stale references, drifted architecture claims, and cross-skill inconsistencies