Git Pushing

🌐Community
by sickn33 · vlatest · Repository

Automates committing and pushing code changes to specified Git repositories, streamlining development workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add git-pushing npx -- -y @trustedskills/git-pushing
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "git-pushing": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/git-pushing"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The git-pushing skill enables an AI agent to execute Git commands related to pushing changes from a local repository to a remote one. It allows for seamless integration with version control systems, ensuring that code modifications are synchronized with remote repositories like GitHub or GitLab.

When to use it

  • You need to push committed changes to a remote repository after making updates locally.
  • Automating deployment workflows where code must be pushed as part of a CI/CD pipeline.
  • Collaborating on projects and sharing your work with team members via version control.

Key capabilities

  • Execute git push commands to send local commits to a remote server.
  • Handle authentication by managing Git credentials or SSH keys when required.
  • Support for specifying branches, tags, or custom remotes during the push operation.

Example prompts

  • "Push my latest changes to the 'main' branch on GitHub."
  • "Commit and push all uncommitted files to the remote repository."
  • "Push the 'feature/new-ui' branch to the origin server."

Tips & gotchas

  • Ensure that your local Git configuration (e.g., username, email) is set up correctly before pushing.
  • If using SSH, make sure your public key is added to the remote service for secure access.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
sickn33
Installs
358

🌐 Community

Passed automated security scans.