jpskill.com
✍️ ライティング コミュニティ

readiness-report

Evaluate how well a codebase supports autonomous AI development. Analyzes repositories across nine technical pillars (Style & Validation, Build System, Testing, Documentation, Dev Environment, Debugging & Observability, Security, Task Discovery, Product & Analytics) and five maturity levels. Use when users request `/readiness-report` or want to assess agent readiness, codebase maturity, or identify gaps preventing effective AI-assisted development.

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o readiness-report.zip https://jpskill.com/download/22801.zip && unzip -o readiness-report.zip && rm readiness-report.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/22801.zip -OutFile "$d\readiness-report.zip"; Expand-Archive "$d\readiness-report.zip" -DestinationPath $d -Force; ri "$d\readiness-report.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して readiness-report.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → readiness-report フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
5

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

エージェントレディネスレポート

9つの技術的柱と5つの成熟度レベルにわたってリポジトリを分析することで、自律型AI開発をどの程度サポートしているかを評価します。

概要

エージェントレディネスは、コードベースがAI支援開発に対してどの程度準備ができているかを測定します。フィードバックループの不備、ドキュメントの欠落、ツールの不足は、エージェントが予防可能なエラーでサイクルを無駄にする原因となります。このスキルは、これらのギャップを特定し、修正を優先順位付けします。

クイックスタート

ユーザーは現在のリポジトリを評価するために /readiness-report を実行します。その後、エージェントは以下のことを行います。

  1. リポジトリをクローンし、リポジトリ構造、CI設定、ツールをスキャンします。
  2. 9つの技術的柱にわたる81の基準を評価します。
  3. 各レベルで80%のしきい値に基づいて成熟度レベル(L1-L5)を決定します。
  4. 優先順位付けされた推奨事項を提供します。

ワークフロー

ステップ1:リポジトリ分析を実行する

リポジトリからシグナルを収集するために分析スクリプトを実行します。

python scripts/analyze_repo.py --repo-path .

このスクリプトは以下のものをチェックします。

  • 設定ファイル(.eslintrc, pyproject.tomlなど)
  • CI/CDワークフロー(.github/workflows/, .gitlab-ci.yml)
  • ドキュメント(README, AGENTS.md, CONTRIBUTING.md)
  • テストインフラストラクチャ(テストディレクトリ、カバレッジ設定)
  • セキュリティ設定(CODEOWNERS, .gitignore, secrets management)

ステップ2:レポートを生成する

分析後、フォーマットされたレポートを生成します。

python scripts/generate_report.py --analysis-file /tmp/readiness_analysis.json

ステップ3:結果を提示する

レポートには以下のものが含まれます。

  1. 全体スコア: 合格率と達成された成熟度レベル
  2. レベル進捗: L1-L5の完了率を示すバー
  3. 強み: 合格基準を満たしている上位の柱
  4. 機会: 実装すべき改善点の優先順位付けされたリスト
  5. 詳細基準: 各基準のステータスを示す柱ごとの完全な内訳

9つの技術的柱

各柱は、AI支援開発における特定の失敗モードに対処します。

目的 主要なシグナル
スタイルと検証 バグを即座に捕捉する リンター、フォーマッター、型チェッカー
ビルドシステム 高速で信頼性の高いビルド ビルドドキュメント、CI速度、自動化
テスト 正確性を検証する 単体/統合テスト、カバレッジ
ドキュメント エージェントをガイドする AGENTS.md, README, アーキテクチャドキュメント
開発環境 再現可能なセットアップ Devcontainer, 環境テンプレート
デバッグと可観測性 問題を診断する ロギング、トレース、メトリクス
セキュリティ コードベースを保護する CODEOWNERS, secrets management
タスク発見 実行すべき作業を見つける Issueテンプレート、PRテンプレート
製品と分析 エラーから洞察へのループ エラートラッキング、製品分析

各柱の81の基準の完全なリストについては、references/criteria.md を参照してください。

5つの成熟度レベル

レベル 名前 説明 エージェントの能力
L1 初期 基本的なバージョン管理 手動支援のみ
L2 管理済み 基本的なCI/CDとテスト シンプルで明確なタスク
L3 標準化済み エージェント向けのプロダクションレディ 定期的なメンテナンス
L4 測定済み 包括的な自動化 複雑な機能
L5 最適化済み 完全な自律能力 エンドツーエンドの開発

レベルの進行: レベルをアンロックするには、そのレベルの基準の80%以上、およびすべての前のレベルの基準をパスする必要があります。

詳細なレベル要件については、references/maturity-levels.md を参照してください。

結果の解釈

パス vs 失敗 vs スキップ

  • パス: 基準が満たされています(スコアに貢献します)
  • 失敗: 基準が満たされていません(改善の機会です)
  • スキップ: このリポジトリタイプには適用されません(スコアから除外されます)

優先順位

以下の順序でギャップを修正してください。

  1. L1-L2の失敗: 基本的なエージェント操作を妨げる基礎的な問題
  2. L3の失敗: プロダクションレディネスのギャップ
  3. 影響の大きいL4+の失敗: 最適化の機会

