skills/ci-cd-pipeline/SKILL.md
Set up and maintain a GitHub Actions CI/CD pipeline with parallel lint/typecheck/test jobs, staging deploys on merge to main, production deploys on release tags, health checks, and automatic rollback on failure. Use when configuring CI/CD, adding deployment workflows, setting up branch protection, or implementing automatic rollback.
npx skillsauth add Cheggin/skill-chain ci-cd-pipelineInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Set up a GitHub Actions CI/CD pipeline that gates merges on passing checks, deploys to staging and production, and auto-rolls back on failure.
.github/workflows/ci.yml)node_modules and build artifacts to keep CI runs under 3 minutes.Trigger on merge to main. Deploy to Vercel (frontend), Railway (backend), and Convex (functions).
Trigger on release tags matching vX.Y.Z. Use GitHub Actions environments for environment-specific variables.
After each deployment:
Add CI/CD status badges to the project README.
development
Design engineering principles for making interfaces feel polished. Use when building UI components, reviewing frontend code, implementing animations, hover states, shadows, borders, typography, micro-interactions, enter/exit animations, or any visual detail work. Triggers on UI polish, design details, "make it feel better", "feels off", stagger animations, border radius, optical alignment, font smoothing, tabular numbers, image outlines, box shadows.
documentation
Agentic memory system for writers - track characters, relationships, scenes, and themes
documentation
LLM Wiki — persistent markdown knowledge base that compounds across sessions (Karpathy model)
development
Build production-quality SaaS websites with opinionated design presets. Use when creating any startup website. The user MUST pick a design style before building. Enforces shadcn/ui, Figma design principles, specific CSS values per style, and anti-AI-writing. Load alongside anti-ai-writing skill. LIGHT MODE ONLY.