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-fixerRemoval command
npx skillscokac -r async-await-keyword-fixerUsage
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
SKILL.md
SKILL.md
Frontmatter
name
async-await-keyword-fixer
description
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.
Loading editor...