feature-branch-management
Feature Branch Management
Overview
Manage feature branches associated with work items: create branches when starting work, keep them synced with main before PR submission, and clean up after merge. Maintains clean branch hygiene and supports work item -> branch -> PR workflow.
When to Use
Use feature-branch-management when:
- Starting work on a new item (create feature branch)
- Syncing branch before PR submission (rebase on main)
- After PR merge (delete branch locally and remotely)
- Ensuring branch is clean and up-to-date before pushing changes
- Preparing for code review (verify branch state)
When NOT to Use
Skip feature branch management for:
More from squirrel289/pax
resolve-pr-comments
Workflow skill for addressing and resolving pull request review comments systematically
11gh-pr-review
Interact with GitHub pull requests for review, comment management, and merge operations
10process-pr
End-to-end workflow for processing pull requests from review to merge
10copilot-pull-request
Skill for managing GitHub pull requests and issues using Copilot's built-in PR/issue APIs. Provides structured, agent-native operations for review, comment, resolve, and merge workflows.
10pull-request-tool
Unified skill for managing GitHub pull requests and issues. Uses Copilot's native PR/issue APIs when available, and falls back to gh-pr-review CLI otherwise. Ensures maximum compatibility and agent-native features.
10parallel-execution
CRITICAL skill for executing multiple runSubagent calls in a SINGLE function_calls block for true parallelism. Essential for efficient multi-task workflows, subagent coordination, and maximizing throughput.
10