Labsco
github logo

ai-ready

✓ Official36,200

by github · part of github/awesome-copilot

Make any repo AI-ready — analyzes your codebase and generates AGENTS.md, copilot-instructions.md, CI workflows, issue templates, and more. Mines your PR review…

🔥🔥🔥✓ VerifiedFreeQuick setup
🧩 One of 7 skills in the github/awesome-copilot package — works on its own, and pairs well with its siblings.

Make any repo AI-ready — analyzes your codebase and generates AGENTS.md, copilot-instructions.md, CI workflows, issue templates, and more. Mines your PR review…

Inspect the full instructions your agent will receiveExpand

This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.

by github

Make any repo AI-ready — analyzes your codebase and generates AGENTS.md, copilot-instructions.md, CI workflows, issue templates, and more. Mines your PR review… npx skills add https://github.com/github/awesome-copilot --skill ai-ready Download ZIPGitHub36.2k

AI Ready

This skill helps the user install the latest ai-ready skill by John Papa.

Why? : The full ai-ready skill is ~600 lines of detailed instructions that evolve frequently. This wrapper keeps it discoverable here while the source of truth stays in johnpapa/ai-ready — always up to date.

Steps

Tell the user to add the skill by running this command inside Copilot CLI:

Copy & paste — that's it
/skills add johnpapa/ai-ready

This downloads the latest version of the skill to their personal skills directory. Re-running the command updates to the latest version.

Remind the user to review the skill before loading it. They can inspect it with:

Copy & paste — that's it
head -20 ~/.copilot/skills/ai-ready/SKILL.md

After the user confirms they've reviewed and installed it, tell them to reload skills with /skills reload and then say make this repo ai-ready.

Do not run the command on the user's behalf. The user must run it themselves.