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:
- Create a descriptive branch from main
- Stage and commit changes with a good message
- Push to remote with
-u flag
- Create PR via
gh pr create with structured body
- Optionally wait for review bots (Qodo, Copilot, SonarCloud)
- 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
Context
During
/guide:introspectsession (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:
-uflaggh pr createwith structured bodyLifecycle 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