Github Contributor

🌐Community
by daymade · vlatest · Repository

Identifies open GitHub issues needing help, suggests contributions based on your skills, and drafts pull request descriptions.

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

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

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

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

About This Skill

What it does

This skill enables AI agents to interact directly with GitHub repositories, allowing them to clone codebases, search for specific files or issues, and manage repository metadata. It bridges the gap between natural language requests and Git operations, streamlining development workflows by automating routine repository management tasks.

When to use it

  • You need to quickly inspect the structure of an open-source project without manually cloning it first.
  • An agent must locate a specific bug report or feature request within a large repository's issue tracker.
  • You want to automate the process of gathering context from multiple related repositories before generating code.
  • Your workflow requires reading .gitignore files or checking recent commit history to understand project constraints.

Key capabilities

  • Cloning GitHub repositories directly into the agent's working environment.
  • Searching repository contents for specific keywords, file paths, or code patterns.
  • Retrieving and analyzing issue details, pull requests, and comments.
  • Accessing repository metadata such as README files, license information, and configuration files.

Example prompts

  • "Clone the langchain repository and search for all files containing 'vectorstore' in their content."
  • "Find the open issues related to 'authentication failures' in the nextjs repo and summarize the top three comments."
  • "Read the .gitignore file from the react repository and list any patterns that might affect my current build process."

Tips & gotchas

Ensure the AI agent has appropriate network access and authentication tokens if private repositories are involved. This skill relies on public API endpoints; rate limits may apply for high-frequency queries across multiple repositories.

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
daymade
Installs
81

🌐 Community

Passed automated security scans.