# 445 Groq CI Integration F9b25d67

> groq-ci-integration

- Skill: `tools-only/445-groq-ci-integration-f9b25d67` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/445-groq-ci-integration-f9b25d67`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/445-groq-ci-integration-f9b25d67/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/445-groq-ci-integration-f9b25d67

---

# groq-ci-integration

> Add Groq tests to CI/CD pipeline with proper mocking and integration tests

## Directory Structure

```
groq-ci-integration/
├── SKILL.md
└── examples/
    ├── test_groq_mock.py
    └── github_actions.yml
```

## File Descriptions

| File | Type | Purpose |
|------|------|---------|
| SKILL.md | Markdown | CI/CD integration guide with mocking strategies and test organization |
| examples/test_groq_mock.py | Python | Mock-based tests for Groq calls suitable for CI environments |
| examples/github_actions.yml | YAML | GitHub Actions workflow with secrets management and test stages |

## Summary

**Category:** CI/CD
**Target Audience:** DevOps engineers
**Trigger Phrases:** "groq ci", "groq github actions", "test groq ci", "groq pipeline", "mock groq tests"

---

**Author:** Jeremy Longshore <jeremy@intentsolutions.io>
**License:** MIT
**Version:** 1.0.0

