skills-vault/skills/review-bundle-audit
wantsong fdda95aea9 feat: add review bundle audit skill 2026-06-19 03:15:05 +08:00
..
agents feat: add review bundle audit skill 2026-06-19 03:15:05 +08:00
fixtures feat: add review bundle audit skill 2026-06-19 03:15:05 +08:00
scripts feat: add review bundle audit skill 2026-06-19 03:15:05 +08:00
tests feat: add review bundle audit skill 2026-06-19 03:15:05 +08:00
README.md feat: add review bundle audit skill 2026-06-19 03:15:05 +08:00
SKILL.md feat: add review bundle audit skill 2026-06-19 03:15:05 +08:00

README.md

Review Bundle Audit

Source Skill for auditing review bundle directories before human or Agent review.

The canonical entry point is SKILL.md; the deterministic auditor is in scripts/review_bundle_audit.py.

Original Source

Original source: C:\Users\wangq\Documents\Codex\ccpe-system\requirements\skills-vault\2026-06-19-review-bundle-audit.md
Migration date: 2026-06-19
Migration status: first public Skill implementation
Behavior preserved: deterministic package audit only; no review judgment or bundle repair
Known gaps: built-in profile is generic and intentionally conservative

Layout

SKILL.md
README.md
agents/openai.yaml
fixtures/profile.example.yaml
scripts/review_bundle_audit.py
tests/test_review_bundle_audit.py

Usage

conda run -n skills-vault python .\scripts\review_bundle_audit.py `
  --bundle-root C:\path\review-bundle `
  --output-dir C:\path\helper-outputs `
  --profile generic

Tests

conda run -n skills-vault python -B -m unittest discover -s skills/review-bundle-audit/tests -v