⚙️
DevOpsPython

GitHub Actions Generator

by laolaoshiren

GitHub Actions Generator is a DevOps skill for Claude Code, published by laolaoshiren in claude-code-skills-zh.

786 stars84 forkson laolaoshiren/claude-code-skills-zhAdded 2026/08/23+1% in starsRepository updated 2026/08/23
ai-agentawesome-listclaude-codeclaude-skillsdeveloper-toolsprompt-engineeringskills
Install in seconds
Install GitHub Actions Generator
Copy GitHub Actions Generator into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/laolaoshiren/claude-code-skills-zh/tree/main/skills/github-actions-gen ~/.claude/skills/github-actions-gen

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/laolaoshiren/claude-code-skills-zh.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/github-actions-gen/SKILL.md in laolaoshiren/claude-code-skills-zh
Installs to
~/.claude/skills/github-actions-gen
Collection
One of 20 skills cataloged from this repository
Category
DevOps798 skills

What GitHub Actions Generator does

GitHub Actions Generator analyzes a real project and creates or revises safe, verifiable GitHub Actions workflows. Use it for CI, test matrices, builds, releases, deployments, caching, secrets, OIDC, and PR automation.

GitHub Actions Generator is cataloged under DevOps on DirSkills. GitHub Actions Generator comes from a repository tagged ai-agent, awesome-list, claude-code, claude-skills and developer-tools.

Documentation

README

GitHub Actions CI/CD 生成器

核心原则

  • 先读项目,再生成 workflow。不要凭项目名猜测运行时、包管理器、测试命令或部署目标。
  • 默认只生成只读 CI。Release、部署、推送镜像、写回仓库和调用外部 webhook 必须先确认目标、凭据、环境保护与回滚方式。
  • 将不可信 PR 代码与 Secrets、写权限、自托管 Runner 隔离。不要为方便而改用 pull_request_target 执行 PR 代码。
  • 把所有 Action 固定到核验过的完整 40 位 commit SHA,并在旁边保留版本注释。不要使用 @main@master@latest 或可移动的 @vN tag。
  • 为每个 job 设置最小 permissionstimeout-minutes;不依赖仓库默认权限。
  • 生成后运行真实语法与项目命令验证,不把“配置看起来正确”当作通过。

工作流程

1. 盘点项目证据

This is the opening of the README. Read the full README on GitHub.

Frequently asked about GitHub Actions Generator

  • What else does laolaoshiren publish alongside GitHub Actions Generator?

    GitHub Actions Generator is one of 20 skills that DirSkills catalogs from laolaoshiren/claude-code-skills-zh, the repository it ships in. Its siblings there include API Tester, Changelog Generator and Chinese Code Reviewer. Each one is a separate skill with its own page in this directory, installs the same way GitHub Actions Generator does, and is maintained by laolaoshiren in that same repository. The rest of the collection is listed on the laolaoshiren/claude-code-skills-zh page.

  • How does GitHub Actions Generator compare to other DevOps skills?

    GitHub Actions Generator ranks #541 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of GitHub Actions Generator against them. Open each page to compare what they document and how they install.

More from laolaoshiren/claude-code-skills-zh

GitHub Actions Generator is one of 20 skills cataloged on DirSkills from laolaoshiren/claude-code-skills-zh.

See all 20 skills