ra1-report

Installation
SKILL.md

Agent Readiness Report

Produce a trustworthy readiness report for a repository. The deterministic engine owns the score; you (the agent) add advisory commentary only. You must never change the engine's score, reason codes, evidence, or limitations, and you must never invent any of them.

Steps

<skill-dir> below is this skill's own directory: the absolute path your runtime reports when it loads the skill. Substitute it. Do not write $(dirname "$0") — in a shell tool call $0 is the shell, not this file.

  1. Run the engine (it does all the deterministic work — file/config parsing, git history, and, when requested, the GitHub.com API). The repository must have .ra1/reports/ ignored in its root .gitignore for in-repo persistence; otherwise the engine prints the full report in memory and reports the exact isolation error, which you present as storage unavailable while the assessment itself is complete.
Installs
1
GitHub Stars
2
First Seen
3 days ago
ra1-report — tjboudreaux/ready-agent-1