Shipshape frontend
Skill thanhaq/interface-compass-skills/skills/shipshape-frontend
Run a final release-readiness pass on frontend work. Use when Codex needs to verify responsive layouts, keyboard flows, focus states, reduced motion, content fit, empty and error and loading states, build scripts, visual regressions, and basic accessibility before shipping.From its SKILL.md
npx -y skills add thanhaq/interface-compass-skills --skill shipshape-frontendAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.5 KB, 273 tokens by cl100k_base, as published. Nobody here has run it
Shipshape Frontend
Goal
Catch release-facing frontend issues while they are still cheap to fix.
Workflow
- Run the app's existing checks: build, lint, typecheck, and tests where available.
- Run the helper script for static readiness signals:
node skills/shipshape-frontend/scripts/preflight-report.mjs <project-path>
- Inspect rendered desktop and mobile views when a local app exists.
- Check keyboard movement, focus states, reduced-motion behavior, loading, empty, error, and success states.
- Fix the highest-risk issues, then rerun the checks that failed.
- Report what was verified and what remains unverified.
Preflight Areas
- Responsive layout at narrow, tablet, laptop, and wide desktop widths.
- Text fit in buttons, tabs, labels, cards, sidebars, and modals.
- Keyboard focus visibility and logical tab order.
- Icon-only controls with labels or tooltips.
- Forms with helper text, validation, and recovery.
- Reduced motion for animated surfaces.
- Realistic loading, empty, error, and success states.
- Build and package scripts.
Resources
- Run
scripts/preflight-report.mjsfor a static summary. - Read
references/release-checklist.mdfor manual verification.
What ships with it: 3 files
3.8 KB alongside SKILL.md, 1 of them executable
agents/
- openai.yaml209 B
references/
- release-checklist.md1.0 KB
scripts/
- preflight-report.mjsruns2.6 KB