Revelio — Development skill for Claude Code
Reveal what's hidden — secrets, TODOs, dead code, risky deps.
How to install Revelio
Installs to ~/.claude/skills/hiharin-claude-spellbook-revelio/SKILL.md
mkdir -p ~/.claude/skills/hiharin-claude-spellbook-revelio && curl -fsSL https://raw.githubusercontent.com/hiharin/claude-spellbook/HEAD/commands/revelio.md -o ~/.claude/skills/hiharin-claude-spellbook-revelio/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Revelio does
description: Reveal what's hidden — secrets, TODOs, dead code, risky deps argument-hint: "[path — optional; defaults to the whole repo]" allowed-tools: Read, Grep, Glob, Bash
Cast **Revelio** on $ARGUMENTS (default: the whole repo).
Surface things that are easy to miss:
- hardcoded secrets, API keys, tokens, passwords, connection strings
TODO,FIXME,HACK,XXX, and commented-out code left behind- unreachable / dead code and unused exports
console.log/print/ debugger
Alternatives in Development
- Identify Assumptions Existing — Identify risky assumptions across Value, Usability, Viability, Feasibility 7.8k ★
- Param Discover — Discover hidden HTTP parameters on a URL or list of URLs using Arjun (or x8 fallback) 4.5k ★
- Create Todos — Create Smart TODOs 2.8k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Davenov:Cc:Brainstorm
Brainstorm a topic through thoughtful, probing questions that reveal hidden assumptions and unexplored angles
Code Cleanup
Deep codebase cleanup via eight parallel subagents that inherit this session's context. Each owns one concern
Maintain Nt
Maintenance sweep — stale deps / Actions / advisories / dead links / CWV drift, ranked into a fix-workplan; ap
Revealjs Skill
Generate polished, professional presentations using the Reveal.js HTML presentation framework.
SVG Animate
Animate an SVG — icon, logo reveal, stroke draw, morph, mascot loop — or turn a frame sequence / flat clip int
Slides Skill
A comprehensive Claude Code skill for generating beautiful HTML presentations using Reveal.js
Related Agents
Tp Dep Health
PROACTIVELY use this when the user asks "which dependencies should I update", "any stale / risky packages", "a
Fearmap
Analyse git repo history and produce FEARMAP.md — a map of dangerous, load-bearing, risky, and dead files. Use
Scanner
Read-only pattern scanner. Handles two scan modes — tech-debt (TODOs, deprecated APIs, dead code, quality sign