readiness-report — community readiness-report, Finance-Guru, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for AI Agents like Cursor, Windsurf, and Claude Code needing comprehensive repository analysis for autonomous development Finance Guru™ - AI-powered family office system built on BMAD-CORE™ v6 architecture

AojdevStudio AojdevStudio
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The readiness-report skill by AojdevStudio is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for AI Agents like Cursor, Windsurf, and Claude Code needing comprehensive repository analysis for autonomous development

Core Value

Empowers agents to evaluate codebases across nine technical pillars and five maturity levels, providing actionable feedback on documentation, tooling, and feedback loops using BMAD-CORE v6 architecture

Capabilities Granted for readiness-report

Evaluating repository readiness for AI-assisted development
Identifying gaps in documentation and tooling for autonomous agents
Prioritizing fixes for preventable errors in AI development

! Prerequisites & Limits

  • Requires access to repository codebase
  • Limited to evaluating repositories with BMAD-CORE v6 architecture
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

readiness-report

Install readiness-report, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

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:

bash
1python 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:

bash
1python 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:

PillarPurposeKey Signals
Style & ValidationCatch bugs instantlyLinters, formatters, type checkers
Build SystemFast, reliable buildsBuild docs, CI speed, automation
TestingVerify correctnessUnit/integration tests, coverage
DocumentationGuide the agentAGENTS.md, README, architecture docs
Dev EnvironmentReproducible setupDevcontainer, env templates
Debugging & ObservabilityDiagnose issuesLogging, tracing, metrics
SecurityProtect the codebaseCODEOWNERS, secrets management
Task DiscoveryFind work to doIssue templates, PR templates
Product & AnalyticsError-to-insight loopError tracking, product analytics

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

Five Maturity Levels

LevelNameDescriptionAgent Capability
L1InitialBasic version controlManual assistance only
L2ManagedBasic CI/CD and testingSimple, well-defined tasks
L3StandardizedProduction-ready for agentsRoutine maintenance
L4MeasuredComprehensive automationComplex features
L5OptimizedFull autonomous capabilityEnd-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.

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is readiness-report?

Perfect for AI Agents like Cursor, Windsurf, and Claude Code needing comprehensive repository analysis for autonomous development Finance Guru™ - AI-powered family office system built on BMAD-CORE™ v6 architecture

How do I install readiness-report?

Run the command: npx killer-skills add AojdevStudio/Finance-Guru. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for readiness-report?

Key use cases include: Evaluating repository readiness for AI-assisted development, Identifying gaps in documentation and tooling for autonomous agents, Prioritizing fixes for preventable errors in AI development.

Which IDEs are compatible with readiness-report?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for readiness-report?

Requires access to repository codebase. Limited to evaluating repositories with BMAD-CORE v6 architecture.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add AojdevStudio/Finance-Guru. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use readiness-report immediately in the current project.

Related Skills

Looking for an alternative to readiness-report or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI