ワンクリックで
linear
Linear ticket workflows for Vultisig — fetch ticket, create branch, implement feature.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Linear ticket workflows for Vultisig — fetch ticket, create branch, implement feature.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Address CodeRabbit or other reviewer comments on a PR to make it merge-ready.
Create a GitHub issue for vultisig-windows using the official bug/feature templates.
God-mode orchestrator. Takes a Linear ticket OR PR and handles the ENTIRE workflow end-to-end — branch creation, implementation, testing, commits, PR creation, Linear updates, OR exhaustive PR review with parallel agents. Use for complete feature delivery or deep PR audits.
Approve and merge a GitHub PR. Use when you want to approve and merge the current branch's PR, or a specific PR number.
Comprehensive testing guide covering unit, integration, and E2E tests. Reference for deciding what to test and how, with Vitest and Playwright patterns.
Search and analyze feature implementations in sibling iOS, Android, and backend repositories. Use when porting features or validating cross-platform parity.
| name | linear |
| description | Linear ticket workflows for Vultisig — fetch ticket, create branch, implement feature. |
get_issue with the ticket IDgitBranchName from the responsegit checkout main && git pull && git checkout -b {gitBranchName}get_issue to get gitBranchNamegit checkout -b {gitBranchName}gitBranchName from Linear — do not modify it