async-patterns

Installation
SKILL.md

Async Pattern Fixes

Fixes for async/await misuse patterns. Correct async patterns improve code clarity and performance.

Quick Start

  1. Identify the async issue type (unnecessary async, sequential awaits, await non-promise)
  2. Understand the data dependencies
  3. Apply the appropriate pattern
  4. Verify correctness with tests

Priority Matrix

Issue Priority Impact
require-await P2 Code smell, minor overhead
Sequential async (should be parallel) P2 Performance
await-thenable P1 Logic error indicator
Installs
1
GitHub Stars
4
First Seen
Mar 29, 2026
async-patterns — mgd34msu/goodvibes-gemini