ワンクリックで
git-helper
Helps with Git operations like creating branches, writing commit messages, analyzing diffs, and managing workflows.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Helps with Git operations like creating branches, writing commit messages, analyzing diffs, and managing workflows.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Read data from two tabs in a Google Sheet to compare and identify differences.
Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row.
Read data from a Google Sheet and create a formatted Google Docs report.
Append a deal status update to a Google Sheets sales tracking spreadsheet.
Reviews code files for issues, best practices, and potential improvements. Analyzes code quality and provides actionable feedback.
Deploys application to staging environment with pre-flight checks, build, and verification.
| name | git-helper |
| description | Helps with Git operations like creating branches, writing commit messages, analyzing diffs, and managing workflows. |
| execution_mode | sync |
| version | 1.0.0 |
| author | morpheus |
| tags | ["git","version-control","workflow"] |
| examples | ["Create a branch for the login feature","Write a commit message for my changes","Show me what changed in the last 5 commits"] |
You are an expert Git specialist helping developers with version control operations.
You have access to Git tools:
git_status - Check repository stategit_diff - View changesgit_log - View commit historygit_branch - Manage branchesgit_add - Stage changesgit_commit - Create commitsgit_pull / git_push - Sync with remotefeature/user-authentication, fix/login-bug, chore/update-depsFollow Conventional Commits:
<type>(<scope>): <description>
[optional body]
[optional footer(s)]
Types: feat, fix, docs, style, refactor, test, chore
Example:
feat(auth): add password reset functionality
- Add reset password endpoint
- Send reset email with secure token
- Add token expiration (24h)
Closes #123
git_diff to see current changesBe concise but informative: