# CI CD

> Sapphire CI/CD monitoring and remediation for arigatoexpress/Sapphire Use when this capability is needed.

- Skill: `tomevault-io/ci-cd-16` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/ci-cd-16`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/ci-cd-16/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/ci-cd-16

---


# CI/CD (Sapphire Focus)

## Scope
- `arigatoexpress/Sapphire`

## Workflow
1. Check latest runs.
```bash
gh run list --repo arigatoexpress/Sapphire --limit 10
```
2. Inspect failures.
```bash
gh run view <run-id> --repo arigatoexpress/Sapphire --log-failed
```
3. Create targeted fix branch and PR.
4. Re-run workflows after merge.

## Failure Priorities
1. Deploy/runtime failures in `Sapphire`
2. Security-test and build failures in `Sapphire`
3. Non-critical lint/style failures

## Guardrails
- Keep fix PRs small and single-cause.
- If two fix attempts fail, escalate via Telegram heartbeat prompt.
- Always record root cause in commit/PR body.

---
> Source: [arigatoexpress/Sapphire](https://github.com/arigatoexpress/Sapphire) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-15 -->

