Update ai-ready skill wrapper for v1.0.0#1738
Conversation
- Update description to Agent Skills spec format (ANALYSIS SKILL prefix, WHEN/INVOKES/FOR) - Fix outdated line count (~600 lines → 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 1738 --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 existing ai-ready skill wrapper to align its metadata and rationale with the upstream v1.0.0 release.
Changes:
- Refreshes the skill description with Agent Skills-style trigger and invocation guidance.
- Updates the “Why” section to describe the v1.0.0 skill structure.
| --- | ||
| name: ai-ready | ||
| description: '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. USE THIS SKILL when the user asks to "make this repo ai-ready", "set up AI config", or "prepare this repo for AI contributions".' | ||
| 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." |
| --- | ||
| name: ai-ready | ||
| description: '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. USE THIS SKILL when the user asks to "make this repo ai-ready", "set up AI config", or "prepare this repo for AI contributions".' | ||
| 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." |
|
🟡 Contributor Reputation Check: MEDIUM risk
Maintainers: please review this contributor before merging. |
|
Closing — will redo with only the SKILL.md change, properly rebased on staged. |
What
Updates the existing ai-ready wrapper skill to reflect the v1.0.0 release.
Changes (2 lines)
ANALYSIS SKILLprefix,WHEN:,INVOKES:,FOR SINGLE OPERATIONS:)Why
The ai-ready skill shipped v1.0.0 on 2026-05-15. The wrapper should reflect it's stable and spec-compliant.
Release: https://github.com/johnpapa/ai-ready/releases/tag/v1.0.0