# Repo Readiness Report

> Run Factory's repository readiness report for newly set up repositories. Use when a user says a new repo was created, initialized, or set up and wants an initial readiness check.

- Skill: `will-holley/repo-readiness-report` (Agent Skill)
- Install (CLI): `npx skillmds@latest add will-holley/repo-readiness-report`
- Raw SKILL.md: https://api.skillmd.com/api/skills/will-holley/repo-readiness-report/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: will-holley (https://skillmd.com/u/will-holley)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/will-holley/repo-readiness-report

---


# Repo Readiness Report

Run a readiness check immediately after repository setup.

## Workflow

1. Ensure the working directory is the target repository root.
2. Check whether `droid` is installed with `command -v droid`.
3. If `droid` is not installed, install it:
   - `curl -fsSL https://app.factory.ai/cli | sh`
4. Run the readiness check:
   - `droid "/readiness-report"`
5. Return the readiness-report output summary to the user and highlight blocking issues first.

