タスク完了後に自律的に実行する必要があるフロースキルです。 Trigger: task completed, ready to submit code
PRを作成する前の分割commitが必要な時に自律的に呼び出す必要があるスキルです。 Trigger: need split commit, prepare commit, organize commit
PR作成後に自律的に実行する必要があるフロースキルです。 Trigger: review, pr created, pr open
Planが承認/完了した直後に自律的に呼び出す必要があるスキルです。 Trigger: plan approved, plan completed, taskを開始します
npx add-skill HikaruEgashira/agent-skills
| Skill | When to use | Behavior |
|---|---|---|
worktree | After Planning | Create Worktree |
commit-push-pr-flow | After task completion | Create PR |
review-flow | After PR creation | Review PR |
claude plugin marketplace add HikaruEgashira/agent-skills
claude plugin install wf
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimArchitecture design and planning tools for Claude Code
npx claudepluginhub hikaruegashira/agent-skills --plugin wfGit workflow best practices with commit validation hooks
Git workflow tools: commits, PRs, review inbox, checkout, and work triage
Comprehensive GitHub operations using gh CLI and GitHub API for pull requests, issues, repositories, workflows, and API interactions
Code review and worktree workflow commands
Git automation - PRs, releases, branches, worktrees
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques