Content Preview
# GitHub Actions Templates
## Node.js Baseline
```yaml
name: Node CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run build
```
## Python Baseline
```yaml
name: Python CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
stHow to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/github-actions-templates.md \
https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering/ci-cd-pipeline-builder/references/github-actions-templates.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/alirezarezvani/claude-skillsThen reference at engineering/ci-cd-pipeline-builder/references/github-actions-templates.md
Related Skills
Conducting Chaos Engineering
This skill enables Claude to design and execute chaos engineering experiments to test system resilience. It is used when the user requests help with failure injection, latency simulation, resource exhaustion testing, or resilience validation. The skill is triggered by discussions of chaos experiment
skill-adapterconducting chaos engineering
by jeremylongshore · plugins-plus-skills
Engineering Features for Machine Learning
This skill empowers Claude to perform feature engineering tasks for machine learning. It creates, selects, and transforms features to improve model performance. Use this skill when the user requests feature creation, feature selection, feature transformation, or any request that involves improving t
skill-adapterengineering features for machine learning
by jeremylongshore · plugins-plus-skills
github-actions-templates
Production-ready GitHub Actions workflow patterns for testing, building, and deploying applications.
architecturegithubactions
by sickn33 (Antigravity) · antigravity-awesome-skills
engineering_metrics
Engineering Metrics & KPIs Guide
c-level-advisorengineeringmetrics
by alirezarezvani · alirezarezvani-claude-skills