Review Hardcoded Values banner
sourjya sourjya

Review Hardcoded Values

Development community

Description

--- description: "Scan for embedded literals that belong in config or a constants module: URLs, magic numbers, thresholds, error message strings, and environment-dependent values." --- # Hardcoded Value Scan Run this prompt to detect embedded literals, magic values, and environment assumptions in a codebase. Produces a structured findings report with severity, verdict, and remediation - plus a scan manifest proving the scan actually ran. > **Part of kiro-rails.** This is a manual review prom

Installation

Installs to ~/.claude/commands/sourjya-kiro-rails-review-hardcoded-values.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/sourjya/kiro-rails/HEAD/.claude/commands/review-hardcoded-values.md -o ~/.claude/commands/sourjya-kiro-rails-review-hardcoded-values.md

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

Full documentation available on GitHub

View Source Repository