Github
Analyzes GitHub repositories to extract code quality metrics, identify potential bugs, and suggest improvements.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add dalestudy-github npx -- -y @trustedskills/dalestudy-github
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"dalestudy-github": {
"command": "npx",
"args": [
"-y",
"@trustedskills/dalestudy-github"
]
}
}
}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 retrieve repository metadata, list files within specific directories, and read the contents of individual files. It serves as a foundational interface for automating code review workflows or gathering project documentation without manual intervention.
When to use it
- Automatically extracting license information and recent commit history from open-source projects.
- Retrieving specific source code files to analyze dependencies or identify potential security vulnerabilities.
- Gathering repository statistics such as star counts, fork numbers, and contributor lists for data aggregation.
- Fetching README documentation to summarize project functionality for internal knowledge bases.
Key capabilities
- Querying public GitHub repositories by owner and name.
- Listing directory structures and file names within a repository.
- Reading raw content from specific files identified by path.
- Accessing high-level repository metadata including description, language usage, and creation dates.
Example prompts
- "List all Python files in the
srcdirectory of theoctocat/Hello-Worldrepository." - "Read the contents of the
LICENSEfile from themicrosoft/vscoderepository." - "Summarize the README documentation for the
huggingface/transformerslibrary."
Tips & gotchas
This skill is limited to public repositories; private repositories require specific authentication tokens that this basic implementation may not handle. Ensure your AI agent has clear instructions on which repository owner and name to query, as the skill does not automatically infer context from vague requests.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.