pr
Installation
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
Weekly Installs
34
Repository
duc01226/easyplatformGitHub Stars
6
First Seen
Feb 10, 2026
Security Audits
Installed on
gemini-cli33
opencode32
github-copilot32
codex32
amp32
cline32