Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>AIReady - AI Readiness CheckerNew to Visual Studio Code? Get it now.
AIReady - AI Readiness Checker

AIReady - AI Readiness Checker

PengCao

|
15 installs
| (3) | Free
Real-time AI readiness analysis for your codebase. Measure the 9 dimensions of AI-friendliness and detect issues that confuse AI models.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AIReady VS Code Extension

VS Code Marketplace License: MIT Discord

Real-time AI readiness analysis in VS Code. Detect issues that confuse AI models before they become problems.

Why AIReady?

  • AI coding assistants giving bad suggestions? AIReady finds why
  • Context window costs too high? AIReady shows where to optimize
  • Code reviews catching AI-generated duplicates? AIReady prevents them
  • Want to make your codebase AI-native? AIReady shows you how

Features

  • 🛡️ Real-time Analysis - See your AI readiness score in the status bar
  • 📊 Issue Explorer - Browse detected issues in the sidebar
  • ⚡ Quick Scan - Analyze current file with a single command
  • 🔬 10-Metric Methodology - Deep dive into 10 dimensions of AI-readiness
  • 🔧 Configurable - Set thresholds, severity levels, and more
  • 🤖 MCP Server - Expose AIReady capabilities to MCP-compliant AI agents (Cursor, Windsurf, Claude)

MCP Server Integration

AIReady includes a built-in Model Context Protocol (MCP) server that you can integrate directly into your AI coding assistants. This allows your agent to analyze your codebase context dynamically.

Cursor IDE

  1. Open Cursor Settings.
  2. Navigate to Features -> MCP Servers.
  3. Add a new server with the command: npx -y @aiready/mcp-server

Windsurf IDE

  1. Open settings and add a new MCP Server.
  2. Set the command to: npx -y @aiready/mcp-server

Installation

From VS Code Marketplace

  1. Open VS Code
  2. Go to Extensions (Cmd+Shift+X)
  3. Search for "AIReady"
  4. Click Install

Manual Installation

# Install from VSIX
code --install-extension aiready-vsix

Usage

Commands

Command Description
AIReady: Scan Workspace Run full AI readiness analysis
AIReady: Quick Scan (Current File) Analyze only the active file
AIReady: Show Report Open the output panel with details
AIReady: Open Settings Configure AIReady options
AIReady: Show Methodology Deep dive into the 10 metrics

Configuration

Setting Default Description
aiready.threshold 70 Minimum score to pass
aiready.failOn critical Severity level to fail on
aiready.tools ["patterns", "context", "consistency", ...] Tools to run
aiready.autoScan false Auto-scan on file save
aiready.showStatusBar true Show score in status bar

Status Bar

The extension shows your AI readiness score in the status bar:

  • ✅ 70+ - Good AI readiness
  • ⚠️ 50-69 - Needs improvement
  • ❌ <50 - Critical issues detected

The 10 Dimensions of AI-Readiness

AIReady measures your codebase against 10 critical metrics that determine how well AI agents can understand and maintain your code:

  1. Semantic Duplicates - Logic repeated in different ways that confuses AI context.
  2. Context Fragmentation - How scattered related logic is across the codebase.
  3. Naming Consistency - Unified naming patterns that help AI predict your intent.
  4. Dependency Health - Stability and freshness of your project dependencies.
  5. Change Amplification - Ripple effects when a single requirement evolves.
  6. AI Signal Clarity - Ratio of actual logic (signal) to boilerplate/dead code (noise).
  7. Documentation Health - Accuracy and freshness of docstrings and READMEs.
  8. Agent Grounding - Ease of navigation for autonomous AI agents.
  9. Testability Index - Ability for AI to write and run reliable tests for your code.
  10. Contract Enforcement - Structural type contracts that prevent defensive coding cascades.

Methodology & Deep Dives

Click on any tool score in the sidebar's Summary view to open the AIReady Methodology deep dive. This view provides:

  • Technical "How": The engineering logic behind each metric.
  • Scoring Thresholds: What constitutes a pass vs. a fail.
  • Refactoring Playbook: Actionable steps to improve your score.
  • Good vs. Bad Examples: Visual code comparisons.

Requirements

  • VS Code 1.85.0 or higher
  • Node.js 18+ (for CLI execution)

Release Notes

0.3.32

  • New 10-Metric Methodology: Integrated full deep-dive support for all 10 AI-readiness metrics.
  • Methodology Webview: Added a detailed view explaining detection logic, thresholds, and examples.
  • Interactive Summary: Click tool scores to see how they are calculated and how to fix them.
  • Refined UI: Improved issue grouping and visualization.

Links

  • Documentation
  • GitHub (CLI)
  • GitHub (Extension)
  • Issues
  • npm @aiready/cli

Community

  • 💬 Discord - Join our community
  • 🐛 GitHub Issues - Report bugs
  • 💡 GitHub Discussions - Share ideas
  • 📝 Contributing - Learn how to contribute

Enjoy coding with AI-ready code! 🚀

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft