review-async

Official

Spot async anti-patterns in C# quickly.

AuthorIntelliTect
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Async/await misuse in C# code can cause deadlocks, fire-and-forget risks, and hard-to-maintain libraries; this skill helps identify and fix these issues during reviews.

Core Features & Use Cases

  • Detect blocking on async (deadlock risk) and suggest correct awaits
  • Flag async void usage and provide safe alternatives
  • Enforce ConfigureAwait usage in library code
  • Propagate CancellationToken through asynchronous calls
  • Identify unnecessary async wrappers and fire-and-forget tasks
  • Provide migration guidance for converting sync paths to async
  • Real-world example: review a file with multiple async calls to improve reliability

Quick Start

Review the selected C# file for common async/await anti-patterns and generate concrete fixes.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: review-async
Download link: https://github.com/IntelliTect/IntelliPlugins/archive/main.zip#review-async

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.