github-actions skills

296 tagged github-actions, measured the same way as everything else here.

Browse within: hermes-agent 59angular 22chrome-extension 22github-apps 22vscode-extension 22codex-cli 17devops-automation 15devsecops 14Evaluation 13codex-plugin 13deployment 13korean 13wordpress 13astro 12

huyngopt1994/infras-kit

Skill Claude CodeCodex

Part of infras-kit

Debug Kubernetes workload, networking, routing, and rollout issues using read-only kubectl flows across pods, services, endpoints, HTTPRoute, ingress, and gateway resources.

4 3mo ago A 42 tokens

watch-branch

74

justincampbell/gh-watch

Skill Claude CodeCodex

Watch a GitHub branch for new commits using the gh-watch extension. Use when the user wants to be notified when new commits are pushed to a branch, monitor main for merges, or track branch activity.

4 15d ago A 45 tokens original MIT

watch-pr

75

justincampbell/gh-watch

Skill Claude CodeCodex

Watch a GitHub pull request for CI status, reviews, comments, merge conflicts, and terminal states using the gh-watch extension. Use when the user wants to monitor a PR, wait for CI, or track PR progress.

4 15d ago A 48 tokens original MIT

watch-tag

76

justincampbell/gh-watch

Skill Claude CodeCodex

Watch a GitHub repository for new tags using the gh-watch extension. Use when the user wants to be notified when a tag is created, when a release is cut, or when a tag that includes a specific commit appears (e.g. "tell me when my merge ships in a release").

4 15d ago A 62 tokens original MIT

ofershap/mcp-server-github-actions

Skill Claude CodeCodex

Manage GitHub Actions workflows via MCP. Use when CI failed, the user asks why a workflow run failed, to re-run failed jobs, cancel a queued run, list workflow artifacts, trigger workflowdispatch, or check deployment status for owner/repo.

4 23d ago A 54 tokens original MIT

know-code-teach

78

chtnnh/know-code

Skill Claude CodeCodex

Explain architecture, decisions, and trade-offs to the human BEFORE making code edits and while coding. Use at session start, before any non-trivial implementation or refactor, when the user asks what is being built or why, after a know-code gate deny (before the quiz), or when the human is unfamiliar with the area.…

3 3d ago A 77 tokens original MIT

know-code

79

chtnnh/know-code

Skill Claude CodeCodex

Gate git commit, git push, and PR creation until the human passes a comprehension quiz about the current code changes. Use when commit/push/PR is blocked by know-code, when the user asks to run know-code or verify they understand the diff, or before shipping. Start with know-code range begin for multi-commit work. Run…

3 3d ago A 91 tokens original MIT

claudeconf

80

nikolaypaskov/claudeconf-plugin

Skill Claude CodeCodex

Part of claudeconf

Set up or harden a project's quality and security pipeline — git hooks, CI, tests, and pre-merge gates. Researches and pins tools that fit the project's stack instead of using fixed choices, then wires a standard-tool harness you own. Use when initializing a repo, adding CI or pre-commit checks, hardening an existing…

3 13d ago A 78 tokens original MIT

mcpb

81

zircote/mcp-bundle

Skill Claude CodeCodex

Part of mcp-bundle

Generate MCPB (MCP Bundle) packages for MCP server projects. Creates manifest.json, bundle directory structure, validates against the MCPB spec, and wires in CI/CD workflows.

3 5mo ago A 40 tokens original MIT

taskbounty-security

82

eliottreich/taskbounty-check

Skill Claude CodeCodex

Run TaskBounty's local GitHub Actions / CI maintenance-hygiene check, interpret the findings, and draft a fix plan. Use when a user wants to review a repo's GitHub Actions workflows for third-party action pinning, workflow token permissions, or update-automation gaps before shipping. Scope is CI/workflow hygiene only…

2 2mo ago A 94 tokens original MIT

ai-debt-audit

83

aniruddhavasudev/ai-debt-audit

Skill Claude CodeCodex

Part of ai-debt-audit

Scan a repository for AI-generated technical, cognitive, and intent debt. Use when the user asks to audit a codebase for AI/vibe-coding risk, check for issues an AI coding assistant may have introduced (disabled RLS, hardcoded secrets, missing auth checks, SSTI, debug mode left on), assess technical debt after heavy…

2 1mo ago A 108 tokens AGPL-3.0

khemratechconsulting/github-actions-setup

Skill Claude CodeCodex

Part of github-actions-setup

Sets up automated CI/CD with GitHub Actions for any project in one pass. Intelligently auto-detects language (Node.js, Python, Go, Rust, Docker, Java, Ruby) and architecture (Frontend web apps vs Backend APIs/microservices). Generates production-ready workflow files for AWS, Vercel, Cloudflare, Railway, Render, or SSH…

