一键导入
open-pr
Write a PR description using conversation context and open PR creation in browser.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Write a PR description using conversation context and open PR creation in browser.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Создаёт и улучшает agent skills с правильной структурой, progressive disclosure, bundled resources и безопасными boundaries. Use when user wants to create, write, build, review, or evolve a skill.
Launch one or more tasks in new git worktrees using workmux.
Analyze a user's Plannotator plan archive to extract denial patterns, feedback taxonomy, evolution over time, and actionable prompt improvements — then produce a polished HTML dashboard report. Falls back to Claude Code ExitPlanMode denial reasons when Plannotator data is unavailable.
Fetch source code for npm, PyPI, or crates.io packages and GitHub/GitLab repos to provide AI agents with implementation context beyond types and docs. Use when needing to understand how a library works internally, debug dependency issues, or explore package implementations.
Save 60-90% of LLM tokens on shell commands, file reads, and test outputs. Wraps rtk CLI for compressed output.
Reference for the workmux CLI that manages git worktrees and tmux windows as isolated development environments. Use when the user mentions workmux, worktrees, or parallel agent workflows.
| name | open-pr |
| description | Write a PR description using conversation context and open PR creation in browser. |
| disable-model-invocation | true |
| allowed-tools | Read, Bash, Glob, Grep |
main or master)git diff <base>...HEADgit log <base>...HEAD --format="%s"git status to check for uncommitted changesUse this template:
## Summary
[1-2 sentences: what this PR does and why]
## Changes
- [Key change 1]
- [Key change 2]
- [Key change 3]
## Testing
[How you verified it works]
Guidelines:
Write a short PR title (max 72 characters)
Ensure the branch is pushed:
git push -u origin HEAD
Open PR creation in browser (do NOT create directly):
gh pr create --web --title "<title>" --body "<body>"