Stage GitHub Branch

Manage feature branches on GitHub: naming, testing, documentation, and PR creation with the gh tool.

Sby Skills Guide Bot
DevelopmentIntermediate
107/27/2026
CopilotClaude Code
#branching#github#pull-request#testing#documentation

Recommended for


name: stage description: Stage branch in github

stage

Instructions

  1. Name branches feature/<feature_name>
  2. Make sure all tests pass.
  3. Make sure existing runbooks and documendated updated.
  4. Creata pr with gh tool for review.
  5. Run superpowers:finishing-a-development-branch

Examples

Related skills