acreadiness-assess

仓库创建 2025年6月12日最近提交 5 小时前SkillHot 收录 20 天前
▸ 精选理由

快速量化仓库的 AI 就绪度并输出可分享的报告。

▸ 风险提示

通过 npx 拉取并执行外部仓库代码,存在供应链/安全风险。

这个 Skill 做什么

运行 AgentRC 就绪评估并生成自包含的 HTML 仪表盘报告。

对仓库运行 AgentRC 的就绪度检查,并把结果渲染成一个可离线打开的静态 HTML 仪表盘(reports/index.html),方便直观查看各项得分与建议。适合做 AI 迁移前的评估或定期审计仓库健康时使用。支持加载自定义 policy 来按组织标准打分,报告可直接提交到 repo。

▸ 展开 SKILL.md 英文原文

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.

Skill 开发管理AI就绪审计报告AgentRC通用
3.7w
Stars
4.6k
Forks
40
仓库内 Skill
+837
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/github/awesome-copilot/main/skills/acreadiness-assess/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/acreadiness-assess/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# /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, 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有