Download for macOS
Skill

acreadiness-assess

@github Updated 2026-08-01

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.

agent-skillsagentsaiawesomecustom-agentsgithub-copilothacktoberfestprompt-engineering

Install

git clone https://github.com/github/awesome-copilot /tmp/awesome-copilot && ln -s /tmp/awesome-copilot/skills/acreadiness-assess ~/.claude/skills/acreadiness-assess

From README

/acreadiness-assess — AI-readiness assessment Use this skill whenever the user asks for an AI-readiness assessment, a readiness check, an audit, or wants to see how AI-ready their repository is. This skill is the Measure step in AgentRC's Measure → Generate → Maintain loop. The result is a self-contained HTML dashboard the user can open with file:// or commit to the repo. Steps Confirm prerequisites. Node 20+ must be on PATH. If unsure, run node --version. Decide on a policy (optional but encouraged): If the user provided --policy , capture it. Otherwise check agentrc.config.json for a policies array. If neither, run with no policy (built-in defaults). For a primer on policies, suggest the acreadiness-policy skill. Run the readiness scan in the repo root with structured output: The CommandResult JSON envelope is your input for the next step. Hand off to the ai-readiness-reporter custom agent to interpret the JSON and produce reports/index.html.