From wf
タスク完了後に自律的に実行する必要があるフロースキルです。 Trigger: task completed, ready to submit code
How this skill is triggered — by the user, by Claude, or both
Slash command
/wf:commit-push-pr-flowhaikuThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Commit, push, and open a pr
Commit, push, and open a pr
npx claudepluginhub hikaruegashira/agent-skills --plugin wfAutomates Git workflow from branch creation to PR: generates branches from latest base/develop/main, commits with co-authors, pushes, creates/updates GitHub PRs using shell scripts. Use for quick feature-to-PR cycles.
Creates GitHub Pull Requests using GitHub CLI: detects existing PRs for branches, pushes changes, generates titles/bodies from commits. Handles monorepos/submodules. Use for /create-pr or PR/review requests.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.