home/categories/architecture-patterns/mgd34msu-goodvibes-plugin-plugins-goodvibes-skills-common-review-async-patterns-skill-md
architecture-patternsdevelopment
async-patterns
Fixes async/await pattern issues including unnecessary async, sequential operations that should be parallel, and awaiting non-promises. Use when encountering require-await, await-thenable, or optimizing Promise performance.
maintainer
mgd34msu
์
๋ฐ์ดํธ๋จ 1/20/2026
์คํ
0
ํฌํฌ
0
quick start
Installation and usage
Fixes async/await pattern issues including unnecessary async, sequential operations that should be parallel, and awaiting non-promises. Use when encountering require-await, await-thenable, or optimizing Promise performance.
์ค์น
$ install --globalskills.sh
์ฌ์ฉ๋ฒ
์ค์น ํ ํฐ๋ฏธ๋์์ ๋ค์ ๋ช ๋ น์ ์คํํ์ฌ ์ด ์คํฌ์ ์ฌ์ฉํ ์ ์์ต๋๋ค:
skills use async-patterns