hiharin

Revelio — Development skill for Claude Code

Development community

Reveal what's hidden — secrets, TODOs, dead code, risky deps.

How to install Revelio

Installs to ~/.claude/skills/hiharin-claude-spellbook-revelio/SKILL.md

Terminal
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 Repository