gregorydickson

Citadel — Security skill for Claude Code

Security community

Post-implementation conformance audit against the PRD, branch diff, and known trap doors.

How to install Citadel

Installs to ~/.claude/commands/gregorydickson-pickle-rick-claude-citadel.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/gregorydickson/pickle-rick-claude/HEAD/.claude/commands/citadel.md -o ~/.claude/commands/gregorydickson-pickle-rick-claude-citadel.md

Restart Claude Code, or start a new session, for it to be picked up.

What Citadel does

Post-implementation conformance audit against the PRD, branch diff, and known trap doors.

/citadel

Run Citadel after implementation and before deeper review phases. The command audits the current branch against a PRD and reports branch-wide conformance findings.

Usage

/citadel --prd  [--diff ] [--strict] [--report ] [--print-stubs]

Arguments

  • --prd : Required unless invoked by a pipeline session with state.prd_path.
  • `--diff <

Alternatives in Security

  • Review Artifact — Creates one polished, self-contained HTML artifact from review findings, audit notes, PR feedback, code review 652 ★
  • Cross-Pollinate Hex MCP Servers — Diff-driven audit: find real transferable changes across hex-line-mcp, hex-ssh-mcp, hex-graph-mcp 238 ★
  • Tier 3 Code Refinement Report — Date: 2026-03-20 Status: ALL 54 FINDINGS IMPLEMENTED Scope: Full codebase (18 plugins, 888 files, ~266K lines) 222 ★

Full documentation available on GitHub

View Source Repository