VC
vcr-record
Record, validate, update, and clean VCR cassettes for BioETL HTTP tests with secret-safety checks.
Install
mkdir -p .claude/skills/vcr-record && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14759" && unzip -o skill.zip -d .claude/skills/vcr-record && rm skill.zipInstalls to .claude/skills/vcr-record
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Record, validate, update, and clean VCR cassettes for BioETL HTTP tests with secret-safety checks.98 charsno explicit “when” trigger
About this skill
VCR Record
Objective
Manage VCR cassette lifecycle for provider integration tests.
Source Of Truth
- Root runtime contract:
../../../AGENTS.md - Project rules:
../../../docs/00-project/RULES.md - Requirements:
../../../docs/01-requirements/REQUIREMENTS.md - Accepted ADRs in
../../../docs/02-architecture/decisions - Canonical runtime entrypoint: this
SKILL.md - Memory policy:
../../../docs/00-project/ai/agents/guides/MEMORY_USAGE.md - Post-change validation:
../../../docs/00-project/ai/agents/policy/POST_CHANGE_VALIDATION.md
Workflow
- Follow this skill file as the canonical Codex runtime instructions.
- Adapt shell examples to the current environment when needed.
- Always include cassette validation and secret sanitization checks.
- Prefer repository-local commands (
uv run ...) consistent with project standards.
Notes
- The canonical action modes are
record,list,validate,update, andclean.