2 1mo ago A 164 tokens original MIT

blindspot-check

85

vahidkaargar/it-department-skills

Skill Claude CodeCodex

Check a big decision for blind spots against a catalogue of 95 cognitive biases before the user commits. Use this whenever the user is about to make or has just justified a major life decision and wants to be checked for self-deception — buying a house or property, relocating, signing a long lease or major contract…

2 1mo ago A 231 tokens original MIT

vahidkaargar/it-department-skills

Skill Claude CodeCodex

A positioning operator for builders who can ship the thing but still need the market to understand why it matters. Diagnoses the customer, substitute, proof, timing, and sacrifice before writing copy, pressure-tests you against rivals' real copy, won't ship claims you can't prove, and always ends with your next move.…

2 1mo ago A 95 tokens original MIT

skill-tester

87

vahidkaargar/it-department-skills

Skill Claude CodeCodex

Validate, test, and score the quality of skills within the claude-skills ecosystem. Comprehensive meta-skill: structure validation, Python script testing (syntax + imports + runtime + output format), multi-dimensional quality scoring with letter grades and tier classification (BASIC/STANDARD/POWERFUL). Use when…

2 1mo ago A 94 tokens original MIT

aw-daily

88

zircote-plugins/github-agentic-workflows

Skill Claude CodeCodex

Part of aw-author

Fully autonomous daily pipeline for the aw-author plugin. Executes intelligence research (web search + GitHub activity queries), posts to Discussions, performs gap analysis against reference files, creates issues, implements changes on develop branch, creates PR, requests review, and auto-merges. Designed for…

2 1mo ago A 94 tokens original MIT

gh-aw-report

89

zircote-plugins/github-agentic-workflows

Skill Claude CodeCodex

Part of aw-author

Daily intelligence reporting for the GitHub Agentic Workflows (gh-aw) ecosystem. Executes 8+ targeted web searches, synthesizes findings into a structured Markdown report, updates the persistent knowledge base, and optionally posts to GitHub Discussions. Triggers on: "aw-report", "gh-aw report", "intelligence sweep"…

2 1mo ago A 79 tokens original MIT

aw-author

90

zircote-plugins/github-agentic-workflows

Skill Claude CodeCodex

Part of aw-author

Author, validate, and improve GitHub Agentic Workflow (gh-aw) markdown files. Use when the user wants to create a new workflow, validate an existing workflow, improve a workflow, or debug workflow issues. Triggers on: "aw-author", "agentic workflow", "gh-aw workflow", "workflow markdown", "workflow frontmatter"…

2 1mo ago A 91 tokens original MIT

commit

91

StephenQiu30/stephen-claude

Skill Claude CodeCodex

Create a well-formed git commit from current changes using session history for rationale and summary; use when asked to commit, prepare a commit message, or finalize staged work.

2 1mo ago A 36 tokens original MIT

linear-task

92

StephenQiu30/stephen-claude

Skill Claude CodeCodex

Create, rewrite, split, or quality-check Linear issues so each task has an evidence-based problem statement, one executable outcome, explicit scope, falsifiable acceptance criteria, concrete validation, dependencies, and the existing labels required for repository, agent, and reviewer routing. Use when a user asks to…

2 1mo ago A 91 tokens original MIT

push

93

StephenQiu30/stephen-claude

Skill Claude CodeCodex

Push current branch changes to origin and create or update the corresponding pull request; use when asked to push, publish updates, or create pull request.

2 1mo ago A 31 tokens copy · 86% MIT

create-issues

94

silver2dream/ai-workflow-kit

Skill Claude CodeCodex

Systematic GitHub issue creation from requirements. Analyzes codebase, breaks down requirements into multiple issues with dependencies, proposes detailed issues for review, and creates them after user approval. Triggers: /create-issues, create issues, batch issue creation, requirement breakdown.

2 1mo ago A 59 tokens original Apache-2.0

post-mortem

95

silver2dream/ai-workflow-kit

Skill Claude CodeCodex

Structured failure analysis for debugging workflow issues. Collects context, identifies root cause, determines blast radius, and generates remediation and prevention measures. Triggers: /post-mortem, failure analysis, debug workflow, incident review.

2 1mo ago A 50 tokens original Apache-2.0

release-checklist

96

silver2dream/ai-workflow-kit

Skill Claude CodeCodex

Pre-release verification to ensure quality before merging to main. Checks tests, uncommitted changes, changelog, dependencies, CI status, and branch state. Triggers: /release-checklist, pre-release check, release verification, go/no-go.

2 1mo ago A 54 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: