Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-pr-branch
gsd-pr-branch
GitHub自动创建干净PR分支,过滤掉.planning/目录下的规划提交,确保代码审查时仅展示代码变更,避免无关文件干扰。
Trigger Scenarios
准备提交Pull Request
清理本地分支以进行代码审查
Install
npx skills add AjayIrkal23/agentic-mercy-10x --skill gsd-pr-branch -g -y
SKILL.md
Frontmatter
{
"name": "gsd-pr-branch",
"description": "Create a clean PR branch by filtering out .planning\/ commits — ready for code review",
"allowed-tools": [
"Bash",
"Read",
"AskUserQuestion"
],
"argument-hint": "[target branch, default: main]"
}
This solves the problem of PR diffs being cluttered with PLAN.md, SUMMARY.md, STATE.md changes that are irrelevant to code review.
<execution_context> @$HOME/.claude/get-shit-done/workflows/pr-branch.md </execution_context>
Version History
- 581d130 Current 2026-07-19 09:10


