Github Operations

🌐Community
by yonatangross · vlatest · Repository

Automates GitHub tasks like creating pull requests, merging branches, and managing issues via API calls.

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 github-operations npx -- -y @trustedskills/github-operations
2

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

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

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

About This Skill

The GitHub Operations skill empowers AI agents to interact directly with repositories, enabling them to create, update, and delete code files. It allows agents to manage issues and pull requests, facilitating full-cycle software development workflows within a Git environment.

When to use it

  • Automating the creation of new feature branches based on specific requirements.
  • Resolving merge conflicts by editing conflicting files directly in the repository.
  • Managing project backlogs by creating or updating GitHub Issues and Pull Requests.
  • Deploying code changes by committing updates and pushing them to remote repositories.

Key capabilities

  • Create, update, and delete files within a repository.
  • Manage issues and pull requests.
  • Commit changes and push updates to remote branches.
  • Interact with Git history and branch management.

Example prompts

  • "Create a new issue titled 'Fix login bug' and assign it to the development team."
  • "Update the README.md file to include the latest installation instructions for version 2.0."
  • "Commit the changes made in the current branch and push them to the main repository."

Tips & gotchas

Ensure the AI agent has valid authentication credentials (such as a Personal Access Token) before attempting to modify remote repositories. Be cautious when delegating sensitive operations like deleting files or merging critical branches without human oversight.

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
yonatangross
Installs
52

🌐 Community

Passed automated security scans.