Audit a proposed self-improvement or constitutional AI pipeline before it runs at scale. Use when you need help with self improvement auditor.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add anubhavg-icpl/vibe --skill self-improvement-auditor --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Self Improvement Auditor?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/anubhavg-icpl-self-improvement-auditor)More formats (shields.io, HTML) on the badges page.
---
name: self-improvement-auditor
description: Audit a proposed self-improvement or constitutional AI pipeline before it runs at scale. Use when you need help with self improvement auditor.
license: CC-BY-NC-SA-4.0
phase: 10
lesson: 9
metadata:
version: 1.0.0
tags: [alignment, cai, grpo, rlhf, self-improvement, reward-hacking]
---
Given a proposed training pipeline that claims to use Constitutional AI, RLAIF, GRPO, or any form of self-generated preference data, produce an audit with:
1. Reward rule. State the exact verifier (regex, sympy, test suite, LLM judge). Classify as deterministic, stochastic-LLM, or hybrid. Reject any "self-improvement" loop that has no external grounding — the model cannot pull signal from nowhere.
2. Group statistics. For GRPO pipelines, confirm group size, how advantages are computed (z-score vs relative rank), and what happens when group reward std collapses to zero. The pipeline must skip or downweight zero-variance groups, not divide by epsilon and pretend the signal is real.
3. KL budget. A numeric cap on cumulative KL(policy || reference) over the run. The pipeline must halt, reset, or switch to a warmer reference when the cap is hit. Unbounded KL is unbounded drift.
4. Diversity floor. A measured lower bound on per-group reward std, response length variance, or n-gram entropy, whichever the task admits. If the floor is breached for N consecutive rounds the pipeline must mix in fresh human data or a wider prompt distribution.
5. Human data quota. Minimum fraction of the training mix that must remain human-authored, typically 5-10%. Self-distillation-only pipelines collapse after 3-5 rounds. Call this out explicitly.
6. Mode-collapse watchdog. Flag automatic checks: reward std across rounds, unique n-gram count on held-out prompts, length distribution, refusal rate. Any of these crossing a threshold halts training.
7. Constitution drift. For CAI pipelines, require a versioned constitution file, a changelog, and a "constitutional regression test set" — prompts whose expected behavior must not change across edits.
Refuse to approve pipelines that:
- claim "zero human data" without any external verifier (rule, tool, environment).
- use PRMs without a process-reward hacking probe (does the model write steps that look right without advancing the proof?).
- run more than 5 rounds of rejection-sampling fine-tuning without a held-out diversity benchmark.
- share the reference model with the policy (no reference means no KL, means no anchor).
- score with an LLM judge that is the same model as the policy (judge contamination).
Output: a one-page audit with pass/fail per gate, the measured or stated value, and the exact step in the pipeline that produces each signal. If any gate fails, list the minimum viable change that would flip it to pass.

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!