AI Readiness Assess

Runs an AI-readiness assessment on a repo and renders an HTML score dashboard.

Works with setup

Test report

Verdict
Works with setup
Score
5.2/10
Tested
Jul 11, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · ad36999

Two blockers: the given install command copies only skills/acreadiness-assess/ and never brings over the @ai-readiness-reporter custom agent (agents/ai-readiness-reporter.agent.md) that SKILL.md step 4 hands rendering off to, so a plain Claude Code install is missing half the pipeline; and the skill's core mechanism, `npx -y github:microsoft/agentrc readiness`, downloads and auto-executes unreviewed third-party code on every run (blocked here by sandbox safety policy). In the A/B, the base arm produced a complete, self-contained HTML readiness dashboard straight from the inline repo data with no remote code execution, matching the skill's output quality; the skill's only edge was a richer bundled rubric (9 AgentRC pillars, AI-relevance badges), and its signature automated-scan value-add never materialized because the CLI could not be run.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 2/5
  • Triggers reliably 4/5
  • Output vs. baseline 5/10
  • Docs & honesty 2/5

What AI Readiness Assess does

Run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.html. Wraps `npx github:microsoft/agentrc readiness` and hands off rendering to the @ai-readiness-reporter custom agent. Supports policies (--policy) for org-specific scoring. Use when asked to assess, audit, or score the AI readiness of a repo.

How to install AI Readiness Assess

git clone https://github.com/github/awesome-copilot
cd awesome-copilot
mkdir -p ~/.claude/skills
cp -r skills/acreadiness-assess ~/.claude/skills/acreadiness-assess

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger AI Readiness Assess

  • /acreadiness-assess Runs an AI-readiness assessment on a repo and renders an HTML score dashboard.

It also activates on plain-language prompts like these:

  • Assess how AI-ready this repository is
  • Score this repo's AI readiness and show a dashboard
  • Audit our codebase for AI agent readiness

Frequently asked questions

Is the AI Readiness Assess skill free?
Yes. The skill itself is free from github/awesome-copilot. SkillProof publishes the install command and an independent test verdict at no cost.
Does AI Readiness Assess work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 11, 2026. Verdict: Works with setup. Two blockers: the given install command copies only skills/acreadiness-assess/ and never brings over the @ai-readiness-reporter custom agent (agents/ai-readiness-reporter.agent.md) that SKILL.md step 4 hands rendering off to, so a plain Claude Code install is missing half the pipeline; and the skill's core mechanism, `npx -y github:microsoft/agentrc readiness`, downloads and auto-executes unreviewed third-party code on every run (blocked here by sandbox safety policy). In the A/B, the base arm produced a complete, self-contained HTML readiness dashboard straight from the inline repo data with no remote code execution, matching the skill's output quality; the skill's only edge was a richer bundled rubric (9 AgentRC pillars, AI-relevance badges), and its signature automated-scan value-add never materialized because the CLI could not be run.
What is the AI Readiness Assess SkillProof Score?
5.2/10 — installs cleanly 2/5, triggers reliably 4/5, output vs. baseline 5/10, docs & honesty 2/5.
How do I install AI Readiness Assess?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use AI Readiness Assess with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.