·writing-github-actions
</>

writing-github-actions

ancoleman/ai-design-components

使用正确的语法、可重用工作流程、复合操作、矩阵构建、缓存和安全最佳实践编写 GitHub Actions 工作流程。在为 GitHub 托管的项目创建 CI/CD 工作流程或自动化 GitHub 存储库任务时使用。

12安装·0热度·@ancoleman

安装

$npx skills add https://github.com/ancoleman/ai-design-components --skill writing-github-actions

SKILL.md

Create GitHub Actions workflows for CI/CD pipelines, automated testing, deployments, and repository automation using YAML-based configuration with native GitHub integration.

GitHub Actions is the native CI/CD platform for GitHub repositories. This skill covers workflow syntax, triggers, job orchestration, reusable patterns, optimization techniques, and security practices specific to GitHub Actions.

| Scope | Complete job | Step sequence | | Trigger | workflowcall | uses: in step | | Secrets | Inherit by default | Must pass explicitly | | File Sharing | Requires artifacts | Same runner/workspace |

使用正确的语法、可重用工作流程、复合操作、矩阵构建、缓存和安全最佳实践编写 GitHub Actions 工作流程。在为 GitHub 托管的项目创建 CI/CD 工作流程或自动化 GitHub 存储库任务时使用。 来源:ancoleman/ai-design-components。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/ancoleman/ai-design-components --skill writing-github-actions
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 writing-github-actions?

使用正确的语法、可重用工作流程、复合操作、矩阵构建、缓存和安全最佳实践编写 GitHub Actions 工作流程。在为 GitHub 托管的项目创建 CI/CD 工作流程或自动化 GitHub 存储库任务时使用。 来源:ancoleman/ai-design-components。

如何安装 writing-github-actions?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/ancoleman/ai-design-components --skill writing-github-actions 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/ancoleman/ai-design-components