ai-ready
使任何仓库具备AI就绪能力——分析你的代码库并生成AGENTS.md、copilot-instructions.md、CI工作流、问题模板等。挖掘你的PR审查…
npx skills add https://github.com/github/awesome-copilot --skill ai-readyAI 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:
/skills add johnpapa/ai-readyThis 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:
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 reloadand then saymake this repo ai-ready. -
Do not run the command on the user's behalf. The user must run it themselves.