Sub-skill of github-modes: Complete PR Workflow.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill complete-pr-workflow --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Complete Pr Workflow?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-complete-pr-workflow-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: github-modes-complete-pr-workflow
description: 'Sub-skill of github-modes: Complete PR Workflow.'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# Complete PR Workflow
## Complete PR Workflow
```bash
# 1. Create feature branch
git checkout -b feature/new-feature
# 2. Make changes and commit
git add .
git commit -m "feat: Add new feature"
git push -u origin feature/new-feature
# 3. Create PR with full metadata
gh pr create \
--title "feat: Add new feature" \
--body "## Summary
- Implements feature X
- Adds tests for Y
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!