basic-workflows

Automate project bootstrapping with CI workflows, security checks, and governance artifacts.

3|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/mauriciodelrio/delriodev-skills --skill basic-workflows
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: basic-workflows
Source: https://github.com/mauriciodelrio/delriodev-skills/tree/main/es-skills/software/basic-workflows
Command: npx skills add https://github.com/mauriciodelrio/delriodev-skills --skill basic-workflows

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating or configuring a new project often lacks consistent CI/CD and governance practices, leading to repetitive setup and potential gaps in security and collaboration controls.

Core Features & Use Cases

  • Automates GitHub Actions workflows for lint, type-check, tests, and build.
  • Sets up repository governance: branch protection, Dependabot, CODEOWNERS, and PR templates.
  • Useful for new projects or when bootstrapping standard CI/CD patterns across teams.

Quick Start

Create a new project bootstrap that generates CI workflows, governance files, and PR templates.

Frequently Asked Questions about basic-workflows

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

FAQPage Schema
How do I set up CI workflows and branch protection for a new GitHub project?

You can bootstrap CI workflows and branch protection by provisioning GitHub Actions, Dependabot, CODEOWNERS, and PR templates automatically. This ensures new projects have consistent CI/CD and governance practices without repetitive manual setup.

What's the best way to automate Dependabot and CODEOWNERS configuration across new repositories?

Automating Dependabot and CODEOWNERS configuration involves generating repository governance artifacts during project bootstrapping. This applies standard security checks and collaboration controls across teams, ensuring required configuration files exist and align with policy guidelines.

Can I use this to bootstrap GitHub Actions workflows across different programming languages?

Yes, this approach applies to new software projects across languages and stacks. It provisions .github workflows for lint, type-check, tests, and build, validating workflow structure regardless of your specific tech stack.

Does automated branch protection setup work with existing GitHub Actions workflow templates?

Automated branch protection setup validates workflow structure and aligns branch protection settings with existing policy guidelines. It ensures required scripts and configuration files exist before enforcing governance rules on your repository.

Why do I need PR templates and CODEOWNERS when setting up CI workflows?

PR templates and CODEOWNERS provide repository governance by defining code review ownership and standardizing pull request descriptions. When combined with CI workflows, they ensure consistent collaboration controls and security practices across new projects.

What is automated project bootstrapping for CI/CD and how does it work?

Automated project bootstrapping provisions CI workflows, security checks, and repository governance artifacts for new software projects. It generates .github workflows, Dependabot configuration, CODEOWNERS files, PR templates, and branch protection rules in a standardized process.