github-actions

Automate CI/CD workflows for fullstack projects using GitHub Actions.

27|9|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/sabahattink/antigravity-fullstack-hq --skill github-actions-sabahattink
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-actions
Source: https://github.com/sabahattink/antigravity-fullstack-hq/tree/main/skills/github-actions
Command: npx skills add https://github.com/sabahattink/antigravity-fullstack-hq --skill github-actions-sabahattink

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and standardizes CI/CD workflows for fullstack projects using GitHub Actions to reduce manual setup and guard against misconfigurations.

Core Features & Use Cases

  • Full CI pipeline: linting, type checking, unit tests, integration tests, and code coverage across API and web apps.
  • Deployment automation: separate deploy workflows for backend and frontend to multiple environments.
  • Reusable workflows: centralized templates and modular steps to accelerate new project bootstrapping.

Quick Start

Create a GitHub Actions workflow that initializes a CI/CD pipeline for your API and web apps, including lint, type-check, tests, and deployment steps.

Frequently Asked Questions about github-actions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a CI/CD pipeline for fullstack projects using GitHub Actions?

To set up a CI/CD pipeline for fullstack projects, you define GitHub Actions workflows using actions/checkout, pnpm action setup, and Node 22 to automate linting, type checking, tests, migrations, and deployments across API and web apps.

What should an automated GitHub Actions workflow include for linting and testing?

An automated GitHub Actions workflow should include scripted steps using pnpm action setup and Node 22 to install dependencies, run lint, type-check, execute unit and integration tests, and handle database migrations for fullstack projects.

Can I create separate deployment workflows for backend and frontend apps?

Yes, you can create separate deployment workflows for backend and frontend apps using GitHub Actions, applying modular steps and reusable centralized templates to automate deployments across multiple environments.

Does this CI pipeline approach work with Node 22 and pnpm caching?

Yes, this CI pipeline approach works with Node 22 and pnpm caching by utilizing pnpm action setup and cache configurations within your GitHub Actions workflows to standardize dependency installation and testing.

Why use reusable GitHub Actions templates for new project bootstrapping?

Use reusable GitHub Actions templates for new project bootstrapping to centralize CI/CD configurations, reduce manual setup time, and guard against misconfigurations across diverse fullstack repositories.