소개
The GitHub Branch Stager skill is designed to enforce consistency and best practices during the transition from active development to code review. It automates the process of staging feature branches by ensuring they follow the standard 'feature/' naming convention, verifying that all tests pass, and confirming that associated documentation and runbooks are updated. By integrating with the GitHub CLI (gh) for pull request creation and triggering post-development cleanup tasks, it significantly reduces manual overhead and prevents common deployment errors.