com um clique
commit
Draft and create a git commit for staged changes. Use when asked to commit.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Draft and create a git commit for staged changes. Use when asked to commit.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Generate a changelog or release notes from recent git history. Use when asked to write a changelog, summarize recent commits, or produce release notes.
Scaffold a new custom SKILL.md file interactively. Use when asked to create a new skill or slash command.
Create or switch to a feature branch, typically tied to a GitHub issue. Use when asked to create a branch or start work on an issue.
Create, view, list, or comment on GitHub issues. Use when asked to file, open, or manage GitHub issues.
Create, review, or manage GitHub pull requests. Use when asked to open, check, or merge a PR.
Run the linter, auto-fix what's fixable, and report the rest. Use when asked to lint or fix lint errors.
| name | commit |
| description | Draft and create a git commit for staged changes. Use when asked to commit. |
| allowed-tools | Bash |
| disable-agent-invocation | true |
Create a git commit for the currently staged changes.
Current staged diff: !{git diff --staged}
Steps:
If nothing is staged, report that and suggest running git add first.