Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:46:25 +08:00
commit 5f747c0a45
7 changed files with 926 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "github-actions-ci-workflow",
"description": "Sets up comprehensive GitHub Actions CI/CD workflows for modern web applications. This skill should be used when configuring automated lint, test, build, and deploy pipelines, adding preview URL comments on pull requests, or optimizing workflow caching. Use when setting up continuous integration, deployment automation, GitHub Actions, CI/CD pipeline, preview deployments, or workflow optimization.",
"version": "1.0.0",
"author": {
"name": "Hope Overture",
"email": "support@worldbuilding-app-skills.dev"
},
"skills": [
"./skills"
]
}