# acreadiness-assess

> Claude/Codex skill by [@github](https://omgskills.com/library/github/index.md) · 37k stars · 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.

Tags: agent-skills, agents, ai, awesome, custom-agents, github-copilot, hacktoberfest, prompt-engineering

## Install

```sh
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.

## Links

- HTML page: https://omgskills.com/skills/github/awesome-copilot/acreadiness-assess/
- GitHub: https://github.com/github/awesome-copilot
- Author: [@github](https://omgskills.com/library/github/index.md)

## More from this repo

- [acquire-codebase-knowledge](https://omgskills.com/skills/github/awesome-copilot/acquire-codebase-knowledge/index.md) — Used when the user explicitly asks to map, document, or onboard into an existing codebase.
   - [@github](https://omgskills.com/library/github/index.md) · 39k stars
- [acreadiness-generate-instructions](https://omgskills.com/skills/github/awesome-copilot/acreadiness-generate-instructions/index.md) — Used to generate tailored AI agent instruction files via AgentRC instructions command.
   - [@github](https://omgskills.com/library/github/index.md) · 37k stars
- [acreadiness-policy](https://omgskills.com/skills/github/awesome-copilot/acreadiness-policy/index.md) — Help the user pick, write, or apply an AgentRC policy.
   - [@github](https://omgskills.com/library/github/index.md) · 37k stars
