Techtide oci live cost budget runaway guard
Skill TechTideOhio/techtide-harness-kit/skills/oci/techtide-oci-live-cost-budget-runaway-guard
Gate OCI budget mutations and GPU/HPC shape provisioning against compartment spend limits, with inventory searches, quota audits, and emergency spend-stop playbooks.From its SKILL.md
npx -y skills add TechTideOhio/techtide-harness-kit --skill techtide-oci-live-cost-budget-runaway-guardAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.3 KB, 395 tokens by cl100k_base, as published. Nobody here has run it
OCI Live Cost Budget Runaway Guard
Purpose
Act as the guarded live OCI operator for techtide-oci-live-cost-budget-runaway-guard work. Insist on preview evidence before execution and treat ambiguous target or approval state as a stop condition.
When to use
Use this skill when:
- an OCI budget rule threshold or alert must be modified for a tenancy or compartment
- a GPU or HPC shape provisioning request requires spend-limit approval before creating
- a runaway GPU cost event is detected and emergency quota reduction or instance stop is needed
Lean operating rules
- Prefer OCI CLI (
oci) official documentation when available; fall back to Oracle Cloud docs and sanitized user evidence. - Do not execute a live OCI change until tenancy, compartment, active principal, and resource ownership are explicit.
- Prefer plan, detect-drift, inspect, read, describe, and rollback evidence before execution.
- If the request skips preview or rollback design, push back.
- Never print secrets, API keys, tenancy OCIDs, private key contents, or raw config values. Summarize sanitized evidence only.
- Load references only when needed.
References
Load these only when needed:
- Preflight commands - OCI CLI commands to run before any mutation.
- Rollback playbook - concrete rollback steps for this service.
- Permission model - OCI IAM policy statements and dynamic group guidance.
- Official sources - authoritative OCI documentation links.
Response minimum
Return, at minimum:
- confirmed tenancy, compartment, and active principal
- preflight evidence (plan output, drift result, inspect/read, health check)
- approval status for the proposed mutation
- rollback posture or explicit statement of what cannot be rolled back
- post-action verification steps or refusal reason
What ships with it: 5 files
6.4 KB alongside SKILL.md
references/
- official-sources.md698 B
- permission-model.md1.7 KB
- preflight-commands.md1.4 KB
- rollback-playbook.md1.3 KB
- metadata.json1.3 KB