Skip to content
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Git & PR Workflows logo
Skill

Git & PR Workflows

Drives review to pull request as ordered steps that write state to disk, not to the context window.

0
SaveVisit website ↗

Install

Claude Code: /plugin marketplace add wshobson/agents → /plugin install git-pr-workflows
Triggers on

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.

Needs tools
ReadWriteBashGrep
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.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar skills

Report this comment

Why are you reporting this?