yux-linear-commit

Generate conventional commit messages and sync them to Linear issues.

1|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/wuyuxiangX/yux-claude-hub --skill yux-linear-commit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yux-linear-commit
Source: https://github.com/wuyuxiangX/yux-claude-hub/tree/main/plugins/yux-linear/skills/yux-linear-commit
Command: npx skills add https://github.com/wuyuxiangX/yux-claude-hub --skill yux-linear-commit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The yux-linear-commit skill streamlines the code commit process with conventional commit messages, automatically syncing updates with Linear for better version control and issue tracking.

Core Features & Use Cases

  • Conventional Commit Formatting: Automatically generates conventional commit messages based on Git history and user input.
  • Commit Syncing with Linear: Syncs committed code changes to associated Linear tasks, providing up-to-date code status.
  • Use Case: For developers looking to maintain a tight integration between their code changes and Linear tasks, this skill offers a seamless way to ensure that every code commit is properly recorded and linked to its respective task.

Quick Start

Commit changes with commit messages and sync updates to Linear by executing /yux-linear-commit [description].

Frequently Asked Questions about yux-linear-commit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate conventional commits and sync them to Linear?

You can automate conventional commits and sync them to Linear by executing a command with your change description. The skill formats the commit message and uses the Linear API to post the update as a comment on the associated issue page.

What is the best way to link git workflow updates to Linear issues?

Linking git workflow updates to Linear issues is best handled by syncing commit changes directly to Linear tasks. This skill automatically generates conventional commit messages and posts code status updates to the relevant issue pages.

Can I use this commit automation tool with my existing git workflow?

Yes, you can use this commit automation with your existing git workflow. It requires an environment capable of executing git commands and interacting with the Linear API to sync code changes to your tracking issues.

Does this tool require direct Linear API access for issue tracking?

Yes, syncing commits to Linear requires direct Linear API access. The skill interacts with the API to create comments on issue pages, ensuring your code tracking updates are properly linked to their respective tasks.

How to generate conventional commit messages automatically from code changes?

To generate conventional commit messages automatically, you provide a brief description of your changes. The skill then uses your git history and input to format a compliant conventional commit message and syncs it to Linear.