Prompt Reviewer Code banner
ytimocin ytimocin

Prompt Reviewer Code

Data & AI community

Description

--- name: prompt-reviewer-code description: Locates LLM call sites in any codebase (Go, Python, TypeScript, anything), reconstructs the resolved prompt from string concatenation, templates, embeds, builders, and conditional branches, cites file:line for every fragment, then reviews the result against the Anthropic prompt-engineering best-practices checklist. Use when prompts are buried in application code rather than living in plain text files. Specifically tuned for Go (text/template, //go:embe

Installation

Installs to ~/.claude/agents/ytimocin-agents-prompt-reviewer-code.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ytimocin/agents/HEAD/.claude/agents/prompt-reviewer-code.md -o ~/.claude/agents/ytimocin-agents-prompt-reviewer-code.md

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

Full documentation available on GitHub

View Source Repository