Agent skill
pr
[Git] Create pull request with standard format
Install this agent skill to your Project
npx add-skill https://github.com/duc01226/EasyPlatform/tree/main/.claude/skills/pr
SKILL.md
[IMPORTANT] Use
TaskCreateto break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI MUST ask user whether to skip.
Quick Summary
Goal: Create a pull request with standardized format (summary, test plan, changes list).
Workflow:
- Analyze -- Review all commits and changes on the branch
- Draft -- Create PR title (<70 chars) and body with summary + test plan
- Create -- Push branch and create PR via
gh pr create
Key Rules:
- PR title under 70 characters; use body for details
- Include summary bullets and test plan checklist
- Push to remote with
-uflag before creating PR
Be skeptical. Apply critical thinking, sequential thinking. Every claim needs traced proof, confidence percentages (Idea should be more than 80%).
Create Pull Request: $ARGUMENTS
Create a pull request with the standard project format.
Steps
-
Check current branch status:
- Run
git statusto see all changes - Run
git diffto review modifications - Ensure all changes are committed
- Run
-
Analyze commits:
- Run
git log --oneline -10to see recent commits - Identify all commits to include in the PR
- Run
-
Create PR with standard format:
gh pr create --title "[Type] Brief description" --body "$(cat <<'EOF' ## Summary - Bullet points describing changes ## Changes - List of specific changes made ## Test Plan - [ ] Unit tests added/updated - [ ] Manual testing completed - [ ] No regressions introduced ## Related Issues - Closes #issue_number (if applicable) Generated with Claude Code EOF )" -
PR Title Format:
[Feature]- New functionality[Fix]- Bug fix[Refactor]- Code improvement[Docs]- Documentation only[Test]- Test changes only
Notes
- Ensure branch is pushed before creating PR
- Target branch is usually
developormaster - Add reviewers if specified in $ARGUMENTS
Closing Reminders
- MUST break work into small todo tasks using
TaskCreateBEFORE starting - MUST search codebase for 3+ similar patterns before creating new code
- MUST cite
file:lineevidence for every claim (confidence >80% to act) - MUST add a final review todo task to verify work quality
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
fix-parallel
[Implementation] Analyze & fix issues with parallel fullstack-developer agents
ask
[Utilities] Answer technical and architectural questions.
claude-code
[Utilities] Claude Code CLI setup, configuration, troubleshooting, and feature guidance. Triggers on claude code setup, hook not firing, MCP connection, context limit, skill creation, slash command setup.
workflow-deployment
[Workflow] Trigger Deployment & Infrastructure workflow — CI/CD pipelines, Docker, Kubernetes setup and deployment.
workflow-idea-to-pbi
[Workflow] Trigger Idea to PBI workflow — po/ba workflow: capture idea, refine to pbi, create stories, prioritize.
easy-claude-help
[Utilities] Configuration guide for the easy-claude framework — explain settings, guide users through configuring .ck.json.
Didn't find tool you were looking for?