一键导入
dev-workflow
Local setup, Contentstack seeding, env vars, CI expectations, and PR ownership for kickstart-next.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Local setup, Contentstack seeding, env vars, CI expectations, and PR ownership for kickstart-next.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
PR checklist and severity guidance for kickstart-next contributions.
Contentstack Delivery SDK, live preview, getPage, env overrides, and content model alignment for kickstart-next.
Next.js, Tailwind v4, PostCSS, package scripts, and image optimization configuration for kickstart-next.
App Router structure, React components, client vs server, and rendering patterns in kickstart-next.
Test layout and policy for kickstart-next—currently no automated tests; credentials and CI context.
TypeScript compiler options, ESLint setup, and Contentstack entry typing conventions for kickstart-next.
| name | dev-workflow |
| description | Local setup, Contentstack seeding, env vars, CI expectations, and PR ownership for kickstart-next. |
npm install..env.example to .env and fill in values from your Contentstack stack (see product README.md).NEXT_PUBLIC_CONTENTSTACK_* prefix; see .env.example for names.npm install -g @contentstack/cli), configure region if prompted, and log in (csdx auth:login).csdx cm:stacks:seed --repo "contentstack/kickstart-stack-seed" --org "<YOUR_ORG_ID>" -n "Kickstart Stack" (details in README.md).npm run dev, then open http://localhost:3000.npm run build then npm run start.npm run lint before pushing; there is no GitHub Actions workflow that runs ESLint for this repo.contentstack/sca-policy on pull requests.SECURITY.md and license/year for public repos.npm run build or npm run lint in CI; treat those as developer responsibilities unless a workflow is added later.@contentstack/devex-pr-reviewers (see .github/CODEOWNERS).@contentstack/security-admin..talismanrc file exists; follow your org’s guidance if Talisman is used locally for secret scanning.