Add PIA UI quality OpenCode skill#19
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: cbbbf01f18
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| - the task would require a new design decision; | ||
| - the task would modify protected areas without approval; | ||
| - the approved design contract is missing, stale, or contradictory; |
There was a problem hiding this comment.
Avoid blocking pre-contract design phases
When this skill is used for /mobile-ui-design-contract or concept work (the skill applies to .ui-redesign/ and design-contract validation), this stop condition fires before an approved design contract exists, even though .opencode/commands/mobile-ui-design-contract.md is the workflow that creates and proposes that contract. That makes the pre-contract redesign phase report instead of editing the contract artifacts; limit this stop to implementation work that depends on an existing approved contract.
Useful? React with 👍 / 👎.
|
Implementation update after expanding the requested
Review feedback noted that Note: the PR body still reflects the initial smaller version of this PR because the later implementation expanded scope through follow-up commits and this comment records the current state. |
Summary
.opencode/skills/ui-quality/SKILL.mdas a local UI-quality layer inspired by the taste-skill integration plan.apps/web/,.ui-redesign/, mobile/PWA surfaces, shared CSS, page builders, UI states, visual hierarchy, and design-contract validation.AGENTS.md, repository adapter, decision ledger, approved contracts, and existing route/API/data/dependency boundaries higher authority than the skill..opencode/REGISTRY.mdfrom 12 to 13 skills and registerui-qualityso registry-count CI remains aligned.Validation
ui-quality-skill..opencode/REGISTRY.mdshows25 agents, 28 commands, 13 skillsand includesui-qualityin the skills table.Notes
Direct commit to
mainwas blocked by repository rules, so this change is provided through a PR as required.