Github Workflow
Automates GitHub workflow runs based on prompts, triggering deployments, tests, or other CI/CD actions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add github-workflow npx -- -y @trustedskills/github-workflow
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"github-workflow": {
"command": "npx",
"args": [
"-y",
"@trustedskills/github-workflow"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates GitHub workflow runs based on prompts, enabling AI agents to trigger deployments, tests, or other CI/CD actions within a GitHub repository. It follows a standard four-step process and requires specific prerequisites (detailed in the "Workflow Overview" reference). The skill manages task retrieval and utilizes a global configuration which can be updated after confirmation for repeated use.
When to use it
- To automatically run tests on code changes before creating a pull request.
- To trigger deployment workflows based on prompts or specific conditions.
- When needing to automate repetitive CI/CD tasks within a GitHub repository.
- For managing and executing tasks defined in a
TODO.mdfile, following delegation rules outlined in the specification.
Key capabilities
- Task Management: Handles task details and execution.
- Task Retrieval: Fetches task information and manages global configuration settings.
- Global Configuration: Allows for defining and reusing query methods for task retrieval.
TODO.mdSpecification Support: Integrates with aTODO.mdfile to delegate tasks based on defined rules.
Example prompts
- "Run the tests in the 'backend' workflow."
- "Create a pull request after running the deployment workflow."
- “Execute the task described in TODO.md under ‘Release Notes’."
Tips & gotchas
- Familiarize yourself with the "Workflow Overview" to understand the four-step process and prerequisites for using this skill.
- The initial use of a query method requires confirmation, after which it can be reused via global configuration.
- Refer to the "TODO Specification" documentation to correctly structure your
TODO.mdfile and define delegation rules.
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.