async-await-keyword-fixer

Identifies and fixes missing async/await keywords in JavaScript/TypeScript. Use when code uses await, Promise-returning functions, or async control flow incorrectly due to missing async or await, causing syntax errors or unintended behavior. Provides safe, minimal, keyword-only edits and clear explanations without introducing new logic or dependencies.

Skill Installation
Install this skill using skillscokac CLI tool

Installation command

npx skillscokac -i async-await-keyword-fixer

Removal command

npx skillscokac -r async-await-keyword-fixer

Usage

After installation, run /async-await-keyword-fixer in Claude Code

Prerequisite: Node.js must be installed on your system to run this command.

💡 Copy and run this command in your terminal to install the skill

SKILL.md
Comments (0)
0 comments

Sign in to join the conversation

Loading comments...