Закрытие задачи, коммит и создание PR
productivity
close-task-commit-push-pr is a Claude Code skill that closes the active backlog task (detected from the current branch name), stages changes in logically grouped commits, pushes the branch to the remote, and opens a pull request. It relies on MCP backlog tools (task_view, task_edit, task_complete) alongside standard git commands and GitHub CLI (`gh pr create`). The task is marked Done and its acceptance criteria are checked off before any commit, so the task file is included in the git history. Commit messages follow conventional commits style, and the PR body is structured with Summary and Test plan sections. Once the PR is created, its URL is written back into the task's finalSummary via an amend of the last commit. The skill suits developers who manage a Markdown backlog and want a single command to complete the full ship cycle.
- #git-workflow
- #task-management
- #pr-automation
- #conventional-commits
- #backlog