Janitor Report

Generate a full health report of every installed skill, flagging errors and duplicates.

Test report

Verdict
In test queue
Tested
Environment
Pending

In the test queue — machine-screened (validator 85/100, 109★ repo), full install/trigger/output test scheduled.

What Janitor Report does

Full health check of all your skills in one report. Use when the user wants to check for errors, find duplicates, detect broken skills, or get a complete overview of skill health. Pass --brief for inventory only.

How to install Janitor Report

git clone https://github.com/khendzel/skills-janitor
cp -r skills-janitor/skills/janitor-report ~/.claude/skills/janitor-report

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

Commands — how to trigger Janitor Report

  • /janitor-report Generate a full health report of every installed skill, flagging errors and duplicates.

It also activates on plain-language prompts like these:

  • Give me a health check on all my installed skills
  • Find duplicate or broken skills in my collection
  • Show a brief inventory of every skill I have installed

Frequently asked questions

Is the Janitor Report skill free?
Yes. The skill itself is free from khendzel/skills-janitor. SkillProof publishes the install command and an independent test verdict at no cost.
Does Janitor Report work with Claude Code?
It is in our test queue — we run every skill on real work before issuing a verdict, and this one is scheduled.
How do I install Janitor Report?
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 Janitor Report 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.