Build CI/CD pipelines with GitHub Actions — test, lint, build, deploy workflows with matrix builds, caching, and environment management. [EXPLICIT] Trigger: "GitHub Actions", "CI/CD", "CI pipeline", "deploy workflow"
From jm-adknpx claudepluginhub javimontano/jm-adk-alfaThis skill is limited to using the following tools:
agents/guardian.mdagents/lead.mdagents/specialist.mdagents/support.mdevals/evals.jsonknowledge/body-of-knowledge.mdknowledge/knowledge-graph.mdprompts/meta.mdprompts/primary.mdprompts/variations/deep.mdprompts/variations/quick.mdtemplates/output.docx.mdtemplates/output.htmlSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Implements structured self-debugging workflow for AI agent failures: capture errors, diagnose patterns like loops or context overflow, apply contained recoveries, and generate introspection reports.
"If it's not automated, it's not reliable." — Unknown
Guides GitHub Actions CI/CD pipeline creation — building workflows for linting, testing, building, and deploying with matrix strategies, dependency caching, environment secrets, and deployment protection rules. Use when setting up or improving continuous integration and deployment for a project. [EXPLICIT]
.github/workflows/ directory for current workflows.github/workflows/ci.yml with lint, test, and build jobsactions/cache for node_modulesfirebase-deployment — Firebase deploy steps in GitHub Actionslinting-formatting — lint step in CI pipelineExample invocations:
| Scenario | Handling |
|---|---|
| Empty or minimal input | Request clarification before proceeding |
| Conflicting requirements | Flag conflicts explicitly, propose resolution |
| Out-of-scope request | Redirect to appropriate skill or escalate |