ci-cd-hardener

Generate GitHub Actions workflows with caching, lint, typecheck, tests, and artifact uploads.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/ricardohg1998-create/Plantilla-repo --skill ci-cd-hardener
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci-cd-hardener
Source: https://github.com/ricardohg1998-create/Plantilla-repo/tree/main/.agent/skills/ci-cd-hardener
Command: npx skills add https://github.com/ricardohg1998-create/Plantilla-repo --skill ci-cd-hardener

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enforces CI hygiene by ensuring caching, parallel checks, and artifact uploads are consistently implemented across projects, reducing flaky builds and manual toil.

Core Features & Use Cases

  • Deterministic CI workflows: establishes caching, parallel job execution, and artifact publishing to improve reliability and traceability.
  • Standardized checks: runs lint, typecheck, tests, and quality gates to catch regressions early.
  • Use Case: Apply to a new repo to generate a GitHub Actions CI workflow that guards code quality and provides artifacts for verification.

Quick Start

Provide the repository's CI provider (default GitHub Actions) and the package manager, then activate the skill to generate a CI workflow, enable caching, lint, typecheck, and tests, and configure artifact uploads.

Frequently Asked Questions about ci-cd-hardener

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

FAQPage Schema
How do I set up a GitHub Actions CI workflow with caching and artifact uploads?

To set up a GitHub Actions CI workflow with caching and artifact uploads, provide your repository's CI provider and package manager, then activate the skill to generate the workflow, enable caching, run lint and typecheck, and configure artifact uploads.

What is CI hygiene and how does it prevent flaky builds?

CI hygiene is the practice of ensuring caching, parallel checks, and artifact uploads are consistently implemented across projects to reduce flaky builds, improve reliability, and minimize manual toil in your continuous integration pipelines.

Can I apply standardized lint and typecheck checks to an existing repository?

Yes, you can apply standardized lint, typecheck, and test checks to an existing repository to catch regressions early by generating a GitHub Actions workflow that establishes caching and parallel job execution.

What's the best way to enforce deterministic checks and reproducible release artifacts in CI?

The best way to enforce deterministic checks and reproducible release artifacts is to establish caching, parallel job execution, and artifact publishing in your GitHub Actions workflow, which improves reliability and traceability for ongoing projects.

Do I need to specify a package manager to enable caching for GitHub Actions?

Yes, you need to provide the repository's package manager to properly enable caching setup in your GitHub Actions workflow, ensuring deterministic checks and performance optimizations across your CI pipeline.