skills/skill-commitpushpr/SKILL.md
Create logical commits from all changes, push to a new branch, and open a pull request on GitHub. Groups related changes into separate commits with conventional commit messages. Use when you want to submit changes for review via PR instead of pushing directly to main.
npx skillsauth add hasna/skills skill-commitpushprInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create logical, well-organized commits from the current working directory changes, push to a feature branch, and open a pull request.
git status and git diff --stat.type/short-descriptionmain.agents-data/, .tmp/, uploaded blobs.claude/scheduled_tasks.lockgit push -u origin <branch-name>gh pr createtype: concise description of the change
Optional body explaining why the change was made,
not what was changed.
## Summary
- bullet points
## Test plan
- [ ] checklist items
git add . or git add -A.env files, or credentialsmaindevelopment
Fetch official brand assets from a website or brand name, then return logos, palette, typography, source metadata, and a clean asset manifest. Use when a user asks to find, extract, download, package, or normalize a brand's logo and visual identity assets.
tools
Generate hosted voiceover variants and short jingles
tools
Generate premium video highlight packages with clip plans, captions, thumbnails, chapter markers, social copy, edit decisions, and manifest metadata.
development
Generate premium API, unit, and browser test suite packages with runnable tests and coverage notes.