CI/CD Check

Validates Terraform and GitHub Actions configurations for newly added Lambda functions and resources.

Updated May 30, 2026
One-click install
npx skills add https://github.com/probationer070/Cloud-Project --skill ci-cd-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CI/CD Check
Source: https://github.com/probationer070/Cloud-Project/tree/main/.claude/skills/cicd
Command: npx skills add https://github.com/probationer070/Cloud-Project --skill ci-cd-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need to ensure that Terraform and GitHub Actions configurations are correctly set up after adding new resources or Lambda functions.

Core Features & Use Cases

  • Terraform Wiring Verification: Checks the presence and configuration of necessary Terraform resources for new Lambda functions and projects.
  • GitHub Actions Validation: Ensures GitHub Actions workflows are correctly configured to handle new projects.
  • Output Reporting: Provides a clear, actionable report detailing any issues found in Terraform and GitHub Actions configurations.

Quick Start

Use the /cicd command after adding a new Lambda function or project directory.

Frequently Asked Questions about CI/CD Check

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

FAQPage Schema
How do I verify Terraform configurations after adding new Lambda functions?

To verify Terraform configurations for new Lambda functions, you can run a validation check to assess IAM roles, backend setup, and resource wiring. This generates a detailed report highlighting missing configurations or discrepancies to ensure proper setup and security.

How do I validate GitHub Actions workflows for new project directories?

Validating GitHub Actions workflows for new project directories involves checking the workflow files to ensure they correctly handle the new projects. This process confirms proper configuration and outputs an actionable report detailing any issues found in the pipeline setup.

What is the best way to check for missing IAM roles in Terraform?

The best way to check for missing IAM roles in Terraform is to perform a configuration validation post resource addition. This assesses the IAM roles and Terraform backend, providing a clear report of any security discrepancies or missing configurations that need attention.

Does CI/CD validation work with both Terraform and GitHub Actions?

Yes, CI/CD validation works with both Terraform and GitHub Actions configurations simultaneously. It ensures proper setup and security post addition of new resources, Lambda functions, or project directories by assessing workflows, IAM roles, and backend configurations.

Why does my GitHub Actions workflow fail after adding a new project directory?

GitHub Actions workflows often fail after adding a new project directory due to missing or incorrect configurations in the workflow files. Validating the GitHub Actions setup helps identify these discrepancies and provides an actionable report to fix the pipeline.

Can I check Terraform backend setup without deploying resources?

Yes, you can check Terraform backend setup without deploying resources by running a configuration validation check. This assesses the backend and IAM roles directly, outputting a detailed report of any missing configurations or discrepancies to ensure proper setup before deployment.