Skip to content

Add branch-push-pr skill for streamlined PR workflow #51

Description

@OriNachum

Context

During /guide:introspect session (post-PR #49 introspection), the user noted that the branch → commit → push → create PR → wait for reviews → handle comments workflow is repeated manually every time. This should be encoded as a skill.

Proposal

Create a skill (or add to an existing workflow) that automates:

  1. Create a descriptive branch from main
  2. Stage and commit changes with a good message
  3. Push to remote with -u flag
  4. Create PR via gh pr create with structured body
  5. Optionally wait for review bots (Qodo, Copilot, SonarCloud)
  6. Hand off to pr-review skill for comment handling

Lifecycle gap

This addresses the PR phase gap identified in the lifecycle coverage check — PR creation works but is manual, with no skill encoding the full workflow.

Notes

  • Should integrate with the existing pr-review skill for the "iterate" phase

  • Could be triggered by introspect's auto/remind mode after task completion

  • Consider making it a guide plugin skill or a standalone user skill

  • Claude

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions