Skill Forge Audit

Batch-grades every SKILL.md in a repo, worst-first, via skill-forge-judge.

Tested · Didn't pass

Test report

Verdict
Tested · Didn't pass
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 93cc1d8

Installing only this skill (the documented GitHub-clone method) makes it dead on arrival: it hard-stops with 'skill-forge-judge is required — install it before running skill-forge-audit' because the batch runner is just a thin wrapper around a second, separately-hosted skill. Once skill-forge-judge is also installed, the real pipeline works well and beats an ad hoc manual review — sorted worst-first, capped improvement lists, clean grade table.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 4/10
  • Docs & honesty 5/5

What Skill Forge Audit does

Globs skills/*/SKILL.md, runs each through the skill-forge-judge rubric, and renders one consolidated grade report sorted worst-grade-first with top improvements per skill. Triggers on requests to audit all skills, get a grade report, or decide where to focus improvement effort across a skills repo.

How to install Skill Forge Audit

git clone https://github.com/WrathZA/skillforge
mkdir -p ~/.claude/skills
cp -r skillforge/skills/skill-forge-audit ~/.claude/skills/skill-forge-audit

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Skill Forge Audit

  • /skill-forge-audit Batch-grades every SKILL.md in a repo, worst-first, via skill-forge-judge.

It also activates on plain-language prompts like these:

  • Grade every SKILL.md in this repo and tell me which needs work first
  • Audit all our skills and give me a consolidated report sorted worst-first
  • Where should I focus improvement effort across our skills repo?

Frequently asked questions

Is the Skill Forge Audit skill free?
Yes. The skill itself is free from WrathZA/skillforge. SkillProof publishes the install command and an independent test verdict at no cost.
Does Skill Forge Audit work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Didn't pass. Installing only this skill (the documented GitHub-clone method) makes it dead on arrival: it hard-stops with 'skill-forge-judge is required — install it before running skill-forge-audit' because the batch runner is just a thin wrapper around a second, separately-hosted skill. Once skill-forge-judge is also installed, the real pipeline works well and beats an ad hoc manual review — sorted worst-first, capped improvement lists, clean grade table.
How do I install Skill Forge Audit?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Skill Forge Audit with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.