← ClaudeAtlas

glic-checklisted

Systematic quality check for code, skills, configs, and documents. Two modes — GLIC for internal quality (4 dimensions: Grammar / Logic / Integrity / Containment) and UGLIC adding User Experience (5 dimensions: U + G + L + I + C). Each finding cites file:line; severity is tagged as ERR / WARN / INFO with explicit escalation rules (silent-failure = ERR, 3× repeated WARN → ERR, missing public-param doc = ERR). Use when the user says "GLIC check", "UGLIC check", "do a glic", "systematically review this", "audit my skill", "quality check this code", or any phrasing that asks for a multi-dimension review of code / skills / configs / docs.
Songhonglei/build-better-skills · ★ 1 · AI & Automation · score 74
Install: claude install-skill Songhonglei/build-better-skills
# GLIC / UGLIC Check Systematic quality review for code, skills, configs, and documents. - **Version**: 1.0.4 - **License**: MIT - **Author**: Evan Song · [github.com/Songhonglei](https://github.com/Songhonglei) - **Repository**: https://github.com/Songhonglei/build-better-skills - **Part of**: [`build-better-skills`](https://github.com/Songhonglei/build-better-skills) suite — see [Stages](https://github.com/Songhonglei/build-better-skills#stages) for the lifecycle map. ## Modes | Mode | Trigger Examples | Dimensions | |------|-----------------|------------| | **GLIC** | `GLIC check`, `glic`, `glic this` | G + L + I + C (4 dims) | | **UGLIC** | `UGLIC check`, `UGLIC verify`, `uglic this` | U + G + L + I + C (5 dims) | ## Dimensions | Dim | Name | Focus | |-----|------|-------| | **U** | Usability & User Experience | Two perspectives — **Agent**: executability, unambiguous instructions, declared dependencies, failure recovery; **Human**: usability, onboarding success, error communication, interaction efficiency | | **G** | Grammar | Syntax errors, naming conventions, formatting consistency, YAML/JSON validity | | **L** | Logic | Control flow correctness, implicit dependencies, edge cases, branch coverage | | **I** | Integrity | Completeness, consistency, boundary handling, documentation-code alignment | | **C** | Containment | Side effects, scope boundaries, security, backward compatibility | **U is only active in UGLIC mode.** GLIC mode skips U entirely. ## Workflow