glic-checklisted
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