Update ai-ready skill wrapper for v1.0.0#1737
Conversation
- Update description to match Agent Skills spec format (ANALYSIS SKILL prefix, WHEN/INVOKES/FOR) - Fix line count reference (was ~600, now 12-step procedure with references) - Note current version (v1.0.0) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
main, but PRs should target staged.
The main branch is auto-published from staged and should not receive direct PRs.
Please close this PR and re-open it against the staged branch.
You can change the base branch using the Edit button at the top of this PR,
or run: gh pr edit 1737 --base staged
|
🟡 Contributor Reputation Check: MEDIUM risk
Maintainers: please review this contributor before merging. |
There was a problem hiding this comment.
Pull request overview
Updates the ai-ready wrapper skill metadata and instructions to reflect the v1.0.0 release and direct users to install the upstream skill.
Changes:
- Adds the
skills/ai-ready/SKILL.mdwrapper skill. - Updates the skill description to the newer Agent Skills-style wording.
- Documents the install/review/reload flow for the external
johnpapa/ai-readyskill.
| @@ -0,0 +1,27 @@ | |||
| --- | |||
| name: ai-ready | |||
| description: "**ANALYSIS SKILL** — 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 patterns and creates files customized to your stack. WHEN: \"make this repo ai-ready\", \"set up AI config\", \"add copilot instructions\", \"prepare this repo for AI contributions\", \"generate AGENTS.md\". INVOKES: glob, grep, view, create, edit for repo analysis and file generation. FOR SINGLE OPERATIONS: use create/edit directly for individual config files." | |||
|
Closing — fork was out of sync so this shows as a new file instead of an edit. Will redo after syncing. |
What
Updates the ai-ready wrapper skill to reflect the v1.0.0 release.
Changes
ANALYSIS SKILLprefix,WHEN:,INVOKES:,FOR SINGLE OPERATIONS:)Why
The ai-ready skill shipped v1.0.0 on 2026-05-15. The wrapper here should reflect the current state so users know it's stable and production-ready.
Release: https://github.com/johnpapa/ai-ready/releases/tag/v1.0.0