with one click
impeccable
Quick repo-hygiene and consistency checks before committing.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Quick repo-hygiene and consistency checks before committing.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Migrate from Next.js 15 to Next.js 16 and handle breaking changes
Configure Content Security Policy and security headers for the portfolio
Deploy Next.js to Cloudflare Workers using OpenNext adapter
Manage the canary token honeypot system for detecting security scanning
Write, debug, and optimize GROQ queries for Sanity CMS in this portfolio
Advanced TypeScript patterns and type safety as used in this portfolio
| name | impeccable |
| description | Quick repo-hygiene and consistency checks before committing. |
Quick hygiene and consistency checks to run before any commit. Catches common issues fast.
git status — no untracked files that should be gitignored, no staged files with secretsconsole.log in production source files (guarded ones OK)npx tsc --noEmit passesnpm run lint passesnpm run test -- --run passesnpm run doctor score 100/100