gsd-pr-branch
SolidCreate a clean PR branch by filtering out .planning/ commits — ready for code review
Code & Development 7,313 stars
501 forks Updated today MIT
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
<objective>
Create a clean branch suitable for pull requests by filtering out .planning/ commits
from the current branch. Reviewers see only code changes, not GSD planning artifacts.
This solves the problem of PR diffs being cluttered with PLAN.md, SUMMARY.md, STATE.md
changes that are irrelevant to code review.
</objective>
<execution_context>
@~/.claude/gsd-core/workflows/pr-branch.md
</execution_context>
<process>
Execute end-to-end.
</process>
Details
- Author
- open-gsd
- Repository
- open-gsd/gsd-core
- Created
- 2 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Listed
thrunt-pr-branch
Create a clean PR branch by filtering out .planning/ commits — ready for code review
0 Updated yesterday
3dcom2711 AI & Automation Listed
package-pr
Build a reviewable pull request from the current branch — title, body, test plan, risk notes and reading order — then open it with gh on confirmation.
0 Updated yesterday
kerilpatel Code & Development Listed
prepare-pr
Prepare a branch for review by committing scoped changes, rebasing on main, running builds, and creating or updating a pull request. Use when the user wants the branch ready for PR review.
332 Updated 5 days ago
dcouple