Github Create Label
Helps with GitHub, creation as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add github-create-label npx -- -y @trustedskills/github-create-label
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"github-create-label": {
"command": "npx",
"args": [
"-y",
"@trustedskills/github-create-label"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to create labels within a GitHub repository. It automates the process of defining and adding new labels, which are used for categorizing issues and pull requests. This helps teams organize their work more effectively and track progress on projects.
When to use it
- You need to standardize issue tracking by creating consistent labels across a project.
- A team wants to introduce a new categorization system for pull requests or issues.
- You are automating the setup of a new GitHub repository with predefined labels.
- Labels need to be created based on data from an external source (e.g., a spreadsheet).
Key capabilities
- Creates new labels in a specified GitHub repository.
- Allows specification of label name and color.
Example prompts
- "Create a label named 'Bug' with the color 'red' in my project’s GitHub repo."
- "Add a label called 'Documentation' with color 'yellow' to the 'my-repo' repository."
- “Create a new GitHub label for ‘enhancement’ and set its color to purple.”
Tips & gotchas
- Requires appropriate permissions (write access) to the target GitHub repository.
- The skill may require authentication with your GitHub account.
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.