CI CD

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

tomevault-io Updated

File contents

CI/CD (Sapphire Focus)

Scope

  • arigatoexpress/Sapphire

Workflow

  1. Check latest runs.
gh run list --repo arigatoexpress/Sapphire --limit 10
  1. Inspect failures.
gh run view <run-id> --repo arigatoexpress/Sapphire --log-failed
  1. Create targeted fix branch and PR.
  2. 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 — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/arigatoexpress--sapphire--ci-cd commit a7333cf51c

Frequently asked questions

npx skillmds@latest add tomevault-io/ci-cd-16