ワンクリックで
pr
Push branch and create a pull request with auto-generated description
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Push branch and create a pull request with auto-generated description
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate a new React component with Mantine styling
Update documentation after implementing features or making changes
Run a quick architecture review via architect-reviewer agent
Generate mobile-specific React components with platform detection and safe areas
Run a quick security audit on recent changes or specific files
Generate a test file for a component, hook, or utility
| name | pr |
| description | Push branch and create a pull request with auto-generated description |
Pushes the current branch and creates a pull request with a well-formatted description.
git branch --show-current
If on main, inform user to create a feature branch first.
git push -u origin HEAD
git log origin/main..HEAD --oneline
Generate PR title and description from commits.
Create the PR:
gh pr create --title "<title>" --body "<body>"
## Summary
<Brief description of what this PR does>
## Changes
- <Bullet points from commits>
## Testing
<How this was tested>
---
🤖 Generated with Claude Code
gh) must be installed and authenticatedCreated pull request: https://github.com/skeletor-js/skelenote/pull/42
Title: feat: add task priority filtering