Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new bundled linear-cli skill to the CLI’s skill catalog, plus documentation and tests to make the install workflow discoverable and to ensure the skill content includes agent-friendly JSON-first usage.
Changes:
- Added
linear-clias a bundled catalog entry and referenced it in root help + README examples. - Introduced the
linear-cliskill markdown content underassets/skills/linear-cli/SKILL.md. - Expanded
@wiseiodev/skills-catalogtests to cover listing, install args, and validate the new skill content.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds linear skills install linear-cli to quickstart/examples and lists the new skill asset path. |
| packages/skills-catalog/tests/skills-catalog.test.ts | Adds assertions for the new skill in the catalog and validates its markdown contents. |
| packages/skills-catalog/src/index.ts | Registers the new linear-cli catalog entry (name/title/description/repoPath). |
| packages/skills-catalog/assets/skills/linear-cli.SKILL.md | Adds a packaged copy of the linear-cli skill markdown content. |
| packages/cli/src/help/root-help.ts | Adds linear skills install linear-cli to CLI root help examples. |
| assets/skills/linear-cli/SKILL.md | Adds the authoritative linear-cli skill content that will be installed from the repo path. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
🎉 This PR is included in version 1.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
linear-cliskill to the cataloglinear skills install linear-cliin README and root help examplesCloses #11
Validation
pnpm --filter @wiseiodev/skills-catalog testpnpm verifypnpm --filter @wiseiodev/linear-cli dev skills list --jsonpnpm --filter @wiseiodev/linear-cli dev skills show linear-cli --jsonNote:
pnpm verifystill prints an existing Biome warning in.reports/issue-3.html, but exits successfully.