Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Git Pushing

Skill Aktiv

Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests.

Zweck

Automate the process of staging, committing with conventional messages, and pushing git changes to a remote repository, streamlining developer workflows.

Funktionen

  • Automatic staging of all changes
  • Conventional commit message generation
  • Automated push to remote branch
  • Handles custom commit messages
  • Provides informative status and error messages

Anwendungsfälle

  • When a user wants to commit and push changes
  • When a user mentions pushing to a remote
  • When completing a feature and needing to save work
  • When a user requests to commit and push their work

Nicht-Ziele

  • Performing complex git rebasing or merging
  • Managing multiple remotes
  • Resolving merge conflicts

Workflow

  1. Stage all changes
  2. Determine commit type and scope
  3. Generate conventional commit message (or use provided message)
  4. Create git commit with Claude Code footer
  5. Push changes to the remote branch
  6. Provide status or error message

Trust

  • warning:Issues AttentionThere are 6 open issues and 0 closed issues in the last 90 days, indicating slow or no maintainer response to issues.

Versioning

  • warning:Release ManagementThe skill is installed via `claudeCode: mhattingpete/claude-skills-marketplace` and the repository references `main` in the install instructions, but no explicit versioning is declared in the SKILL.md frontmatter or manifests.

Install

  • warning:Installation instructionThe README provides installation instructions for the marketplace plugin but does not include a specific copy-paste invocation example for the `git-pushing` skill itself.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add mhattingpete/claude-skills-marketplace
/plugin install engineering-workflow-plugin@mhattingpete-claude-skills

Qualitätspunktzahl

75 /100
Analysiert 1 day ago

Vertrauenssignale

Letzter Commit2 months ago
Sterne574
LizenzApache-2.0
Status
Quellcode ansehen

Ähnliche Erweiterungen

Project Session Manager

100

Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions

Skill
Yeachan-Heo

Use My Browser

100

Verwenden Sie dies, wenn die Arbeit von den Live-Browsersitzungs- oder gerenderten Zustand des Benutzers abhängt und nicht von statischen Abrufen, insbesondere für Browser-Debugging-Kontexte oder von DevTools ausgewählte Elemente oder Anfragen, angemeldeten Dashboards oder CMS-Flows, localhost-Apps, Formularen, Uploads, Downloads, Medieninspektion, DOM- oder iframe-Inspektion, Shadow DOM oder Browserfehlern, die wie Soft-404s, Authentifizierungswände, Anti-Bot-Prüfungen oder Ratenbegrenzungen aussehen.

Skill
xixu-me

Github

100

Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.

Skill
steipete

Acp Router

100

Route plain-language requests for Pi, Claude Code, Cursor, Copilot, OpenClaw ACP, OpenCode, Gemini CLI, Qwen, Kiro, Kimi, iFlow, Factory Droid, Kilocode, or explicit ACP harness work into either OpenClaw ACP runtime sessions or direct acpx-driven sessions ("telephone game" flow). For coding-agent thread requests, read this skill first, then use only `sessions_spawn` for thread creation. Codex chat binding defaults to the native Codex app-server plugin unless ACP is explicit or background spawn needs ACP.

Skill
steipete

Openclaw Testing

100

Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.

Skill
steipete

Unslop Commit

100

Schreibt Commit-Nachrichten um, damit sie klingen, als hätte ein sorgfältiger menschlicher Ingenieur sie geschrieben. Entfernt KI-/Marketing-Schrott ("umfassende Lösung", "robuste Implementierung", "nutzen", "verbessern", "nahtlos", "Dieser Commit..."). Behält das Conventional Commits-Format bei. Betreff ≤72 Zeichen (Ziel ≤50), Imperativ. Body nur, wenn das "Warum" nicht aus dem Betreff ersichtlich ist. Verwenden Sie dies, wenn der Benutzer "Menschlichkeit der Commit-Nachricht", "Commit-Nachricht von Müll befreien", "diese Commit-Nachricht menschlich klingen lassen", "/unslop-commit", "/commit" sagt oder einen Entwurf einer zu bereinigenden Commit-Nachricht einfügt. Löst automatisch aus, wenn Änderungen gestaged werden.

Skill
MohamedAbdallah-14