| name | acreadiness-assess |
| description | 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. |
| argument-hint | [--policy <path-or-pkg>] [--per-area] — e.g. /acreadiness-assess, /acreadiness-assess --policy ./policies/strict.json |
/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 <source>, 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: