code-review

Installation
SKILL.md

Code review – kickstart-next

When to use

  • Before you open a PR or when reviewing someone else’s changes.

Instructions

Checklist

  • Run npm run lint and npm run build locally (CI does not run these automatically).
  • Preview mode: confirm components/Preview.tsx and initLivePreview still behave; production path: confirm server getPage + Page render correctly for /.
  • If you add or rename environment variables, update .env.example and user-facing docs where needed.
  • No secrets in the repo; scan diffs for accidental tokens.
  • Rich text paths still sanitize HTML (isomorphic-dompurify) before dangerouslySetInnerHTML.
  • If new image hosts or CDNs appear, update next.config.mjs remotePatterns (and env-driven hostname if used).
  • Content/schema changes should be reflected in lib/types.ts and any Live Preview $ bindings in components.
  • Dependency changes: consider impact on Snyk / SCA workflows (see .github/workflows).
Installs
1
GitHub Stars
2
First Seen
Jul 16, 2026
code-review — contentstack/kickstart-next