ai-ready
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAI Ready
AI Ready
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.
为什么要这么做?:完整的ai-ready Skill包含约600行详细说明,且会频繁更新。这个包装器让它能在这里被发现,而权威内容始终保存在johnpapa/ai-ready仓库中——确保始终是最新版本。
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:bash
head -20 ~/.copilot/skills/ai-ready/SKILL.md -
After the user confirms they've reviewed and installed it, tell them to reload skills withand then say
/skills reload.make this repo ai-ready -
Do not run the command on the user's behalf. The user must run it themselves.
-
告知用户在Copilot CLI中运行以下命令来添加该Skill:
/skills add johnpapa/ai-ready此命令会将该Skill的最新版本下载到用户的个人Skill目录中。重新运行该命令即可更新至最新版本。 -
提醒用户在加载该Skill前先进行审核。他们可以通过以下命令查看内容:bash
head -20 ~/.copilot/skills/ai-ready/SKILL.md -
用户确认已审核并安装后,告知他们使用重新加载Skill,然后输入
/skills reload。make this repo ai-ready -
请勿代用户运行命令,必须由用户自行操作。