用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/aerospike/shared-workflows --skill quick-pr命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | quick-pr |
| description | Draft a lightweight pull request for small, non-Jira changes |
| disable-model-invocation | true |
Draft a lightweight pull request for the current branch. Use this for small housekeeping changes (docs updates, dependency bumps, config tweaks, linting fixes) that don't have a Jira ticket.
git branch --show-current to get the current branch name.main unless the user specifies otherwise via $ARGUMENTS.git log and git diff against the base branch to understand ALL changes (not just the latest commit).type(scope): description
type by reviewing ALL commits on the branch and bubbling up to a single conventional commit typechore, docs, fix, refactor, ci, build, test, feat, perfscope is the area of the change (e.g., docs, workflows, deps, actions)docs(cicd): update walkthrough for v3.2.0, chore(deps): bump actions/checkout to v6## Summary
A brief paragraph (2-4 sentences) explaining what changed and why in plain language. Write it like you're explaining the change to a teammate — conversational but clear. Focus on the motivation and what's different, not a mechanical list of every file touched.
## Changes
- Concise list of the notable changes
- Group related changes on one line where it makes sense
- Skip trivial/obvious items (formatting, whitespace)
## Test plan
How to verify — or note if no testing is needed (e.g., "docs-only change").
gh pr create.If the user provides arguments, treat them as additional context about the PR (e.g., base branch, extra description, or specific focus areas). $ARGUMENTS