Git & PR Workflows
Drives review to pull request as ordered steps that write state to disk, not to the context window.
Install
Claude Code: /plugin marketplace add wshobson/agents → /plugin install git-pr-workflows
Dalı gözden geçirip pull request açarken ya da yarım kalmış bir git akışını kaldığı yerden sürdürürken devreye giriyor.
- Author
- Seth Hobson
- License
- MIT
The git-workflow command runs review, branch hygiene and pull request creation as a fixed sequence with approval checkpoints between phases. Each step writes its output into a .git-workflow directory and the next step reads that file rather than relying on what still survives in the context window, which is also what lets an interrupted run resume from its recorded state instead of restarting. Flags select the branching model — squash, conventional commits, trunk-based — plus a draft mode for work that is not ready for review. The pr-enhance command writes the description itself: categorising the diff, listing affected dependencies and pointing at what a reviewer should read first. The onboard command turns the same repository knowledge into a ramp-up plan for a new team member.
Similar skills
Comprehensive Review
SkillA phased review that writes each stage to disk so later phases read files, not context memory.
GitHub Actions Hardening
SkillReviews workflow YAML for the ways CI specifically gets compromised.
GitHub Actions Templates
SkillWorking workflow files instead of a blank .github directory.

Comments(0)
Sign in to comment