Skip to content

[codex] Add bundled linear-cli skill#20

Merged
dubscode merged 2 commits intomainfrom
codex/add-linear-cli-skill
May 9, 2026
Merged

[codex] Add bundled linear-cli skill#20
dubscode merged 2 commits intomainfrom
codex/add-linear-cli-skill

Conversation

@dubscode
Copy link
Copy Markdown
Contributor

@dubscode dubscode commented May 9, 2026

Summary

  • add a bundled linear-cli skill to the catalog
  • document JSON-first Linear CLI workflows, branch-name generation, safe batch updates, and Linear/GitHub linking magic words
  • expose linear skills install linear-cli in README and root help examples
  • add catalog tests for listing, install args, and required skill guidance

Closes #11

Validation

  • pnpm --filter @wiseiodev/skills-catalog test
  • pnpm verify
  • pnpm --filter @wiseiodev/linear-cli dev skills list --json
  • pnpm --filter @wiseiodev/linear-cli dev skills show linear-cli --json

Note: pnpm verify still prints an existing Biome warning in .reports/issue-3.html, but exits successfully.

Copilot AI review requested due to automatic review settings May 9, 2026 05:41
@dubscode dubscode self-assigned this May 9, 2026
@dubscode dubscode marked this pull request as ready for review May 9, 2026 05:43
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-cli as a bundled catalog entry and referenced it in root help + README examples.
  • Introduced the linear-cli skill markdown content under assets/skills/linear-cli/SKILL.md.
  • Expanded @wiseiodev/skills-catalog tests 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.

Comment thread packages/skills-catalog/assets/skills/linear-cli.SKILL.md Outdated
Comment thread packages/skills-catalog/tests/skills-catalog.test.ts Outdated
@dubscode dubscode merged commit d699740 into main May 9, 2026
5 checks passed
@dubscode dubscode deleted the codex/add-linear-cli-skill branch May 9, 2026 05:54
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 9, 2026

🎉 This PR is included in version 1.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add an installable linear-cli skill

2 participants