validate-audit-benchmarks

Score ValidationForge primitives against a baseline and output A-F grades.

2|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/krzemienski/validationforge --skill validate-audit-benchmarks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-audit-benchmarks
Source: https://github.com/krzemienski/validationforge/tree/main/skill-audit-workspace/validate-audit-benchmarks/skill-snapshot
Command: npx skills add https://github.com/krzemienski/validationforge --skill validate-audit-benchmarks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Score the structural integrity and functional correctness of ValidationForge primitives.

Core Features & Use Cases

  • Automated benchmarking of hooks, skills, and commands against a predefined rubric (weights: hooks 60%, skills 20%, commands 20%).
  • Produces an A-F grade and baseline comparison to highlight regressions.
  • Useful before releases, after code changes, and during audits to establish baselines.

Quick Start

Run the full benchmark suite to score current work and compare against the baseline.

Frequently Asked Questions about validate-audit-benchmarks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit hooks, skills, and commands for structural integrity before a release?

You can audit hooks, skills, and commands by running an automated benchmarking suite that scores structural integrity and functional correctness against a predefined rubric, producing an A-F grade to verify release readiness.

What is the best way to detect regressions in ValidationForge primitives after code changes?

Detecting regressions in ValidationForge primitives involves comparing current benchmark scores against an established baseline, highlighting functional or structural deviations in hooks, skills, and commands.

How are hooks, skills, and commands weighted during a benchmark audit?

During a benchmark audit, the scoring rubric applies specific weights to each primitive: hooks account for 60%, skills for 20%, and commands for 20% of the total score.

Can I get actionable insights for release readiness from a benchmark grade?

Yes, the benchmarking process produces an A-F grade alongside actionable insights, directly translating the structural and functional scores into readiness assessments for release gates.

When do I need to establish a baseline for primitive validation?

You need to establish a baseline for primitive validation during audits, before releases, or immediately after code changes to accurately compare future benchmark scores and identify regressions.

Why does my pre-release validation grade drop after modifying hooks?

Your pre-release validation grade may drop because hooks carry the highest weight at 60% of the benchmark score, meaning structural or functional regressions in hooks heavily impact the overall A-F grade.