Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
github avatar

Acreadiness Assess

  • 2 installs
  • 37.5k repo stars
  • Updated August 5, 2026
  • github/awesome-copilot

acreadiness-assess skill documents Run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.

About

acreadiness-assess skill documents 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. 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.

  • Run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.
  • Platform-specific setup patterns for acreadiness-assess.
  • Evidence-backed steps from upstream SKILL.md.
  • When-to-use criteria for acreadiness-assess versus alternatives.

Acreadiness Assess by the numbers

  • 2 all-time installs (skills.sh)
  • Ranked #1,839 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

acreadiness-assess capabilities & compatibility

Capabilities
acreadiness assess quick start · acreadiness assess when to use guidance · acreadiness assess integration patterns
From the docs

What acreadiness-assess says it does

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.
SKILL.md
npx skills add https://github.com/github/awesome-copilot --skill acreadiness-assess

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2
repo stars37.5k
Last updatedAugust 5, 2026
Repositorygithub/awesome-copilot

How do I use acreadiness-assess correctly?

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

Who is it for?

Teams implementing acreadiness-assess workflows from the catalog.

Skip if: Skip when requirements clearly match a different specialized stack.

When should I use this skill?

User asks about acreadiness-assess, run the agentrc readiness assessment on the current repository and produce a static html d.

What you get

Working acreadiness-assess setup with validated configuration and next steps.

Files

SKILL.mdMarkdownGitHub ↗

/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

1. Confirm prerequisites. Node 20+ must be on PATH. If unsure, run node --version.

2. 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.

3. Run the readiness scan in the repo root with structured output:

   npx -y github:microsoft/agentrc readiness --json [--policy <source>] [--per-area]

The CommandResult<T> JSON envelope is your input for the next step.

4. Hand off to the `ai-readiness-reporter` custom agent to interpret the JSON and produce reports/index.html. The agent renders via the bundled template report-template.html (shipped alongside this skill) so every report has an identical look & feel. The agent:

  • Reads the bundled report-template.html and substitutes placeholders with real data.
  • Inlines all CSS, ships a single static file (works under file://).
  • Renders maturity level, overall score, grade, pass-rate vs threshold.
  • Breaks down all 9 pillars across Repo Health (8) and AI Setup (1) with what it measures, why it matters for AI, current state, and a specific recommendation.
  • Tags every pillar with an AI relevance badge (High / Medium / Low).
  • Surfaces Extras separately (they never affect the score).
  • Shows the Active Policy including any disabled/overridden criteria and thresholds.
  • Produces a Prioritised Remediation Plan (🔴 Fix First / 🟡 Fix Next / 🔵 Plan).
  • Embeds the raw AgentRC JSON for reuse.

5. Tell the user where the report lives (reports/index.html) and how to open it. Summarise in chat: maturity level, overall score, top three lowest pillars, and the single highest-leverage next action (almost always: run the acreadiness-generate-instructions skill).

Notes

  • AgentRC also has a built-in HTML renderer (--visual / --output report.html) but its output is intentionally generic. This skill produces a tailored, opinionated dashboard via the custom agent — closer to a code review than a metrics dump.
  • For CI gating, recommend agentrc readiness --fail-level <n> (1–5).
  • The skill never modifies repository files other than creating reports/index.html.

Related skills

FAQ

What does acreadiness-assess do?

acreadiness-assess skill documents Run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.

When should I use acreadiness-assess?

User asks about acreadiness-assess, run the agentrc readiness assessment on the current repository and produce a static html d.

Is this skill safe to install?

Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.