Polyglot Idiom banner
citadelgrad citadelgrad

Polyglot Idiom

Git community

Description

--- name: polyglot-idiom description: Run a per-language idiom review against a diff, PR, or branch for Java, C++, C#, Ruby, or PHP code — checkpoints grounded in the Gemini code-quality research; excludes Python, TypeScript, Go, Rust, and Swift, which have dedicated simplifier skills argument-hint: "[base..head | branch | PR]" allowed-tools: Read, Grep, Glob, Bash --- # Polyglot Idiom Review Human entry point for the polyglot-idiom review. This command's only job is to resolve the review targ

Installation

Installs to ~/.claude/skills/citadelgrad-scott-cc-polyglot-idiom/SKILL.md

Terminal
mkdir -p ~/.claude/skills/citadelgrad-scott-cc-polyglot-idiom && curl -fsSL https://raw.githubusercontent.com/citadelgrad/scott-cc/HEAD/commands/polyglot-idiom.md -o ~/.claude/skills/citadelgrad-scott-cc-polyglot-idiom/SKILL.md

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

Full documentation available on GitHub

View Source Repository