Agent Plugins Marketplace
All plugins

github-actions-plugin

v1.10.0

GitHub Actions CI/CD - workflows, authentication, inspection

Claude Code10 Skills

By Lauri GatesLicense: MIT58 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
10 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install github-actions-plugin for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install github-actions-plugin@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/laurigates/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is github-actions-plugin/.

Plugin files

github-actions-plugin/
├── .claude-plugin/plugin.json
├── skills/ai-review-max-turns/SKILL.md
├── skills/claude-code-github-workflows/SKILL.md
├── skills/github-actions-auth-security/SKILL.md
├── skills/github-actions-inspection/SKILL.md
├── skills/github-actions-mcp-config/SKILL.md
├── skills/github-issue-search/SKILL.md
├── skills/github-social-preview/SKILL.md
├── skills/github-workflow-auto-fix/SKILL.md
├── skills/multirepo-ci-cd/SKILL.md
└── skills/workflow-dev/SKILL.md

Included Skills10

ai-review-max-turnsskills/ai-review-max-turns/SKILL.md

A Claude-powered CI review check reports red. Use when triaging it, to separate a genuine finding the check could not publish from turn-budget exhaustion — read is_error first, never the red X.

claude-code-github-workflowsskills/claude-code-github-workflows/SKILL.md

Claude Code GitHub Actions workflow patterns — PR reviews, issue triage, CI/CD integration. Use when creating or modifying workflows that integrate Claude Code.

github-actions-auth-securityskills/github-actions-auth-security/SKILL.md

GitHub Actions auth and security for Claude Code — OIDC, AWS Bedrock, Vertex AI, secrets, permission scoping. Use when setting up workflow authentication or security.

github-actions-inspectionskills/github-actions-inspection/SKILL.md

Failing step, stack trace, and test output from a completed GitHub Actions run; rerun failed jobs. Use when a CI check finished red and you need the error extracted from its log.

github-actions-mcp-configskills/github-actions-mcp-config/SKILL.md

MCP server config for GitHub Actions — tool permissions, env vars, multi-server setups. Use when configuring MCP servers in GitHub Actions workflows.

github-issue-searchskills/github-issue-search/SKILL.md

Search GitHub issues for solutions and workarounds. Use when encountering errors with OSS libraries, finding upstream bug workarounds, or researching known issues.

github-social-previewskills/github-social-preview/SKILL.md

Generate 1280x640 PNG social preview images for GitHub repos using nano-banana-pro. Use when asked for social preview, Open Graph image, or repo images for social media.

github-workflow-auto-fixskills/github-workflow-auto-fix/SKILL.md

Set up automated CI fixing with Claude Code. Use when adding a workflow that analyzes failures, applies fixes, and files issues; pass --reusable for a multi-repo workflow_call template.

multirepo-ci-cdskills/multirepo-ci-cd/SKILL.md

Diagnose a CI failure or roll a workflow out across many repos. Use when debugging a red check in a multi-repo org, promoting a shared reusable-*.yml, or re-triggering a PR after a @main fix.

workflow-devskills/workflow-dev/SKILL.md

Automated dev loop — run tests, file issues for failures, TDD fix on branch, open PR, watch CI. Use when running a continuous dev loop, autonomous TDD, or fix-and-PR cycles.

Plugin manifests1

github-actions-plugin/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "github-actions-plugin",
  "version": "1.10.0",
  "description": "GitHub Actions CI/CD - workflows, authentication, inspection",
  "author": {
    "name": "Lauri Gates"
  },
  "repository": "https://github.com/laurigates/claude-plugins",
  "license": "MIT",
  "keywords": [
    "github-actions",
    "ci-cd",
    "workflows",
    "automation",
    "auto-fix"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[github-actions-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/github-actions-plugin)