Planが承認された後、全ステップを自動で遂行するオーケストレーターです。 worktree作成 → 実装 → 品質チェック → PR作成 → レビューまで一気通貫で実行します。 Trigger: execute plan, 自動実行, auto execute
タスク完了後に自律的に実行する必要があるフロースキルです。 Trigger: task completed, ready to submit code
現在のPRを引き継ぎます。 Trigger: assign, take over, current pr
PRを作成する前の分割commitが必要な時に自律的に呼び出す必要があるスキルです。 Trigger: need split commit, prepare commit, organize commit
PR作成後に自律的に実行する必要があるフロースキルです。 Trigger: review, pr created, pr open
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.
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
npx claudepluginhub acta0724/claude-marketplace --plugin wfProject and issue management with Linear MCP integration
42の課題PDFをMarkdownに変換するスキル集
AI-Driven Engineering workflow commands for managing issues, tasks, implementation, and PRs.
Orchestration plugin. v1 use case: async development - turn ready issues into pull requests, then iterate on review feedback until a human takes over. Designed to host more orchestration use cases (refactoring, docs, audits) in future versions.
This is a getty104's base tool set
GitHub workflow: issues, PRs, worktrees, sub-issues
Work on issues from GitHub, Linear, or GitLab
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management