تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:١
forks:٢
updated:١٦ مارس ٢٠٢٦ في ٢٣:٣٢
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