ワンクリックで
git-commit-push
Commit and push repository changes safely. Use when user asks to commit, push, or verify and push current changes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Commit and push repository changes safely. Use when user asks to commit, push, or verify and push current changes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when working with GitHub via the gh CLI - managing PRs, issues, releases, repos, workflows, searching code, or calling the GitHub API. Triggers on tasks involving GitHub operations, PR creation/management, issue tracking, release workflows, or any gh command usage.
Use when building Farm locally from source, native bindings or Rust plugin artifacts are missing, or an example/E2E needs local core and plugin artifacts.
Comprehensive Farm build-tool reference for AI agents. Use when writing or reviewing farm.config.ts, adding/configuring plugins, troubleshooting builds, implementing SSR or library mode, using the JavaScript API, writing Farm JS/Rust plugins, or authoring custom plugins from scratch. Covers all config options, official plugins, CLI commands, key features, and plugin authoring sourced from website/docs.
Deep integration with Docusaurus for documentation site development. Configure projects, manage sidebars, versioning, i18n, develop plugins, and optimize builds for React-based documentation.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
| name | git-commit-push |
| description | Commit and push repository changes safely. Use when user asks to commit, push, or verify and push current changes. |
| license | MIT |
| compatibility | Requires git repository with remote configured. |
| metadata | {"author":"farm","version":"1.0"} |
Safely commit and push changes for the current branch.
Check current branch and repo status
git branch --show-currentgit status --shortValidate commit preconditions
Stage changes
git add -ACreate commit
git commit -m "<message>".Push changes
git push.Report result
git status --short result.