fix: sync UIZZE skill with canonical workflow (#2771)

This commit is contained in:
Samuel Bushi
2026-08-24 11:34:55 +10:00
committed by GitHub
parent 8e03e6abeb
commit 22e0e1e504
19 changed files with 418 additions and 103 deletions
+14
View File
@@ -0,0 +1,14 @@
# Audit an implemented interface
Review only what can be observed in the implementation or rendered result. Do not invent missing requirements or turn personal taste into a defect.
Inspect:
- task clarity and hierarchy;
- consistency with the product's existing system;
- layout, overflow, media treatment, and responsive behavior;
- interaction feedback and necessary loading, empty, error, success, disabled, and recovery states;
- labels, focus, keyboard access, target size, and contrast;
- obvious performance problems visible in the experience.
Return at most three material findings, ordered by user impact. For each finding, name the observable evidence and the smallest concrete correction. If nothing material is visible, say so briefly. An audit does not modify the product unless the user also asked for fixes.