mirror of
https://github.com/github/awesome-copilot.git
synced 2026-04-30 12:15:56 +00:00
* Add ai-ready skill (wrapper) Lightweight wrapper that installs the full ai-ready skill from johnpapa/ai-ready and runs it. The full skill (~600 lines) analyzes repos and generates AGENTS.md, copilot-instructions.md, CI workflows, issue templates, and more — all customized to the repo's actual stack. Wrapper approach keeps this repo's review surface small (30 lines) while the source of truth stays in johnpapa/ai-ready. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix: use numbered steps to satisfy skill validator Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix: address Copilot review feedback - Quote frontmatter description (YAML consistency) - Add PowerShell install commands for cross-platform support - Clarify that download overwrites existing copy - Add note about pinning to a specific tag/commit - Explicit invocation instructions (say 'make this repo ai-ready') Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: add ai-ready to skills index table Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix: correct ai-ready skill alphabetical order in README.skills.md Run npm run build to fix the entry ordering that caused CI failure. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix: add review step before loading downloaded skill Address code review feedback — users should inspect the downloaded SKILL.md before reloading skills, per supply chain safety suggestion. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>