What problem does it solve? Manual repetitive tasks like linting, testing, building, and releasing slow down development and introduce human error. This Skill helps you design and implement automation workflows tailored to your project's existing stack. ## Core Features & Use Cases - CI/CD Pipeline Generation: Create and optimize GitHub Actions and GitLab CI configuration files with correct syntax and clear comments. - Build & Git Hook Automation: Write Makefiles, npm scripts, shell scripts, and configure pre-commit hooks with husky and lint-staged. - Release & Scheduled Tasks: Set up cron expressions, scheduled tasks, version management, changelog generation, and automated release scripts. - Use Case: You want every pull request to automatically run ESLint, Prettier, and TypeScript checks before merging. The Skill inspects your package.json, generates the workflow file, and provides local testing commands. ## Quick Start Analyze my project and generate a GitHub Actions workflow that runs lint, type-check, and tests on every pull request.