Gh Workflow Monitoring

🌐Community
by laurigates · vlatest · Repository

Track GitHub Actions workflow status, failures, and performance metrics to proactively identify and resolve issues.

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 gh-workflow-monitoring npx -- -y @trustedskills/gh-workflow-monitoring
2

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

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

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

About This Skill

What it does

This skill allows you to monitor GitHub Actions workflows. It retrieves the status of recent workflow runs, providing insights into build success or failure and associated logs. You can query for specific repositories, branches, or even individual workflow names to pinpoint issues quickly.

When to use it

  • Troubleshooting Build Failures: Quickly check the status of a recent workflow run after receiving an error notification.
  • Monitoring Deployment Pipelines: Track the progress and success/failure of deployments triggered by GitHub Actions.
  • Investigating Performance Issues: Examine workflow durations to identify potential bottlenecks in your CI/CD process.
  • Auditing Workflow History: Review past runs to ensure compliance or understand changes over time.

Key capabilities

  • Retrieves recent workflow run statuses.
  • Filters by repository name.
  • Filters by branch name.
  • Allows specifying a specific workflow name.

Example prompts

  • "What's the status of the latest workflow run for my 'my-repo' repository?"
  • "Show me the logs from the failed build on the 'main' branch in 'my-repo'."
  • "Check if the 'deploy' workflow ran successfully in 'my-repo'."

Tips & gotchas

  • Requires access to the target GitHub repository. You may need appropriate permissions for the AI agent accessing the data.

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
laurigates
Installs
4

🌐 Community

Passed automated security scans.