よくあるクイックウィン

  1. AGENTS.mdを追加する: AIエージェント向けにコマンド、アーキテクチャ、ワークフローを文書化します。
  2. pre-commitフックを設定する: CIの前にスタイル問題を捕捉します。
  3. PR/issueテンプレートを追加する: タスク発見を構造化します。
  4. 単一コマンドセットアップを文書化する: 高速な環境プロビジョニングを可能にします。

リソース

  • scripts/analyze_repo.py - リポジトリ分析スクリプト
  • scripts/generate_report.py - レポート生成とフォーマット
  • references/criteria.md - 柱ごとの完全な基準定義
  • references/maturity-levels.md - 詳細なレベル要件

自動修復

レポートを確認した後、一般的な修正は自動化できます。

  • リポジトリ構造からAGENTS.mdを生成する
  • 不足しているissue/PRテンプレートを追加する
  • 標準的なリンターとフォーマッターを設定する
  • pre-commitフックを設定する

失敗した基準の自動修復を開始するには、「レディネスのギャップを修正する」と依頼してください。

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Agent Readiness Report

Evaluate how well a repository supports autonomous AI development by analyzing it across nine technical pillars and five maturity levels.

Overview

Agent Readiness measures how prepared a codebase is for AI-assisted development. Poor feedback loops, missing documentation, or lack of tooling cause agents to waste cycles on preventable errors. This skill identifies those gaps and prioritizes fixes.

Quick Start

The user will run /readiness-report to evaluate the current repository. The agent will then:

  1. Clone the repo, scan repository structure, CI configs, and tooling
  2. Evaluate 81 criteria across 9 technical pillars
  3. Determine maturity level (L1-L5) based on 80% threshold per level
  4. Provide prioritized recommendations

Workflow

Step 1: Run Repository Analysis

Execute the analysis script to gather signals from the repository:

python scripts/analyze_repo.py --repo-path .

This script checks for:

  • Configuration files (.eslintrc, pyproject.toml, etc.)
  • CI/CD workflows (.github/workflows/, .gitlab-ci.yml)
  • Documentation (README, AGENTS.md, CONTRIBUTING.md)
  • Test infrastructure (test directories, coverage configs)
  • Security configurations (CODEOWNERS, .gitignore, secrets management)

Step 2: Generate Report

After analysis, generate the formatted report:

python scripts/generate_report.py --analysis-file /tmp/readiness_analysis.json

Step 3: Present Results

The report includes:

  1. Overall Score: Pass rate percentage and maturity level achieved
  2. Level Progress: Bar showing L1-L5 completion percentages
  3. Strengths: Top-performing pillars with passing criteria
  4. Opportunities: Prioritized list of improvements to implement
  5. Detailed Criteria: Full breakdown by pillar showing each criterion status

Nine Technical Pillars

Each pillar addresses specific failure modes in AI-assisted development:

Pillar Purpose Key Signals
Style & Validation Catch bugs instantly Linters, formatters, type checkers
Build System Fast, reliable builds Build docs, CI speed, automation
Testing Verify correctness Unit/integration tests, coverage
Documentation Guide the agent AGENTS.md, README, architecture docs
Dev Environment Reproducible setup Devcontainer, env templates
Debugging & Observability Diagnose issues Logging, tracing, metrics
Security Protect the codebase CODEOWNERS, secrets management
Task Discovery Find work to do Issue templates, PR templates
Product & Analytics Error-to-insight loop Error tracking, product analytics

See references/criteria.md for the complete list of 81 criteria per pillar.

Five Maturity Levels

Level Name Description Agent Capability
L1 Initial Basic version control Manual assistance only
L2 Managed Basic CI/CD and testing Simple, well-defined tasks
L3 Standardized Production-ready for agents Routine maintenance
L4 Measured Comprehensive automation Complex features
L5 Optimized Full autonomous capability End-to-end development

Level Progression: To unlock a level, pass ≥80% of criteria at that level AND all previous levels.

See references/maturity-levels.md for detailed level requirements.

Interpreting Results

Pass vs Fail vs Skip

  • Pass: Criterion met (contributes to score)
  • Fail: Criterion not met (opportunity for improvement)
  • Skip: Not applicable to this repository type (excluded from score)

Priority Order

Fix gaps in this order:

  1. L1-L2 failures: Foundation issues blocking basic agent operation
  2. L3 failures: Production readiness gaps
  3. High-impact L4+ failures: Optimization opportunities

Common Quick Wins

  1. Add AGENTS.md: Document commands, architecture, and workflows for AI agents
  2. Configure pre-commit hooks: Catch style issues before CI
  3. Add PR/issue templates: Structure task discovery
  4. Document single-command setup: Enable fast environment provisioning

Resources

  • scripts/analyze_repo.py - Repository analysis script
  • scripts/generate_report.py - Report generation and formatting
  • references/criteria.md - Complete criteria definitions by pillar
  • references/maturity-levels.md - Detailed level requirements

Automated Remediation

After reviewing the report, common fixes can be automated:

  • Generate AGENTS.md from repository structure
  • Add missing issue/PR templates
  • Configure standard linters and formatters
  • Set up pre-commit hooks

Ask to "fix readiness gaps" to begin automated remediation of failing criteria.

同梱ファイル

※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。