一键导入
readiness
Evaluate repository readiness for AI agents. Analyzes 81 criteria across 8 pillars, assigns maturity level 1-5, generates visual report.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Evaluate repository readiness for AI agents. Analyzes 81 criteria across 8 pillars, assigns maturity level 1-5, generates visual report.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | readiness |
| description | Evaluate repository readiness for AI agents. Analyzes 81 criteria across 8 pillars, assigns maturity level 1-5, generates visual report. |
| allowed-tools | ["Bash","Read","Glob","Grep","Write"] |
Audit any repository to determine readiness for autonomous AI agent workflows. Produces a structured report scoring 81 distinct criteria.
Target: Use $ARGUMENTS if a GitHub URL is provided, otherwise analyze the current working directory.
$ARGUMENTS is a GitHub URL, clone to /tmp.git exists).git, node_modules, dist, build, __pycache__| Language | Indicators |
|---|---|
| JS/TS | package.json, tsconfig.json, .ts/.tsx/.js/.jsx |
| Python | pyproject.toml, setup.py, requirements.txt, .py |
| Rust | Cargo.toml, .rs |
| Go | go.mod, .go |
| Java | pom.xml, build.gradle, .java |
| Ruby | Gemfile, .gemspec, .rb |
An application is a standalone deployable unit:
Patterns:
Repository Scope (43 criteria):
Application Scope (38 criteria):
| Level | Name | Requirement |
|---|---|---|
| L1 | Functional | Baseline (all repos start here) |
| L2 | Documented | ≥80% of L1 criteria pass |
| L3 | Standardized | L2 + ≥80% of L2 criteria pass |
| L4 | Optimized | L3 + ≥80% of L3 criteria pass |
| L5 | Autonomous | L4 + ≥80% of L4 criteria pass |
IMPORTANT: You MUST ask the user this question every single time after displaying the ASCII report. Do not skip this step and do not proceed until the user responds.
Ask user:
Would you like to generate an interactive HTML report with D3.js charts? [yes/no]
Wait for user response. If yes, use template from templates/report.html and save as readiness-report.html. After generation, always offer to open the report.