Linear プロジェクトの Issue 一覧をステータス別に表示します。 Trigger: board, issues, kanban, ボード
Linear Issue を完了ステータスに更新します。PR完了後に呼び出されます。 Trigger: close issue, done, issue完了
Linear Issue を選択してステータスを更新し、worktree を作成します。 Trigger: pick, start issue, take issue, issue着手
要件を分析し、実装可能な Issue に分解して Linear に登録します。 Trigger: plan, decompose, 要件分解, issue作成
未着手の全 Issue に対して Worker を編成し、tmux ペインで並列実行します。 Trigger: run team, execute all, dispatch, チーム実行, 全Issue実行
Claude Code 用のプラグインマーケットプレイス。
/plugin marketplace add acta0724/claude-marketplace
/plugin install wf@acta-marketplace
/plugin install linear@acta-marketplace
Git/GitHub のワークフロー自動化ツール。
| スキル | 説明 | トリガー |
|---|---|---|
worktree | Git worktree を作成 | Plan 完了後 |
process-commit | 変更を hunk 単位で分割コミット | コミット整理時 |
commit-push-pr-flow | コミット → プッシュ → PR 作成 | タスク完了後 |
review-flow | PR のペアプロレビュー | PR 作成後 |
verification-loop | ビルド・テスト・lint の品質チェック | 実装完了後、PR 作成前 |
security-review | セキュリティ観点のコードレビュー | セキュリティ確認時 |
current-pr | 現在の PR を引き継ぐ | PR 引き継ぎ時 |
strategic-compact | 戦略的にコンテキストをコンパクト化 | コンテキスト肥大時 |
| エージェント | 説明 |
|---|---|
qa | ユースケース想定の動作確認 |
deslop | 不要コード検出・除去 |
fixci | CI 失敗の検出・修正 |
security-reviewer | セキュリティ脆弱性の検出・報告 |
code-reviewer | コード品質・パフォーマンスのレビュー(信頼度80%以上のみ) |
worktree → 実装 → verification-loop → commit-push-pr-flow → review-flow
├── code-reviewer
├── security-reviewer
├── qa
├── deslop
└── fixci
Linear MCP と連携したプロジェクト・Issue 管理ツール。
| スキル | 説明 | トリガー |
|---|---|---|
board | Issue 一覧をステータス別に表示 | board, ボード |
plan-issues | 要件を分析し Issue に分解・登録 | plan, 要件分解 |
pick-issue | Issue を選択して作業開始 | pick, issue着手 |
close-issue | Issue を完了ステータスに更新 | close issue, issue完了 |
run-team | 全 Issue を Worker で並列実行 | run team, チーム実行 |
| エージェント | 説明 |
|---|---|
issue-executor | Issue の実装・テスト・PR 作成を自律実行(PR タイトルに Identifier 付与) |
plan-issues → board → run-team (Orchestrator)
├── Worker-1 → Issue-1 実装 → PR (TEAM-1: ...)
├── Worker-2 → Issue-2 実装 → PR (TEAM-2: ...)
└── Worker-N → Issue-N 実装 → PR (TEAM-N: ...)
→ board (結果確認)
手動実行の場合:
plan-issues → board → pick-issue → (wf で実装) → close-issue
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub acta0724/claude-marketplace --plugin linearWorkflow automation tools for Git and GitHub operations
42の課題PDFをMarkdownに変換するスキル集
Linear issue tracking integration and workflow management
Multi-step agent workflows — chain headless ai-cli runs with branching and Linear integration
Linear ticket and project workflows with wrapper scripts for issues, milestones, documents, and PR coordination
Manage Linear issues from the command line
Linear issue tracking integration. Create issues, manage projects, update statuses, search across workspaces, and streamline your software development workflow with Linear's modern issue tracker.
Linear-backed agent orchestration with persona-based task routing for Claude Code