Agent Skills: safety_validation

Validate changes against .agentignore before commit.

UncategorizedID: CheekyCodexConjurer/quant-lab/safety_validation

Install this agent skill to your local

pnpm dlx add-skill https://github.com/CheekyCodexConjurer/quant-lab/tree/HEAD/.codex/skills/safety_validation

Skill Files

Browse the full folder contents for safety_validation.

Download Skill

Loading file tree…

.codex/skills/safety_validation/SKILL.md

Skill Metadata

Name
safety_validation
Description
Validate changes against .agentignore before commit.

Purpose

Ensure forbidden zones are never modified.

Steps

  1. Compare modified paths against .agentignore.
  2. Stop if any forbidden path is touched.
  3. Record validation in ACTION_LOG.md.