Muse:Critic banner
doanchienthangdev doanchienthangdev

Muse:Critic

Development community

Description

--- description: Apply a persona's ## Critic frames to an existing artifact (file). Produces structured findings with P0/P1/P2/P3 severity, locations with line numbers, and concrete fixes. Supports single-persona critique (--persona=<id>) or multi-persona chain critique (--chain=p1,p2,p3) with parallel subagent dispatch + consensus/unique/disagreement synthesis. Strict path validation + sanitization prevent prompt injection via artifact content. allowed-tools: Read, Glob, Bash, Write, AskUserQue

Installation

Installs to ~/.claude/skills/doanchienthangdev-muse-muse-critic/SKILL.md

Terminal
mkdir -p ~/.claude/skills/doanchienthangdev-muse-muse-critic && curl -fsSL https://raw.githubusercontent.com/doanchienthangdev/muse/HEAD/commands/muse:critic.md -o ~/.claude/skills/doanchienthangdev-muse-muse-critic/SKILL.md

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

Full documentation available on GitHub

View Source Repository