fix-async-await
Fixes JavaScript or TypeScript code that misses required keywords for async/await usage. Use when reviewing or correcting code with asynchronous functions, promises, or errors related to async/await syntax.
Skill Installation
Install this skill using skillscokac CLI tool
Installation command
npx skillscokac -i fix-async-awaitRemoval command
npx skillscokac -r fix-async-awaitUsage
After installation, run /fix-async-await 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
fix-async-await
description
Fixes JavaScript or TypeScript code that misses required keywords for async/await usage. Use when reviewing or correcting code with asynchronous functions, promises, or errors related to async/await syntax.
Loading editor...