Thrunt-god thrunt-ui-review
Retroactive 6-pillar visual audit of implemented frontend code
install
source · Clone the upstream repo
git clone https://github.com/backbay-labs/thrunt-god
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/backbay-labs/thrunt-god "$T" && mkdir -p ~/.claude/skills && cp -r "$T/thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-ui-review" ~/.claude/skills/backbay-labs-thrunt-god-thrunt-ui-review && rm -rf "$T"
manifest:
thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-ui-review/SKILL.mdsource content
<objective>
Conduct a retroactive 6-pillar visual audit. Produces UI-REVIEW.md with
graded assessment (1-4 per pillar). Works on any project.
Output: {phase_num}-UI-REVIEW.md
</objective>
<execution_context> @.github/thrunt-god/workflows/ui-review.md @.github/thrunt-god/references/ui-brand.md </execution_context>
<context> Phase: $ARGUMENTS — optional, defaults to last completed phase. </context> <process> Execute @.github/thrunt-god/workflows/ui-review.md end-to-end. Preserve all workflow gates. </process>